Home
last modified time | relevance | path

Searched refs:ScheduleNewProcessRequest (Results 1 - 19 of 19) sorted by relevance

/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_lifecycle_deal.h195 void ScheduleNewProcessRequest(const AAFwk::Want &want, const std::string &moduleName);
H A Dapp_running_record.h692 void ScheduleNewProcessRequest(const AAFwk::Want &want, const std::string &moduleName);
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_scheduler_client.h49 MOCK_METHOD2(ScheduleNewProcessRequest, void(const AAFwk::Want& want, const std::string& moduleName));
H A Dmock_app_scheduler.h49 MOCK_METHOD2(ScheduleNewProcessRequest, void(const AAFwk::Want& want, const std::string& moduleName));
H A Dmock_application_proxy.h45 MOCK_METHOD2(ScheduleNewProcessRequest, void(const AAFwk::Want& want, const std::string& moduleName));
H A Dmock_application.h44 MOCK_METHOD2(ScheduleNewProcessRequest, void(const AAFwk::Want& want, const std::string& moduleName));
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_scheduler_interface.h198 virtual void ScheduleNewProcessRequest(const AAFwk::Want &want, const std::string &moduleName) = 0;
H A Dapp_scheduler_proxy.h191 virtual void ScheduleNewProcessRequest(const AAFwk::Want &want, const std::string &moduleName) override;
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_lifecycle_deal.cpp234 void AppLifeCycleDeal::ScheduleNewProcessRequest(const AAFwk::Want &want, const std::string &moduleName) in ScheduleNewProcessRequest() function in OHOS::AppExecFwk::AppLifeCycleDeal
242 appThread->ScheduleNewProcessRequest(want, moduleName); in ScheduleNewProcessRequest()
H A Dapp_running_record.cpp609 TAG_LOGD(AAFwkTag::APPMGR, "ScheduleNewProcessRequest."); in AddAbilityStageDone()
610 ScheduleNewProcessRequest(GetNewProcessRequestWant(), moduleName_); in AddAbilityStageDone()
1692 void AppRunningRecord::ScheduleNewProcessRequest(const AAFwk::Want &want, const std::string &moduleName) in ScheduleNewProcessRequest() function in OHOS::AppExecFwk::AppRunningRecord
1700 appLifeCycleDeal_->ScheduleNewProcessRequest(want, moduleName); in ScheduleNewProcessRequest()
H A Dapp_mgr_service_inner.cpp379 mainAppRecord->ScheduleNewProcessRequest(want, hapModuleInfo.moduleName); in StartSpecifiedProcess()
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dohos_application.h186 void ScheduleNewProcessRequest(const AAFwk::Want &want, const std::string &moduleName, std::string &flag);
H A Dmain_thread.h274 void ScheduleNewProcessRequest(const AAFwk::Want &want, const std::string &moduleName) override;
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_mgr_service_test/
H A Dams_app_mgr_service_module_test.cpp79 void ScheduleNewProcessRequest(const AAFwk::Want& want, const std::string& moduleName) override
/foundation/ability/ability_runtime/test/moduletest/common/ams/ability_running_record_test/
H A Dams_ability_running_record_module_test.cpp146 void ScheduleNewProcessRequest(const AAFwk::Want& want, const std::string& moduleName) override
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_scheduler_host.cpp359 ScheduleNewProcessRequest(*want, moduleName); in HandleScheduleNewProcessRequest()
H A Dapp_scheduler_proxy.cpp419 void AppSchedulerProxy::ScheduleNewProcessRequest(const AAFwk::Want &want, const std::string &moduleName) in ScheduleNewProcessRequest() function in OHOS::AppExecFwk::AppSchedulerProxy
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dohos_application.cpp678 void OHOSApplication::ScheduleNewProcessRequest(const AAFwk::Want &want, const std::string &moduleName, in ScheduleNewProcessRequest() function in OHOS::AppExecFwk::OHOSApplication
H A Dmain_thread.cpp2875 application_->ScheduleNewProcessRequest(want, moduleName, specifiedProcessFlag); in HandleScheduleNewProcessRequest()
2885 void MainThread::ScheduleNewProcessRequest(const AAFwk::Want &want, const std::string &moduleName) in ScheduleNewProcessRequest() function in OHOS::AppExecFwk::MainThread
2897 if (!mainHandler_->PostTask(task, "MainThread:ScheduleNewProcessRequest")) { in ScheduleNewProcessRequest()

Completed in 31 milliseconds