Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_state_observer_manager.h46 APP_FOREGROUND_STATE_OBSERVER, enumerator
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_state_observer_manager.cpp124 AddObserverDeathRecipient(observer, ObserverType::APP_FOREGROUND_STATE_OBSERVER); in RegisterAppForegroundStateObserver()
867 } else if (type == ObserverType::APP_FOREGROUND_STATE_OBSERVER) { in AddObserverDeathRecipient()
937 } else if (type == ObserverType::APP_FOREGROUND_STATE_OBSERVER) { in OnObserverDied()