Home
last modified time | relevance | path

Searched refs:TRANSACT_ON_NOTIFY_CONFIG_CHANGE (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.h82 TRANSACT_ON_NOTIFY_CONFIG_CHANGE, enumerator
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_state_callback_host.cpp51 case static_cast<uint32_t>(IAppStateCallback::Message::TRANSACT_ON_NOTIFY_CONFIG_CHANGE): in OnRemoteRequest()
H A Dapp_state_callback_proxy.cpp105 …static_cast<uint32_t>(IAppStateCallback::Message::TRANSACT_ON_NOTIFY_CONFIG_CHANGE), data, reply, … in NotifyConfigurationChange()