Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_state_observer_manager.h119 ffrt::mutex abilityforegroundObserverLock_; variable
/ohos5.0/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()
819 std::lock_guard<ffrt::mutex> lockRegister(abilityforegroundObserverLock_); in IsAbilityForegroundObserverExist()
917 std::lock_guard<ffrt::mutex> lock(abilityforegroundObserverLock_); in GetAbilityforegroundObserverSetCopy()