Home
last modified time | relevance | path

Searched refs:abilityforegroundObserverLock_ (Results 1 - 2 of 2) sorted by relevance

/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_state_observer_manager.h124 ffrt::mutex abilityforegroundObserverLock_; member in OHOS::AppExecFwk::AppStateObserverManager
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_state_observer_manager.cpp169 std::lock_guard<ffrt::mutex> lockRegister(abilityforegroundObserverLock_); in RegisterAbilityForegroundStateObserver()
188 std::lock_guard<ffrt::mutex> lockUnregister(abilityforegroundObserverLock_); in UnregisterAbilityForegroundStateObserver()
898 std::lock_guard<ffrt::mutex> lockRegister(abilityforegroundObserverLock_); in IsAbilityForegroundObserverExist()
994 std::lock_guard<ffrt::mutex> lock(abilityforegroundObserverLock_); in GetAbilityforegroundObserverSetCopy()

Completed in 3 milliseconds