Home
last modified time | relevance | path

Searched refs:AddStubByIndex (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/include/
H A Drpc_process_skeleton.h111 int32_t AddStubByIndex(StubObject *stubObject);
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/ipc_adapter/small/
H A Dipc_stub_inner.c53 if (AddStubByIndex(stubObject) != ERR_NONE) { in MakeStubCached()
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/ipc_adapter/mini/
H A Dipc_proxy_inner.c109 if (AddStubByIndex(stubObject) != ERR_NONE) { in InvokerListenThread()
/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/core/ipcprocessskeleton_fuzzer/
H A Dipcprocessskeleton_fuzzer.cpp624 current->AddStubByIndex(stubObject); in AddStubByIndexTest001()
641 current->AddStubByIndex(stubObject); in QueryStubByIndexTest001()
684 current->AddStubByIndex(stubObject); in QueryStubIndexTest002()
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/src/
H A Drpc_process_skeleton.c86 int32_t AddStubByIndex(StubObject *stubObject) in AddStubByIndex() function
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Dipc_process_skeleton.h153 uint64_t AddStubByIndex(IRemoteObject *stubObject);
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_process_skeleton_unittest.cpp910 auto ret = skeleton->AddStubByIndex(stubObject.GetRefPtr());
933 uint64_t index = skeleton->AddStubByIndex(object.GetRefPtr());
957 uint64_t index = skeleton->AddStubByIndex(object.GetRefPtr());
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_object_stub.cpp554 uint64_t stubIndex = current->AddStubByIndex(this); in InvokerDataBusThread()
H A Dipc_process_skeleton.cpp964 uint64_t IPCProcessSkeleton::AddStubByIndex(IRemoteObject *stubObject) in AddStubByIndex() function in OHOS::IPC_SINGLE::IPCProcessSkeleton
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Ddbinder_databus_invoker.cpp826 uint64_t stubIndex = current->AddStubByIndex(stubObject); in MakeStubIndexByRemoteObject()