Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Dprocess_skeleton.h62 bool UnlockObjectMutex();
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dprocess_skeleton_unittest.cpp181 bool unlockRet = skeleton->UnlockObjectMutex();
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_process_skeleton.cpp241 current->UnlockObjectMutex(); in GetProxyObject()
250 current->UnlockObjectMutex(); in GetProxyObject()
254 current->UnlockObjectMutex(); in GetProxyObject()
262 current->UnlockObjectMutex(); in GetProxyObject()
267 current->UnlockObjectMutex(); in GetProxyObject()
271 current->UnlockObjectMutex(); in GetProxyObject()
H A Dprocess_skeleton.cpp231 bool ProcessSkeleton::UnlockObjectMutex() in UnlockObjectMutex() function in OHOS::ProcessSkeleton