Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_event.cpp96 std::lock_guard<std::mutex> autoLock(callBackMutex); in OnIpSuccessChanged()
112 std::lock_guard<std::mutex> autoLock(callBackMutex); in OnIpFailChanged()
154 std::lock_guard<std::mutex> autoLock(callBackMutex); in RegisterCallBack()
171 std::lock_guard<std::mutex> autoLock(callBackMutex); in UnRegisterCallBack()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dpush_promise_callback.h26 std::mutex callBackMutex; member
/ohos5.0/foundation/communication/dhcp/frameworks/native/include/
H A Ddhcp_event.h47 std::mutex callBackMutex; variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dpush_callback_stub.cpp88 std::unique_lock<std::mutex> uniqueLock(pushCallBackParam->callBackMutex); in OnRemoteRequest()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_push_callback.cpp101 std::unique_lock<std::mutex> uniqueLock(callBackParam->callBackMutex); in CallBackReturn()