Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_state_observer_manager.h122 ffrt::mutex appForegroundObserverLock_; member in OHOS::AppExecFwk::AppStateObserverManager
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_state_observer_manager.cpp122 std::lock_guard<ffrt::mutex> lockRegister(appForegroundObserverLock_); in RegisterAppForegroundStateObserver()
140 std::lock_guard<ffrt::mutex> lockUnregister(appForegroundObserverLock_); in UnregisterAppForegroundStateObserver()
913 std::lock_guard<ffrt::mutex> lockRegister(appForegroundObserverLock_); in IsAppForegroundObserverExist()
988 std::lock_guard<ffrt::mutex> lock(appForegroundObserverLock_); in GetAppForegroundStateObserverSetCopy()

Completed in 2 milliseconds