Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dconnection_observer_controller.cpp31 std::lock_guard<ffrt::mutex> guard(observerLock_); in AddObserver()
66 std::lock_guard<ffrt::mutex> guard(observerLock_); in RemoveObserver()
99 std::lock_guard<ffrt::mutex> guard(observerLock_); in GetObservers()
113 std::lock_guard<ffrt::mutex> guard(observerLock_); in HandleRemoteDied()
H A Dfree_install_observer_manager.cpp35 std::lock_guard<ffrt::mutex> lock(observerLock_); in AddObserver()
65 std::lock_guard<ffrt::mutex> lock(observerLock_); in RemoveObserver()
142 std::lock_guard<ffrt::mutex> lock(observerLock_); in OnObserverDied()
H A Dability_first_frame_state_observer_manager.cpp36 std::lock_guard<ffrt::mutex> lockRegister(observerLock_); in AddAbilityFirstFrameStateObserver()
87 std::lock_guard<ffrt::mutex> lockRegister(observerLock_); in RemoveAbilityFirstFrameStateObserver()
127 std::lock_guard<ffrt::mutex> lockRegister(observerLock_); in OnAbilityFirstFrameState()
H A Ddisposed_observer.cpp36 std::lock_guard<ffrt::mutex> guard(observerLock_); in OnAbilityStateChanged()
/foundation/ability/ability_runtime/interfaces/inner_api/connectionobs_manager/src/
H A Dconnection_observer_client_impl.cpp35 std::lock_guard<std::mutex> guard(observerLock_); in RegisterObserver()
53 std::lock_guard<std::mutex> guard(observerLock_); in UnregisterObserver()
259 std::lock_guard<std::mutex> guard(observerLock_); in ResetStatus()
278 std::lock_guard<std::mutex> guard(observerLock_); in GetObservers()
/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/
H A Ddisposed_rule_interceptor.cpp173 std::lock_guard<ffrt::mutex> guard(observerLock_); in StartNonBlockRule()
192 std::lock_guard<ffrt::mutex> guard(observerLock_); in StartNonBlockRule()
196 std::lock_guard<ffrt::mutex> guard{interceptor->observerLock_}; in StartNonBlockRule()
233 std::lock_guard<ffrt::mutex> guard{interceptor->observerLock_}; in UnregisterObserver()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Ddisposed_observer.h38 ffrt::mutex observerLock_; member in OHOS::AAFwk::DisposedObserver
H A Dability_first_frame_state_observer_manager.h46 ffrt::mutex observerLock_; member in OHOS::AppExecFwk::final
H A Dfree_install_observer_manager.h52 ffrt::mutex observerLock_; member in OHOS::AAFwk::FreeInstallObserverManager
H A Dconnection_observer_controller.h108 ffrt::mutex observerLock_; member in OHOS::AAFwk::ConnectionObserverController
/foundation/ability/ability_runtime/services/abilitymgr/include/interceptor/
H A Ddisposed_rule_interceptor.h51 ffrt::mutex observerLock_; member in OHOS::AAFwk::DisposedRuleInterceptor
/foundation/ability/ability_runtime/interfaces/inner_api/connectionobs_manager/include/
H A Dconnection_observer_client_impl.h76 std::mutex observerLock_; // observer lock member in OHOS::AbilityRuntime::ConnectionObserverClientImpl
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_state_observer_manager.h119 ffrt::mutex observerLock_; member in OHOS::AppExecFwk::AppStateObserverManager
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_state_observer_manager.cpp73 std::lock_guard<ffrt::mutex> lockRegister(observerLock_); in RegisterApplicationStateObserver()
88 std::lock_guard<ffrt::mutex> lockUnregister(observerLock_); in UnregisterApplicationStateObserver()
883 std::lock_guard<ffrt::mutex> lockRegister(observerLock_); in ObserverExist()
982 std::lock_guard<ffrt::mutex> lock(observerLock_); in GetAppStateObserverMapCopy()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_service.h348 std::mutex observerLock_; member in OHOS::DistributedSchedule::DistributedSchedService
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp1793 std::lock_guard<std::mutex> autoLock(observerLock_); in ProcessCallResult()
3397 std::lock_guard<std::mutex> autoLock(observerLock_); in RegisterAppStateObserver()
3419 std::lock_guard<std::mutex> autoLock(observerLock_); in UnregisterAppStateObserver()
3478 std::lock_guard<std::mutex> autoLock(observerLock_); in NotifyStateChanged()

Completed in 13 milliseconds