Home
last modified time | relevance | path

Searched refs:APP_GET_PROCESS_RUNNING_INFORMATION (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.h56 APP_GET_PROCESS_RUNNING_INFORMATION = 34, enumerator
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_stub.cpp166 case static_cast<uint32_t>(AppMgrInterfaceCode::APP_GET_PROCESS_RUNNING_INFORMATION): in OnRemoteRequestInnerSecond()
H A Dapp_mgr_proxy.cpp383 if (!SendTransactCmd(AppMgrInterfaceCode::APP_GET_PROCESS_RUNNING_INFORMATION, data, reply)) { in GetProcessRunningInformation()