Searched refs:GetStubObject (Results 1 – 6 of 6) sorted by relevance
26 IRemoteObject *GetStubObject() const;
28 IRemoteObject *GetStubObject() const;
29 IRemoteObject *StubRefCountObject::GetStubObject() const in GetStubObject() function in OHOS::StubRefCountObject
30 IRemoteObject *CommAuthInfo::GetStubObject() const in GetStubObject() function in OHOS::CommAuthInfo
1307 …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()
800 EXPECT_NE(object.GetStubObject(), nullptr);865 ASSERT_TRUE(commAuthInfo.GetStubObject() != nullptr);