Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/include/
H A Drpc_process_skeleton.h95 } HandleToIndexList; typedef
125 int32_t AttachHandleToIndex(HandleToIndexList *handleToIndex);
126 void DetachHandleToIndex(HandleToIndexList *handleToIndex);
127 HandleToIndexList *QueryHandleToIndex(uint32_t handle);
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/src/
H A Drpc_process_skeleton.c46 static HandleToIndexList g_handleToIndexList;
320 int32_t AttachHandleToIndex(HandleToIndexList *handleToIndex) in AttachHandleToIndex()
328 void DetachHandleToIndex(HandleToIndexList *handleToIndex) in DetachHandleToIndex()
335 HandleToIndexList *QueryHandleToIndex(uint32_t handle) in QueryHandleToIndex()
337 HandleToIndexList *node = NULL; in QueryHandleToIndex()
339 UTILS_DL_LIST_FOR_EACH_ENTRY(node, &g_handleToIndexList.list, HandleToIndexList, list) in QueryHandleToIndex()
H A Ddbinder_invoker.c138 HandleToIndexList *handleToIndex = QueryHandleToIndex(handle); in ProcessNormalData()
571 HandleToIndexList *handeleIndex = QueryHandleToIndex(handleSession->handle); in OnDatabusSessionClosed()
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/ipc_adapter/mini/
H A Dipc_proxy_inner.c166 HandleToIndexList *handleToIndex = (HandleToIndexList *)malloc(sizeof(HandleToIndexList)); in GetSessionFromDBinderService()
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/ipc_adapter/small/
H A Dipc_proxy_inner.c47 HandleToIndexList *handleToIndex = (HandleToIndexList *)malloc(sizeof(HandleToIndexList)); in UpdateDatabusClientSession()