Home
last modified time | relevance | path

Searched refs:TRANSACT_ON_APP_STOPPED (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Diapplication_state_observer.h138 TRANSACT_ON_APP_STOPPED, enumerator
/ohos5.0/base/security/access_token/services/common/app_manager/include/
H A Dapp_manager_access_proxy.h42 TRANSACT_ON_APP_STOPPED = 10, enumerator
/ohos5.0/base/security/access_token/services/common/app_manager/src/
H A Dapp_status_change_callback.cpp59 case IApplicationStateObserver::Message::TRANSACT_ON_APP_STOPPED: { in OnRemoteRequest()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapplication_state_observer_stub.cpp56 case Message::TRANSACT_ON_APP_STOPPED: in OnRemoteRequest()
H A Dapplication_state_observer_proxy.cpp236 static_cast<uint32_t>(IApplicationStateObserver::Message::TRANSACT_ON_APP_STOPPED), in OnAppStopped()