Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Diconfiguration_observer.h37 TRANSACT_ON_CONFIGURATION_UPDATED = 0, enumerator
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dconfiguration_observer_proxy.cpp51 static_cast<uint32_t>(IConfigurationObserver::Message::TRANSACT_ON_CONFIGURATION_UPDATED), in OnConfigurationUpdated()
H A Dconfiguration_observer_stub.cpp42 …ode == static_cast<uint32_t>(IConfigurationObserver::Message::TRANSACT_ON_CONFIGURATION_UPDATED)) { in OnRemoteRequest()