Home
last modified time | relevance | path

Searched refs:STARTUP_RESIDENT_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.h34 STARTUP_RESIDENT_PROCESS = 11, enumerator
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_stub.cpp124 case static_cast<uint32_t>(AppMgrInterfaceCode::STARTUP_RESIDENT_PROCESS): in OnRemoteRequestInnerFirst()
H A Dapp_mgr_proxy.cpp520 if (!SendTransactCmd(AppMgrInterfaceCode::STARTUP_RESIDENT_PROCESS, data, reply)) { in StartupResidentProcess()