Home
last modified time | relevance | path

Searched refs:AttachHandleToIndex (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/include/
H A Drpc_process_skeleton.h125 int32_t AttachHandleToIndex(HandleToIndexList *handleToIndex);
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/ipc_adapter/mini/
H A Dipc_proxy_inner.c175 if (AttachHandleToIndex(handleToIndex) != ERR_NONE) { in GetSessionFromDBinderService()
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/ipc_adapter/small/
H A Dipc_proxy_inner.c56 if (AttachHandleToIndex(handleToIndex) != ERR_NONE) { in UpdateDatabusClientSession()
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/src/
H A Drpc_process_skeleton.c320 int32_t AttachHandleToIndex(HandleToIndexList *handleToIndex) in AttachHandleToIndex() function