Searched refs:callBackMutex (Results 1 – 5 of 5) sorted by relevance
96 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()
26 std::mutex callBackMutex; member
47 std::mutex callBackMutex; variable
88 std::unique_lock<std::mutex> uniqueLock(pushCallBackParam->callBackMutex); in OnRemoteRequest()
101 std::unique_lock<std::mutex> uniqueLock(callBackParam->callBackMutex); in CallBackReturn()