Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_state_observer_manager.h47 ABILITY_FOREGROUND_STATE_OBSERVER, member in OHOS::AppExecFwk::ObserverType
/foundation/ability/ability_runtime/test/unittest/app_state_observer_manager_test/
H A Dapp_state_observer_manager_test.cpp1334 * @tc.desc: Verify that AddObserverDeathRecipient can be called normally(type is ABILITY_FOREGROUND_STATE_OBSERVER)
1343 ObserverType type = ObserverType::ABILITY_FOREGROUND_STATE_OBSERVER; in HWTEST_F()
1358 ObserverType type = ObserverType::ABILITY_FOREGROUND_STATE_OBSERVER; in HWTEST_F()
1453 * @tc.desc: Test when observer is not nullptr and type is ABILITY_FOREGROUND_STATE_OBSERVER.
1460 ObserverType type = ObserverType::ABILITY_FOREGROUND_STATE_OBSERVER; in HWTEST_F()
1469 * @tc.desc: Test when observer is not nullptr and type is ABILITY_FOREGROUND_STATE_OBSERVER.
1476 ObserverType type = ObserverType::ABILITY_FOREGROUND_STATE_OBSERVER; in HWTEST_F()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_state_observer_manager.cpp171 AddObserverDeathRecipient(observer, ObserverType::ABILITY_FOREGROUND_STATE_OBSERVER); in RegisterAbilityForegroundStateObserver()
947 } else if (type == ObserverType::ABILITY_FOREGROUND_STATE_OBSERVER) { in AddObserverDeathRecipient()
1011 } else if (type == ObserverType::ABILITY_FOREGROUND_STATE_OBSERVER) { in OnObserverDied()

Completed in 5 milliseconds