Home
last modified time | relevance | path

Searched refs:GET_APP_INDEX_BY_PID (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_ipc_interface_code.h118 GET_APP_INDEX_BY_PID = 94, enumerator
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_proxy_test/
H A Dapp_mgr_proxy_test.cpp756 …CT_EQ(mockAppMgrService_->code_, static_cast<uint32_t>(AppMgrInterfaceCode::GET_APP_INDEX_BY_PID));
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_stub.cpp344 case static_cast<uint32_t>(AppMgrInterfaceCode::GET_APP_INDEX_BY_PID): in OnRemoteRequestInnerSeventh()
H A Dapp_mgr_proxy.cpp2022 PARCEL_UTIL_SENDREQ_RET_INT(AppMgrInterfaceCode::GET_APP_INDEX_BY_PID, data, reply, option); in GetAppIndexByPid()