Searched refs:StubRefCountObject (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/ |
H A D | stub_refcount_object.cpp | 19 StubRefCountObject::StubRefCountObject(IRemoteObject *stub, int remotePid, const std::string &devic… in StubRefCountObject() function in OHOS::StubRefCountObject 24 StubRefCountObject::~StubRefCountObject() in ~StubRefCountObject() 29 IRemoteObject *StubRefCountObject::GetStubObject() const in GetStubObject() 34 int StubRefCountObject::GetRemotePid() const in GetRemotePid() 39 std::string StubRefCountObject::GetDeviceId() const in GetDeviceId()
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/ |
H A D | stub_refcount_object.h | 22 class StubRefCountObject { 24 StubRefCountObject(IRemoteObject *stub, int remotePid, const std::string &deviceId); 25 virtual ~StubRefCountObject();
|
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/ |
H A D | ipc_core_unittest.cpp | 799 StubRefCountObject object(stub, remotePid, deviceId); 816 StubRefCountObject object(stub, remotePid, deviceId); 834 StubRefCountObject object(stub, remotePid, deviceId);
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_core/ |
H A D | libipc_core_map | 52 OHOS::StubRefCountObject*;
|