Home
last modified time | relevance | path

Searched refs:APP_APPLICATION_BACKGROUNDED (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.h26 APP_APPLICATION_BACKGROUNDED = 2, enumerator
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_stub.cpp104 case static_cast<uint32_t>(AppMgrInterfaceCode::APP_APPLICATION_BACKGROUNDED): in OnRemoteRequestInnerFirst()
H A Dapp_mgr_proxy.cpp99 … PARCEL_UTIL_SENDREQ_NORET(AppMgrInterfaceCode::APP_APPLICATION_BACKGROUNDED, data, reply, option); in ApplicationBackgrounded()