Home
last modified time | relevance | path

Searched refs:callbackMutex (Results 1 – 25 of 32) sorted by relevance

12

/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/
H A Dwifi_c_event.cpp86 std::unique_lock<std::mutex> lock(EventManager::callbackMutex); in OnWifiConnectionChanged()
108 std::unique_lock<std::mutex> lock(EventManager::callbackMutex); in OnDeviceConfigChanged()
126 std::unique_lock<std::mutex> lock(EventManager::callbackMutex); in OnWifiScanStateChanged()
146 std::unique_lock<std::mutex> lock(EventManager::callbackMutex); in OnHotspotStateChanged()
184 std::unique_lock<std::mutex> lock(callbackMutex); in RemoveEventCallback()
298 std::unique_lock<std::mutex> lock(callbackMutex); in RegisterWifiEvents()
374 std::unique_lock<std::mutex> lock(callbackMutex); in Init()
397 std::mutex EventManager::callbackMutex; member in EventManager
403 std::unique_lock<std::mutex> lock(callbackMutex); in SaveWifiCallbackInfo()
/ohos5.0/foundation/communication/connected_nfc_tag/interfaces/inner_api/src/
H A Dnfc_tag_callback_stub.cpp74 std::unique_lock<std::shared_mutex> guard(callbackMutex); in RegisterUserCallBack()
86 std::shared_lock<std::shared_mutex> guard(callbackMutex); in RemoteOnNotify()
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/controller/
H A Dnfc_controller_callback_stub.cpp81 std::unique_lock<std::shared_mutex> guard(callbackMutex); in RegisterCallBack()
94 std::unique_lock<std::shared_mutex> guard(callbackMutex); in RemoteNfcStateChanged()
H A Dnfc_controller_callback_stub.h43 std::shared_mutex callbackMutex; variable
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/cardEmulation/
H A Dhce_cmd_callback_stub.cpp46 std::unique_lock<std::shared_mutex> guard(callbackMutex); in RegHceCmdCallback()
89 std::unique_lock<std::shared_mutex> guard(callbackMutex); in RemoteOnCeApduData()
H A Dhce_cmd_callback_stub.h42 std::shared_mutex callbackMutex; variable
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/tags/
H A Dforeground_callback_stub.cpp91 std::unique_lock<std::shared_mutex> guard(callbackMutex); in RegForegroundDispatch()
108 std::unique_lock<std::shared_mutex> guard(callbackMutex); in RemoteTagDiscovered()
H A Dreader_mode_callback_stub.cpp91 std::unique_lock<std::shared_mutex> guard(callbackMutex); in RegReaderMode()
108 std::unique_lock<std::shared_mutex> guard(callbackMutex); in RemoteTagDiscovered()
H A Dforeground_callback_stub.h43 std::shared_mutex callbackMutex; variable
H A Dreader_mode_callback_stub.h43 std::shared_mutex callbackMutex; variable
/ohos5.0/foundation/filemanagement/app_file_service/interfaces/kits/js/backup/
H A Dgeneral_callbacks.cpp139 std::unique_lock<std::mutex> lock(workArgs->callbackMutex); in CallJsMethod()
149 std::unique_lock<std::mutex> lock(workArgs->callbackMutex); in CallJsMethod()
H A Dgeneral_callbacks.h39 std::mutex callbackMutex; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_check_sync_test.cpp1305 std::mutex callbackMutex; variable
1319 std::lock_guard<std::mutex> callbackAutoLock(callbackMutex); in __anonc8f560be1602()
1338 std::unique_lock<std::mutex> callbackLock(callbackMutex);
1377 std::mutex callbackMutex; variable
1384 std::lock_guard<std::mutex> callbackAutoLock(callbackMutex); in __anonc8f560be1802()
1401 std::unique_lock<std::mutex> callbackLock(callbackMutex);
1440 std::mutex callbackMutex; variable
1447 std::lock_guard<std::mutex> callbackAutoLock(callbackMutex); in __anonc8f560be1a02()
1463 std::unique_lock<std::mutex> callbackLock(callbackMutex);
1579 std::mutex callbackMutex; variable
[all …]
H A Ddistributeddb_cloud_task_merge_test.cpp278 std::mutex callbackMutex; variable
281 …auto callback1 = [&callbackCv, &callbackMutex, &finishCount](const std::map<std::string, SyncProce… in __anonb94ae3c60302()
285 std::lock_guard<std::mutex> callbackAutoLock(callbackMutex); in __anonb94ae3c60302()
308 std::unique_lock<std::mutex> callbackLock(callbackMutex);
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/src/
H A Dset_network_search_mode_callback.cpp33 std::unique_lock<std::mutex> callbackLock(asyncContext_->callbackMutex); in OnSetNetworkModeCallback()
H A Dset_nr_option_mode_callback.cpp32 std::unique_lock<std::mutex> callbackLock(asyncContext_->callbackMutex); in OnSetNrOptionModeCallback()
H A Dget_radio_state_callback.cpp31 std::unique_lock<std::mutex> callbackLock(asyncContext_->callbackMutex); in OnGetRadioStateCallback()
H A Dset_preferred_network_callback.cpp33 std::unique_lock<std::mutex> callbackLock(asyncContext_->callbackMutex); in OnSetPreferredNetworkCallback()
H A Dset_radio_state_callback.cpp32 std::unique_lock<std::mutex> callbackLock(asyncContext_->callbackMutex); in OnSetRadioStateCallback()
H A Dget_nr_option_mode_callback.cpp32 std::unique_lock<std::mutex> callbackLock(asyncContext_->callbackMutex); in OnGetNrOptionModeCallback()
H A Dget_network_search_info_callback.cpp35 std::unique_lock<std::mutex> callbackLock(asyncContext_->callbackMutex); in OnGetNetworkSearchInformation()
H A Dget_network_search_mode_callback.cpp46 std::unique_lock<std::mutex> callbackLock(asyncContext_->callbackMutex); in OnGetNetworkModeCallback()
H A Dget_preferred_network_callback.cpp44 std::unique_lock<std::mutex> callbackLock(asyncContext_->callbackMutex); in OnGetPreferredNetworkCallback()
/ohos5.0/foundation/communication/connected_nfc_tag/interfaces/inner_api/include/
H A Dnfc_tag_callback_stub.h41 std::shared_mutex callbackMutex; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_common_event_mgr.cpp100 auto &callbackMutex = dataMgr->GetStatusCallbackMutex(); in NotifyBundleStatus() local
101 std::shared_lock<std::shared_mutex> lock(callbackMutex); in NotifyBundleStatus()

12