Home
last modified time | relevance | path

Searched refs:START_USER_TEST_PROCESS (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.h38 START_USER_TEST_PROCESS = 15, enumerator
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_stub.cpp140 case static_cast<uint32_t>(AppMgrInterfaceCode::START_USER_TEST_PROCESS): in OnRemoteRequestInnerSecond()
H A Dapp_mgr_proxy.cpp679 PARCEL_UTIL_SENDREQ_RET_INT(AppMgrInterfaceCode::START_USER_TEST_PROCESS, data, reply, option); in StartUserTestProcess()