Home
last modified time | relevance | path

Searched refs:stubObjects (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/src/
H A Drpc_process_skeleton.c67 UtilsListInit(&g_stubObjectList.stubObjects); in RpcProcessSkeleton()
89 UtilsListAdd(&g_stubObjectList.stubObjects, &stubObject->list); in AddStubByIndex()
98 UTILS_DL_LIST_FOR_EACH_ENTRY(node, &g_stubObjectList.stubObjects, StubObject, list) in QueryStubByIndex()
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/include/
H A Drpc_process_skeleton.h44 UTILS_DL_LIST stubObjects; member