Home
last modified time | relevance | path

Searched refs:RESTART_RESIDENT_PROCESS_DEPENDED_ON_WEB (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.h112 RESTART_RESIDENT_PROCESS_DEPENDED_ON_WEB = 86, enumerator
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/appmanager_fuzzer/
H A Dappmanager_fuzzer.cpp52 …code <= static_cast<uint32_t>(AppMgrInterfaceCode::RESTART_RESIDENT_PROCESS_DEPENDED_ON_WEB); ++co… in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_stub.cpp340 case static_cast<uint32_t>(AppMgrInterfaceCode::RESTART_RESIDENT_PROCESS_DEPENDED_ON_WEB): in OnRemoteRequestInnerSeventh()
H A Dapp_mgr_proxy.cpp2008 …PARCEL_UTIL_SENDREQ_NORET(AppMgrInterfaceCode::RESTART_RESIDENT_PROCESS_DEPENDED_ON_WEB, data, rep… in RestartResidentProcessDependedOnWeb()