Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_ipc_interface_code.h25 APP_APPLICATION_FOREGROUNDED = 1, enumerator
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_stub.cpp102 case static_cast<uint32_t>(AppMgrInterfaceCode::APP_APPLICATION_FOREGROUNDED): in OnRemoteRequestInnerFirst()
H A Dapp_mgr_proxy.cpp86 … PARCEL_UTIL_SENDREQ_NORET(AppMgrInterfaceCode::APP_APPLICATION_FOREGROUNDED, data, reply, option); in ApplicationForegrounded()