/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_lifecycle_deal.h | 195 void ScheduleNewProcessRequest(const AAFwk::Want &want, const std::string &moduleName);
|
H A D | app_running_record.h | 692 void ScheduleNewProcessRequest(const AAFwk::Want &want, const std::string &moduleName);
|
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_app_scheduler_client.h | 49 MOCK_METHOD2(ScheduleNewProcessRequest, void(const AAFwk::Want& want, const std::string& moduleName));
|
H A D | mock_app_scheduler.h | 49 MOCK_METHOD2(ScheduleNewProcessRequest, void(const AAFwk::Want& want, const std::string& moduleName));
|
H A D | mock_application_proxy.h | 45 MOCK_METHOD2(ScheduleNewProcessRequest, void(const AAFwk::Want& want, const std::string& moduleName));
|
H A D | mock_application.h | 44 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 D | app_scheduler_interface.h | 198 virtual void ScheduleNewProcessRequest(const AAFwk::Want &want, const std::string &moduleName) = 0;
|
H A D | app_scheduler_proxy.h | 191 virtual void ScheduleNewProcessRequest(const AAFwk::Want &want, const std::string &moduleName) override;
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_lifecycle_deal.cpp | 234 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 D | app_running_record.cpp | 609 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 D | app_mgr_service_inner.cpp | 379 mainAppRecord->ScheduleNewProcessRequest(want, hapModuleInfo.moduleName); in StartSpecifiedProcess()
|
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/ |
H A D | ohos_application.h | 186 void ScheduleNewProcessRequest(const AAFwk::Want &want, const std::string &moduleName, std::string &flag);
|
H A D | main_thread.h | 274 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 D | ams_app_mgr_service_module_test.cpp | 79 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 D | ams_ability_running_record_module_test.cpp | 146 void ScheduleNewProcessRequest(const AAFwk::Want& want, const std::string& moduleName) override
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_scheduler_host.cpp | 359 ScheduleNewProcessRequest(*want, moduleName); in HandleScheduleNewProcessRequest()
|
H A D | app_scheduler_proxy.cpp | 419 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 D | ohos_application.cpp | 678 void OHOSApplication::ScheduleNewProcessRequest(const AAFwk::Want &want, const std::string &moduleName, in ScheduleNewProcessRequest() function in OHOS::AppExecFwk::OHOSApplication
|
H A D | main_thread.cpp | 2875 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()
|