Home
last modified time | relevance | path

Searched refs:ON_APP_STATE_CHANGED (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_foreground_state_observer_interface.h32 ON_APP_STATE_CHANGED, enumerator
/ohos5.0/foundation/resourceschedule/memmgr/interface/innerkits/include/
H A Dmemmgrservice_ipc_interface_code.h45 ON_APP_STATE_CHANGED, enumerator
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_foreground_state_observer_proxy.cpp55 …static_cast<uint32_t>(IAppForegroundStateObserver::Message::ON_APP_STATE_CHANGED), data, reply, op… in OnAppStateChanged()
H A Dapp_foreground_state_observer_stub.cpp40 if (code == static_cast<uint32_t>(IAppForegroundStateObserver::Message::ON_APP_STATE_CHANGED)) { in OnRemoteRequest()
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/purgeable_mem_manager/
H A Dapp_state_subscriber_stub.cpp51 case static_cast<uint32_t>(AppStateSubscriberInterfaceCode::ON_APP_STATE_CHANGED): { in OnRemoteRequestInner()
H A Dapp_state_subscriber_proxy.cpp96 …static_cast<uint32_t>(AppStateSubscriberInterfaceCode::ON_APP_STATE_CHANGED), data, reply, option); in OnAppStateChanged()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityinterfacesappmgrappforegroundstateobserverstub_fuzzer/
H A Dabilityinterfacesappmgrappforegroundstateobserverstub_fuzzer.cpp79 … uint32_t code = static_cast<uint32_t>(IAppForegroundStateObserver::Message::ON_APP_STATE_CHANGED); in DoSomethingInterestingWithMyAPI()