diff --git a/ipc/native/src/core/framework/source/ipc_object_proxy.cpp b/ipc/native/src/core/framework/source/ipc_object_proxy.cpp index ca4f832a16337f3d9c4591730e7ffd613ae1a9c3..edb615997ee552754ea0fb61affc265179d94f7f 100644 --- a/ipc/native/src/core/framework/source/ipc_object_proxy.cpp +++ b/ipc/native/src/core/framework/source/ipc_object_proxy.cpp @@ -646,7 +646,6 @@ int IPCObjectProxy::InvokeListenThread(MessageParcel &data, MessageParcel &reply return SendRequestInner(false, INVOKE_LISTEN_THREAD, data, reply, option); } -// LCOV_EXCL_START uint32_t IPCObjectProxy::GetStrongRefCountForStub() { BinderInvoker *invoker = reinterpret_cast(IPCThreadSkeleton::GetDefaultInvoker()); @@ -656,15 +655,12 @@ uint32_t IPCObjectProxy::GetStrongRefCountForStub() } return invoker->GetStrongRefCountForStub(handle_); } -// LCOV_EXCL_STOP #ifdef OHOS_PLATFORM -// LCOV_EXCL_START bool IPCObjectProxy::CanPromote() { return (GetSptrRefCount() > 0); } -// LCOV_EXCL_STOP #endif #ifndef CONFIG_IPC_SINGLE @@ -1137,7 +1133,6 @@ IPCObjectProxy::DeathRecipientAddrInfo::DeathRecipientAddrInfo(const sptr