Home
last modified time | relevance | path

Searched refs:DeleteHandle (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/include/
H A Dipc_process_skeleton.h72 int32_t DeleteHandle(int32_t handle);
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/src/
H A Dipc_skeleton.c155 return DeleteHandle(target.handle); in ReleaseSvc()
H A Dipc_process_skeleton.c171 int32_t DeleteHandle(int32_t handle) in DeleteHandle() function