diff --git a/frameworks/native/netshareclient/src/proxy/ipccallback/netshare_result_callback_proxy.cpp b/frameworks/native/netshareclient/src/proxy/ipccallback/netshare_result_callback_proxy.cpp index 59a00efcf847574f10baea1d14b7752d5835448b..be160d592da6a84afc9e41d5e874beadfe3ab43f 100644 --- a/frameworks/native/netshareclient/src/proxy/ipccallback/netshare_result_callback_proxy.cpp +++ b/frameworks/native/netshareclient/src/proxy/ipccallback/netshare_result_callback_proxy.cpp @@ -13,6 +13,7 @@ * limitations under the License. */ +// LCOV_EXCL_START #include "netshare_result_callback_proxy.h" #include "ipc_types.h" @@ -53,3 +54,4 @@ void NetShareResultCallbackProxy::OnResult(const int32_t &result) } } // namespace NetManagerStandard } // namespace OHOS +// LCOV_EXCL_STOP diff --git a/frameworks/native/netvpnclient/src/ipc/networkvpn_service_proxy.cpp b/frameworks/native/netvpnclient/src/ipc/networkvpn_service_proxy.cpp index 277d06c88bbbfc15544ae3ce36b6b999b52aa81d..ac413b74e53a392559ce66daa751f4706d4a74be 100644 --- a/frameworks/native/netvpnclient/src/ipc/networkvpn_service_proxy.cpp +++ b/frameworks/native/netvpnclient/src/ipc/networkvpn_service_proxy.cpp @@ -13,6 +13,7 @@ * limitations under the License. */ +// LCOV_EXCL_START #include "networkvpn_service_proxy.h" #include "ipc_types.h" @@ -375,3 +376,4 @@ int32_t NetworkVpnServiceProxy::FactoryResetVpn() } } // namespace NetManagerStandard } // namespace OHOS +// LCOV_EXCL_STOP diff --git a/frameworks/native/netvpnclient/src/ipc/vpn_event_callback_stub.cpp b/frameworks/native/netvpnclient/src/ipc/vpn_event_callback_stub.cpp index d40ab83c9fac0b16d58f4ac564e3c60a2f0ba39d..0cd34d8bf35a5b839b4435307d33e1c4bc3df100 100644 --- a/frameworks/native/netvpnclient/src/ipc/vpn_event_callback_stub.cpp +++ b/frameworks/native/netvpnclient/src/ipc/vpn_event_callback_stub.cpp @@ -13,6 +13,7 @@ * limitations under the License. */ +// LCOV_EXCL_START #include "vpn_event_callback_stub.h" #include "net_manager_constants.h" #include "netmgr_ext_log_wrapper.h" @@ -46,3 +47,4 @@ int32_t VpnEventCallbackStub::OnRemoteRequest(uint32_t code, MessageParcel &data } } // namespace NetManagerStandard } // namespace OHOS +// LCOV_EXCL_STOP diff --git a/frameworks/native/netvpnclient/src/networkvpn_client.cpp b/frameworks/native/netvpnclient/src/networkvpn_client.cpp index a0333fdd17381774c62244c870065b130ba4807e..175912be846af1046a442bd143e0ce5be8cfa945 100644 --- a/frameworks/native/netvpnclient/src/networkvpn_client.cpp +++ b/frameworks/native/netvpnclient/src/networkvpn_client.cpp @@ -13,6 +13,7 @@ * limitations under the License. */ +// LCOV_EXCL_START #include "networkvpn_client.h" #include @@ -336,3 +337,4 @@ void NetworkVpnClient::multiUserSetUpEvent() } } // namespace NetManagerStandard } // namespace OHOS +// LCOV_EXCL_STOP