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/
Dapp_scheduler_host.h52 int32_t HandleScheduleNewProcessRequest(MessageParcel &data, MessageParcel &reply);
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
Dapp_scheduler_host.cpp56 &AppSchedulerHost::HandleScheduleNewProcessRequest; in AppSchedulerHost()
274 int32_t AppSchedulerHost::HandleScheduleNewProcessRequest(MessageParcel &data, MessageParcel &reply) in HandleScheduleNewProcessRequest() function in OHOS::AppExecFwk::AppSchedulerHost
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
Dmain_thread.h298 void HandleScheduleNewProcessRequest(const AAFwk::Want &want, const std::string &moduleName);
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
Dmain_thread.cpp2612 void MainThread::HandleScheduleNewProcessRequest(const AAFwk::Want &want, const std::string &module… in HandleScheduleNewProcessRequest() function in OHOS::AppExecFwk::MainThread
2641 appThread->HandleScheduleNewProcessRequest(want, moduleName); in ScheduleNewProcessRequest()