From a1fc06619449c0d2c53881ee3af6d6216068af53 Mon Sep 17 00:00:00 2001 From: fanzhe Date: Tue, 26 Aug 2025 19:08:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: fanzhe Change-Id: I26f7e6467913cc5846af7e40e754d49eff42c96b --- ipc/native/src/core/framework/source/ipc_object_proxy.cpp | 6 ------ ipc/native/src/core/framework/source/message_parcel.cpp | 2 -- 2 files changed, 8 deletions(-) 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 ca4f832a..edb61599 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