/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_lifecycle_deal.h | 189 void ScheduleNewProcessRequest(const AAFwk::Want &want, const std::string &moduleName);
|
H A D | app_running_record.h | 616 void ScheduleNewProcessRequest(const AAFwk::Want &want, const std::string &moduleName);
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_lifecycle_deal.cpp | 230 void AppLifeCycleDeal::ScheduleNewProcessRequest(const AAFwk::Want &want, const std::string &module… in ScheduleNewProcessRequest() function in OHOS::AppExecFwk::AppLifeCycleDeal 238 appThread->ScheduleNewProcessRequest(want, moduleName); in ScheduleNewProcessRequest()
|
H A D | app_running_record.cpp | 605 ScheduleNewProcessRequest(GetNewProcessRequestWant(), moduleName_); in AddAbilityStageDone() 1688 void AppRunningRecord::ScheduleNewProcessRequest(const AAFwk::Want &want, const std::string &module… in ScheduleNewProcessRequest() function in OHOS::AppExecFwk::AppRunningRecord 1696 appLifeCycleDeal_->ScheduleNewProcessRequest(want, moduleName); in ScheduleNewProcessRequest()
|
H A D | app_mgr_service_inner.cpp | 383 mainAppRecord->ScheduleNewProcessRequest(want, hapModuleInfo.moduleName); in StartSpecifiedProcess()
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_app_scheduler.h | 49 …MOCK_METHOD2(ScheduleNewProcessRequest, void(const AAFwk::Want& want, const std::string& moduleNam…
|
H A D | mock_application.h | 44 …MOCK_METHOD2(ScheduleNewProcessRequest, void(const AAFwk::Want& want, const std::string& moduleNam…
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_scheduler_interface.h | 179 …virtual void ScheduleNewProcessRequest(const AAFwk::Want &want, const std::string &moduleName) = 0;
|
H A D | app_scheduler_proxy.h | 180 …virtual void ScheduleNewProcessRequest(const AAFwk::Want &want, const std::string &moduleName) ove…
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/ |
H A D | ohos_application.h | 288 …void ScheduleNewProcessRequest(const AAFwk::Want &want, const std::string &moduleName, std::string…
|
H A D | main_thread.h | 279 void ScheduleNewProcessRequest(const AAFwk::Want &want, const std::string &moduleName) override;
|
/ohos5.0/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 in ScheduleNewProcessRequest() function in OHOS::AppExecFwk::MockedApplication
|
/ohos5.0/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 in ScheduleNewProcessRequest() function in OHOS::AppExecFwk::TestAppSchedulerImpl
|
/ohos5.0/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 | 418 void AppSchedulerProxy::ScheduleNewProcessRequest(const AAFwk::Want &want, const std::string &modul… in ScheduleNewProcessRequest() function in OHOS::AppExecFwk::AppSchedulerProxy
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | ohos_application.cpp | 900 void OHOSApplication::ScheduleNewProcessRequest(const AAFwk::Want &want, const std::string &moduleN… in ScheduleNewProcessRequest() function in OHOS::AppExecFwk::OHOSApplication
|
H A D | main_thread.cpp | 2978 application_->ScheduleNewProcessRequest(want, moduleName, specifiedProcessFlag); in HandleScheduleNewProcessRequest() 2988 void MainThread::ScheduleNewProcessRequest(const AAFwk::Want &want, const std::string &moduleName) in ScheduleNewProcessRequest() function in OHOS::AppExecFwk::MainThread
|