Home
last modified time | relevance | path

Searched refs:SetScheduleNewProcessRequestState (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_record.h609 …void SetScheduleNewProcessRequestState(int32_t requestId, const AAFwk::Want &want, const std::stri…
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_record.cpp1640 void AppRunningRecord::SetScheduleNewProcessRequestState(int32_t requestId, in SetScheduleNewProcessRequestState() function in OHOS::AppExecFwk::AppRunningRecord
H A Dapp_mgr_service_inner.cpp373 mainAppRecord->SetScheduleNewProcessRequestState(requestId, want, hapModuleInfo.moduleName); in StartSpecifiedProcess()