Home
last modified time | relevance | path

Searched refs:observerMutex_ (Results 1 - 16 of 16) sorted by relevance

/foundation/ability/form_fwk/services/src/
H A Dform_event_handler.cpp39 std::lock_guard<std::mutex> lock(sharedThis->observerMutex_); in ProcessEvent()
60 std::lock_guard<std::mutex> lock(observerMutex_); in RegisterEventTimeoutObserver()
72 std::lock_guard<std::mutex> lock(observerMutex_); in UnregisterEventTimeoutObserver()
/foundation/ability/ability_runtime/test/moduletest/ui_extension_ability_test/src/
H A Dui_extension_connect_module_test_observer.cpp29 std::unique_lock<std::mutex> lock(observerMutex_); in OnProcessCreated()
40 std::unique_lock<std::mutex> lock(observerMutex_); in OnProcessStateChanged()
56 std::unique_lock<std::mutex> lock(observerMutex_); in OnProcessDied()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_ct.cpp452 std::lock_guard<std::mutex> lock(observerMutex_); in OnConnectionStateChanged()
464 std::lock_guard<std::mutex> lock(observerMutex_); in OnPressButton()
478 std::lock_guard<std::mutex> lock(observerMutex_); in OnReleaseButton()
493 std::lock_guard<std::mutex> lock(observerMutex_); in OnSetBrowsedPlayer()
506 std::lock_guard<std::mutex> lock(observerMutex_); in OnGetCapabilities()
525 std::lock_guard<std::mutex> lock(observerMutex_); in OnGetPlayerAppSettingAttributes()
539 std::lock_guard<std::mutex> lock(observerMutex_); in OnGetPlayerAppSettingValues()
553 std::lock_guard<std::mutex> lock(observerMutex_); in OnGetPlayerAppSettingCurrentValue()
566 std::lock_guard<std::mutex> lock(observerMutex_); in OnSetPlayerAppSettingCurrentValue()
579 std::lock_guard<std::mutex> lock(observerMutex_); in OnGetPlayerAppSettingAttributeText()
880 std::mutex observerMutex_; global() member
[all...]
H A Dbluetooth_avrcp_tg.cpp84 std::lock_guard<std::mutex> lock(observerMutex_); in OnConnectionStateChanged()
90 std::mutex observerMutex_; member
153 std::lock_guard<std::mutex> lock(pimpl->observerMutex_); in RegisterObserver()
161 std::lock_guard<std::mutex> lock(pimpl->observerMutex_); in UnregisterObserver()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_ct_server.cpp312 std::lock_guard<std::mutex> lock(observerMutex_); in OnConnectionStateChanged()
325 std::lock_guard<std::mutex> lock(observerMutex_); in OnPressButton()
339 std::lock_guard<std::mutex> lock(observerMutex_); in OnReleaseButton()
354 std::lock_guard<std::mutex> lock(observerMutex_); in OnSetBrowsedPlayer()
372 std::lock_guard<std::mutex> lock(observerMutex_); in OnGetCapabilities()
386 std::lock_guard<std::mutex> lock(observerMutex_); in OnGetPlayerAppSettingAttributes()
400 std::lock_guard<std::mutex> lock(observerMutex_); in OnGetPlayerAppSettingValues()
413 std::lock_guard<std::mutex> lock(observerMutex_); in OnGetPlayerAppSettingCurrentValue()
427 std::lock_guard<std::mutex> lock(observerMutex_); in OnSetPlayerAppSettingCurrentValue()
440 std::lock_guard<std::mutex> lock(observerMutex_); in OnGetPlayerAppSettingAttributeText()
751 std::mutex observerMutex_; global() member
[all...]
H A Dbluetooth_avrcp_tg_server.cpp133 std::lock_guard<std::mutex> lock(observerMutex_); in OnConnectionStateChanged()
144 std::mutex observerMutex_; member
167 std::lock_guard<std::mutex> lock(pimpl->observerMutex_); in RegisterObserver()
184 std::lock_guard<std::mutex> lock(pimpl->observerMutex_); in UnregisterObserver()
/foundation/ability/ability_runtime/test/moduletest/ui_extension_ability_test/ui_extension_stability_test/
H A Dui_extension_stability_test.cpp156 std::unique_lock<std::mutex> lock(observer->observerMutex_); in WaitUntilProcessCreated()
167 std::unique_lock<std::mutex> lock(observer->observerMutex_); in WaitUntilProcessDied()
178 std::unique_lock<std::mutex> lock(observer->observerMutex_); in CheckProcessNotDied()
190 std::unique_lock<std::mutex> lock(observer->observerMutex_); in WaitUntilAbilityForeground()
202 std::unique_lock<std::mutex> lock(observer->observerMutex_); in WaitUntilAbilityBackground()
/foundation/ability/ability_runtime/test/moduletest/ui_extension_ability_test/include/
H A Dui_extension_connect_module_test_observer.h29 std::mutex observerMutex_; member in OHOS::AAFwk::UIExtensionConnectModuleTestObserver
/foundation/ability/form_fwk/services/include/
H A Dform_event_handler.h78 mutable std::mutex observerMutex_; member in OHOS::AppExecFwk::FormEventHandler
/foundation/ability/ability_runtime/test/moduletest/ui_extension_ability_test/ui_extension_connect_module_test/
H A Dui_extension_connect_module_test.cpp179 std::unique_lock<std::mutex> lock(observer->observerMutex_); in WaitUntilProcessCreated()
190 std::unique_lock<std::mutex> lock(observer->observerMutex_); in WaitUntilProcessDied()
201 std::unique_lock<std::mutex> lock(observer->observerMutex_); in CheckProcessNotDied()
213 std::unique_lock<std::mutex> lock(observer->observerMutex_); in WaitUntilAbilityForeground()
225 std::unique_lock<std::mutex> lock(observer->observerMutex_); in WaitUntilAbilityBackground()
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_datashare_helper.cpp33 ffrt::mutex AccessibilityDatashareHelper::observerMutex_; member in OHOS::Accessibility::AccessibilityDatashareHelper
271 std::lock_guard<ffrt::mutex> lock(observerMutex_); in RegisterObserver()
294 std::lock_guard<ffrt::mutex> lock(observerMutex_); in UnregisterObserver()
/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_datashare_helper.h77 static ffrt::mutex observerMutex_; member in OHOS::Accessibility::AccessibilityDatashareHelper
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp326 std::lock_guard<ffrt::mutex> observerLock(observerMutex_); in OnStop()
1139 std::lock_guard<ffrt::mutex> observerLock(observerMutex_); in CheckStandbyApplyInfo()
1177 std::lock_guard<ffrt::mutex> observerLock(observerMutex_); in OnRemoveSystemAbility()
1182 std::lock_guard<ffrt::mutex> observerLock(observerMutex_); in OnRemoveSystemAbility()
1194 std::lock_guard<ffrt::mutex> observerLock(observerMutex_); in GroupObserverInit()
1211 std::lock_guard<ffrt::mutex> observerLock(observerMutex_); in RegisterStandbyStateObserver()
/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_scheduler_service.h328 ffrt::mutex observerMutex_; member in OHOS::WorkScheduler::final
/foundation/distributeddatamgr/pasteboard/services/core/include/
H A Dpasteboard_service.h273 std::mutex observerMutex_; member in OHOS::MiscServices::final
/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_service.cpp1600 std::lock_guard<std::mutex> lock(observerMutex_); in AddObserver()
1622 std::lock_guard<std::mutex> lock(observerMutex_); in RemoveSingleObserver()
1638 std::lock_guard<std::mutex> lock(observerMutex_); in RemoveAllObserver()
1763 std::lock_guard<std::mutex> lock(observerMutex_); in NotifyObservers()
2402 std::lock_guard<std::mutex> lock(observerMutex_); in RemotePasteboardChange()

Completed in 15 milliseconds