Home
last modified time | relevance | path

Searched refs:abilityforegroundObserverSet_ (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_state_observer_manager.h125 AbilityforegroundObserverSet abilityforegroundObserverSet_; member in OHOS::AppExecFwk::AppStateObserverManager
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_state_observer_manager.cpp170 abilityforegroundObserverSet_.emplace(observer); in RegisterAbilityForegroundStateObserver()
189 for (auto &it : abilityforegroundObserverSet_) { in UnregisterAbilityForegroundStateObserver()
191 abilityforegroundObserverSet_.erase(it); in UnregisterAbilityForegroundStateObserver()
899 for (auto &it : abilityforegroundObserverSet_) { in IsAbilityForegroundObserverExist()
995 return abilityforegroundObserverSet_; in GetAbilityforegroundObserverSetCopy()
/foundation/ability/ability_runtime/test/unittest/app_state_observer_manager_test/
H A Dapp_state_observer_manager_test.cpp1279 manager->abilityforegroundObserverSet_.emplace(observer); in HWTEST_F()
1294 manager->abilityforegroundObserverSet_.emplace(observer); in HWTEST_F()
1301 * @tc.desc: Test return when abilityforegroundObserverSet_ is not empty and
1311 manager->abilityforegroundObserverSet_.emplace(observers); in HWTEST_F()
1463 DelayedSingleton<AppStateObserverManager>::GetInstance()->abilityforegroundObserverSet_.size(); in HWTEST_F()

Completed in 5 milliseconds