Home
last modified time | relevance | path

Searched refs:SetRegistryObject (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/mock/binderinvoker_fuzzer/
H A Dbinderinvoker_fuzzer.cpp164 invoker->SetRegistryObject(object); in SetRegistryObjectTest001()
177 invoker->SetRegistryObject(object); in SetRegistryObjectTest002()
188 invoker->SetRegistryObject(object); in SetRegistryObjectTest003()
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dbinder_invoker_unittest.cpp151 bool ret = binderInvoker.SetRegistryObject(testStub);
165 bool ret = binderInvoker.SetRegistryObject(testStub);
178 bool ret = binderInvoker.SetRegistryObject(testProxy);
191 bool ret = binderInvoker.SetRegistryObject(testProxy);
H A Dmock_iremote_invoker.h50 MOCK_METHOD1(SetRegistryObject, bool(sptr<IRemoteObject> &object));
H A Dprocess_skeleton_unittest.cpp163 skeleton->SetRegistryObject(object);
H A Dipc_process_skeleton_unittest.cpp139 bool ret = skeleton->SetRegistryObject(object);
154 bool ret = skeleton->SetRegistryObject(object);
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/include/
H A Diremote_invoker.h38 int32_t (*SetRegistryObject)(SvcIdentity target, SvcIdentity *samgr); member
H A Dipc_process_skeleton.h58 int32_t SetRegistryObject(SvcIdentity target);
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/src/
H A Dipc_skeleton.c81 return SetRegistryObject(target); in SetContextObject()
H A Dipc_process_skeleton.c161 int32_t SetRegistryObject(SvcIdentity target) in SetRegistryObject() function
166 ret = (invoker->SetRegistryObject)(target, &g_samgrSvc); in SetRegistryObject()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Diremote_invoker.h62 virtual bool SetRegistryObject(sptr<IRemoteObject> &object) = 0;
H A Ddbinder_base_invoker_interface.h181 template <class T> bool DBinderBaseInvoker<T>::SetRegistryObject(sptr<IRemoteObject> &object) in SetRegistryObject() function
H A Dbinder_invoker.h90 bool SetRegistryObject(sptr<IRemoteObject> &object) override;
H A Ddbinder_base_invoker_define.h70 virtual bool SetRegistryObject(sptr<IRemoteObject> &object) override;
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Dprocess_skeleton.h53 void SetRegistryObject(sptr<IRemoteObject> &object);
H A Dipc_process_skeleton.h120 bool SetRegistryObject(sptr<IRemoteObject> &object);
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_skeleton.cpp73 return current->SetRegistryObject(object); in SetContextObject()
H A Dipc_process_skeleton.cpp176 current->SetRegistryObject(object); in GetRegistryObject()
275 bool IPCProcessSkeleton::SetRegistryObject(sptr<IRemoteObject> &object) in SetRegistryObject() function in OHOS::IPC_SINGLE::IPCProcessSkeleton
292 bool ret = invoker->SetRegistryObject(object); in SetRegistryObject()
294 current->SetRegistryObject(object); in SetRegistryObject()
H A Dprocess_skeleton.cpp85 void ProcessSkeleton::SetRegistryObject(sptr<IRemoteObject> &object) in SetRegistryObject() function in OHOS::ProcessSkeleton
/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/core/ipcprocessskeleton_fuzzer/
H A Dipcprocessskeleton_fuzzer.cpp273 current->SetRegistryObject(object); in SetRegistryObjectTest001()
284 current->SetRegistryObject(proxy); in SetRegistryObjectTest002()
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/linux/
H A Dipc_invoker.c552 g_ipcInvoker.SetRegistryObject = IpcSetRegistryObject; in InitBinderConnector()
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/
H A Dipc_invoker.c669 g_ipcInvoker.SetRegistryObject = IpcSetRegistryObject; in InitIpcConnector()
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/src/
H A Ddbinder_invoker.c808 g_rpcInvoker->SetRegistryObject = RpcSetRegistryObject; in GetRpcInvoker()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_invoker.cpp1317 bool BinderInvoker::SetRegistryObject(sptr<IRemoteObject> &object) in SetRegistryObject() function in OHOS::IPC_SINGLE::BinderInvoker