Home
last modified time | relevance | path

Searched refs:StubObject (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/include/
H A Drpc_process_skeleton.h41 } StubObject; typedef
111 int32_t AddStubByIndex(StubObject *stubObject);
112 StubObject *QueryStubByIndex(uint64_t stubIndex);
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/ipc_adapter/small/
H A Dipc_stub_inner.c46 StubObject *stubObject = (StubObject *)malloc(sizeof(StubObject)); in MakeStubCached()
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/ipc_adapter/mini/
H A Dipc_proxy_inner.c101 StubObject *stubObject = (StubObject *)malloc(sizeof(StubObject)); in InvokerListenThread()
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/src/
H A Drpc_process_skeleton.c86 int32_t AddStubByIndex(StubObject *stubObject) in AddStubByIndex()
94 StubObject *QueryStubByIndex(uint64_t stubIndex) in QueryStubByIndex()
96 StubObject *node = NULL; in QueryStubByIndex()
98 UTILS_DL_LIST_FOR_EACH_ENTRY(node, &g_stubObjectList.stubObjects, StubObject, list) in QueryStubByIndex()
H A Ddbinder_invoker.c383 StubObject *stubObject = QueryStubByIndex(tr->cookie); in ProcessTransaction()