Home
last modified time | relevance | path

Searched refs:HandleScheduleNewProcessRequest (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_scheduler_host.h54 int32_t HandleScheduleNewProcessRequest(MessageParcel &data, MessageParcel &reply);
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_scheduler_host.cpp115 return HandleScheduleNewProcessRequest(data, reply); in OnRemoteRequestInnerSecond()
349 int32_t AppSchedulerHost::HandleScheduleNewProcessRequest(MessageParcel &data, MessageParcel &reply) in HandleScheduleNewProcessRequest() function in OHOS::AppExecFwk::AppSchedulerHost
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dmain_thread.h364 void HandleScheduleNewProcessRequest(const AAFwk::Want &want, const std::string &moduleName);
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp2866 void MainThread::HandleScheduleNewProcessRequest(const AAFwk::Want &want, const std::string &moduleName) in HandleScheduleNewProcessRequest() function in OHOS::AppExecFwk::MainThread
2895 appThread->HandleScheduleNewProcessRequest(want, moduleName); in ScheduleNewProcessRequest()

Completed in 7 milliseconds