Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/common/src/
H A Dapp_utils.cpp34 constexpr const char* START_SPECIFIED_PROCESS = "persist.sys.abilityms.start_specified_process"; variable
142 isStartSpecifiedProcess_.value = system::GetBoolParameter(START_SPECIFIED_PROCESS, false); in IsStartSpecifiedProcess()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dams_mgr_interface.h437 START_SPECIFIED_PROCESS, enumerator
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dams_mgr_stub.cpp192 case static_cast<uint32_t>(IAmsMgr::Message::START_SPECIFIED_PROCESS): in OnRemoteRequestInnerThird()
H A Dams_mgr_proxy.cpp744 static_cast<uint32_t>(IAmsMgr::Message::START_SPECIFIED_PROCESS), data, reply, option); in StartSpecifiedProcess()