Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Diapplication_state_observer.h128 TRANSACT_ON_FOREGROUND_APPLICATION_CHANGED = 0, enumerator
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapplication_state_observer_stub.cpp36 case Message::TRANSACT_ON_FOREGROUND_APPLICATION_CHANGED: in OnRemoteRequest()
H A Dapplication_state_observer_proxy.cpp50 …tic_cast<uint32_t>(IApplicationStateObserver::Message::TRANSACT_ON_FOREGROUND_APPLICATION_CHANGED), in OnForegroundApplicationChanged()