Searched refs:HandleScheduleNewProcessRequest (Results 1 – 4 of 4) sorted by relevance
53 int32_t HandleScheduleNewProcessRequest(MessageParcel &data, MessageParcel &reply);
114 return HandleScheduleNewProcessRequest(data, reply); in OnRemoteRequestInnerSecond()349 int32_t AppSchedulerHost::HandleScheduleNewProcessRequest(MessageParcel &data, MessageParcel &reply) in HandleScheduleNewProcessRequest() function in OHOS::AppExecFwk::AppSchedulerHost
368 void HandleScheduleNewProcessRequest(const AAFwk::Want &want, const std::string &moduleName);
2969 void MainThread::HandleScheduleNewProcessRequest(const AAFwk::Want &want, const std::string &module… in HandleScheduleNewProcessRequest() function in OHOS::AppExecFwk::MainThread2998 appThread->HandleScheduleNewProcessRequest(want, moduleName); in ScheduleNewProcessRequest()