Home
last modified time | relevance | path

Searched refs:TRANSACT_ON_ABILITY_REQUEST_DONE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Diapp_state_callback.h81 TRANSACT_ON_ABILITY_REQUEST_DONE, enumerator
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_state_callback_host.cpp49 case static_cast<uint32_t>(IAppStateCallback::Message::TRANSACT_ON_ABILITY_REQUEST_DONE): in OnRemoteRequest()
H A Dapp_state_callback_proxy.cpp62 …static_cast<uint32_t>(IAppStateCallback::Message::TRANSACT_ON_ABILITY_REQUEST_DONE), data, reply, … in OnAbilityRequestDone()