Home
last modified time | relevance | path

Searched refs:GetStubObject (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Dstub_refcount_object.h26 IRemoteObject *GetStubObject() const;
H A Dcomm_auth_info.h28 IRemoteObject *GetStubObject() const;
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dstub_refcount_object.cpp29 IRemoteObject *StubRefCountObject::GetStubObject() const in GetStubObject() function in OHOS::StubRefCountObject
H A Dcomm_auth_info.cpp30 IRemoteObject *CommAuthInfo::GetStubObject() const in GetStubObject() function in OHOS::CommAuthInfo
H A Dipc_process_skeleton.cpp1307 …if ((auth->GetStubObject() == stub) && (auth->GetRemotePid() == pid) && (auth->GetRemoteUid() == u… in IsSameRemoteObject()
1507 return (auth != nullptr) && (auth->GetStubObject() == stub); in DetachAppAuthInfoByStub()
1608 return (auth != nullptr) && (auth->GetStubObject() == stub); in DetachCommAuthInfoByStub()
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_core_unittest.cpp800 EXPECT_NE(object.GetStubObject(), nullptr);
865 ASSERT_TRUE(commAuthInfo.GetStubObject() != nullptr);