Home
last modified time | relevance | path

Searched refs:GetRegistryObject (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/include/
H A Dipc_process_skeleton.h59 const SvcIdentity *GetRegistryObject(void);
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/src/
H A Dipc_skeleton.c68 return GetRegistryObject(); in GetContextObject()
H A Dipc_process_skeleton.c156 const SvcIdentity *GetRegistryObject(void) in GetRegistryObject() function
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Dprocess_skeleton.h52 sptr<IRemoteObject> GetRegistryObject();
H A Dipc_process_skeleton.h119 sptr<IRemoteObject> GetRegistryObject();
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_skeleton.cpp82 return current->GetRegistryObject(); in GetContextObject()
H A Dprocess_skeleton.cpp78 sptr<IRemoteObject> ProcessSkeleton::GetRegistryObject() in GetRegistryObject() function in OHOS::ProcessSkeleton
H A Dipc_process_skeleton.cpp164 sptr<IRemoteObject> IPCProcessSkeleton::GetRegistryObject() in GetRegistryObject() function in OHOS::IPC_SINGLE::IPCProcessSkeleton
172 sptr<IRemoteObject> object = current->GetRegistryObject(); in GetRegistryObject()
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dprocess_skeleton_unittest.cpp164 sptr<IRemoteObject> registryObject = skeleton->GetRegistryObject();
H A Dbinder_invoker_unittest.cpp206 EXPECT_EQ(binderInvoker.GetSAMgrObject(), current->GetRegistryObject());
H A Dipc_process_skeleton_unittest.cpp67 sptr<IRemoteObject> object = skeleton->GetRegistryObject();
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/linux/
H A Dipc_invoker.c224 objectStub = (IpcObjectStub *)(GetRegistryObject()->cookie); in HandleTransaction()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_invoker.cpp325 return current->GetRegistryObject(); in GetSAMgrObject()
737 auto targetObject = IPCProcessSkeleton::GetCurrent()->GetRegistryObject(); in SamgrServiceSendRequest()
/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/core/ipcprocessskeleton_fuzzer/
H A Dipcprocessskeleton_fuzzer.cpp294 current->GetRegistryObject(); in GetRegistryObjectTest()