Home
last modified time | relevance | path

Searched refs:GET_RUNNING_PROCESS_INFO_BY_PID (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.h105 GET_RUNNING_PROCESS_INFO_BY_PID = 80, enumerator
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_stub.cpp224 case static_cast<uint32_t>(AppMgrInterfaceCode::GET_RUNNING_PROCESS_INFO_BY_PID): in OnRemoteRequestInnerFourth()
H A Dapp_mgr_proxy.cpp1277 …PARCEL_UTIL_SENDREQ_RET_INT(AppMgrInterfaceCode::GET_RUNNING_PROCESS_INFO_BY_PID, data, reply, opt… in GetRunningProcessInfoByPid()