Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_state_observer_manager.h45 APPLICATION_STATE_OBSERVER, member in OHOS::AppExecFwk::ObserverType
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_state_observer_manager.cpp76 AddObserverDeathRecipient(observer, ObserverType::APPLICATION_STATE_OBSERVER); in RegisterApplicationStateObserver()
943 if (type == ObserverType::APPLICATION_STATE_OBSERVER) { in AddObserverDeathRecipient()
1008 if (type == ObserverType::APPLICATION_STATE_OBSERVER) { in OnObserverDied()
/foundation/ability/ability_runtime/test/unittest/app_state_observer_manager_test/
H A Dapp_state_observer_manager_test.cpp1318 * @tc.desc: Verify that AddObserverDeathRecipient can be called normally(type is APPLICATION_STATE_OBSERVER)
1327 ObserverType type = ObserverType::APPLICATION_STATE_OBSERVER; in HWTEST_F()
1437 * @tc.desc: Test when observer is not nullptr and type is APPLICATION_STATE_OBSERVER.
1444 ObserverType type = ObserverType::APPLICATION_STATE_OBSERVER; in HWTEST_F()

Completed in 5 milliseconds