/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_lifecycle_deal.h | 193 void ScheduleAcceptWant(const AAFwk::Want &want, const std::string &moduleName);
|
H A D | app_running_record.h | 687 void ScheduleAcceptWant(const std::string &moduleName);
|
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_app_scheduler_client.h | 48 MOCK_METHOD2(ScheduleAcceptWant, void(const AAFwk::Want& want, const std::string& moduleName));
|
H A D | mock_app_scheduler.h | 48 MOCK_METHOD2(ScheduleAcceptWant, void(const AAFwk::Want& want, const std::string& moduleName));
|
H A D | mock_application_proxy.h | 44 MOCK_METHOD2(ScheduleAcceptWant, void(const AAFwk::Want& want, const std::string& moduleName));
|
H A D | mock_application.h | 43 MOCK_METHOD2(ScheduleAcceptWant, void(const AAFwk::Want& want, const std::string& moduleName));
|
/foundation/ability/ability_runtime/test/fuzztest/applifecycledeal_fuzzer/ |
H A D | applifecycledeal_fuzzer.cpp | 82 appLifeCycleDeal.ScheduleAcceptWant(want, bundleName); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_scheduler_interface.h | 196 virtual void ScheduleAcceptWant(const AAFwk::Want &want, const std::string &moduleName) = 0;
|
H A D | app_scheduler_proxy.h | 189 virtual void ScheduleAcceptWant(const AAFwk::Want &want, const std::string &moduleName) override;
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_lifecycle_deal.cpp | 223 void AppLifeCycleDeal::ScheduleAcceptWant(const AAFwk::Want &want, const std::string &moduleName) in ScheduleAcceptWant() function in OHOS::AppExecFwk::AppLifeCycleDeal 231 appThread->ScheduleAcceptWant(want, moduleName); in ScheduleAcceptWant()
|
H A D | app_running_record.cpp | 604 ScheduleAcceptWant(moduleName_); in AddAbilityStageDone() 1668 void AppRunningRecord::ScheduleAcceptWant(const std::string &moduleName) in ScheduleAcceptWant() function in OHOS::AppExecFwk::AppRunningRecord 1676 appLifeCycleDeal_->ScheduleAcceptWant(GetSpecifiedWant(), moduleName); in ScheduleAcceptWant()
|
H A D | app_mgr_service_inner.cpp | 4473 appRecord->ScheduleAcceptWant(hapModuleInfo.moduleName); in StartSpecifiedAbility()
|
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/ |
H A D | ohos_application.h | 184 void ScheduleAcceptWant(const AAFwk::Want &want, const std::string &moduleName, std::string &flag);
|
H A D | main_thread.h | 272 void ScheduleAcceptWant(const AAFwk::Want &want, const std::string &moduleName) override;
|
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_running_record_test/ |
H A D | ams_app_running_record_module_test.cpp | 533 * calling StartSpecifiedAbility will call the ScheduleAcceptWant method once 560 EXPECT_CALL(*mockApplication, ScheduleAcceptWant(_, _)) in HWTEST_F() 630 * ScheduleAcceptWant methods will not be called, and there is a module information 649 EXPECT_CALL(*mockApplication, ScheduleAcceptWant(_, _)) in HWTEST_F()
|
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_mgr_service_test/ |
H A D | ams_app_mgr_service_module_test.cpp | 77 void ScheduleAcceptWant(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 | 143 void ScheduleAcceptWant(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 | 345 ScheduleAcceptWant(*want, moduleName); in HandleScheduleAcceptWant()
|
H A D | app_scheduler_proxy.cpp | 400 void AppSchedulerProxy::ScheduleAcceptWant(const AAFwk::Want &want, const std::string &moduleName) in ScheduleAcceptWant() function in OHOS::AppExecFwk::AppSchedulerProxy
|
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | ohos_application.cpp | 666 void OHOSApplication::ScheduleAcceptWant(const AAFwk::Want &want, const std::string &moduleName, std::string &flag) in ScheduleAcceptWant() function in OHOS::AppExecFwk::OHOSApplication
|
H A D | main_thread.cpp | 2839 application_->ScheduleAcceptWant(want, moduleName, specifiedFlag); in HandleScheduleAcceptWant() 2849 void MainThread::ScheduleAcceptWant(const AAFwk::Want &want, const std::string &moduleName) in ScheduleAcceptWant() function in OHOS::AppExecFwk::MainThread
|
/foundation/ability/ability_runtime/test/unittest/appkit/ohos_application_test/ |
H A D | ohos_application_test.cpp | 744 * @tc.name: ScheduleAcceptWant 745 * @tc.desc: Verify function ScheduleAcceptWant pointer abilityStage not empty 757 ohosApplication_->ScheduleAcceptWant(want, moduleName, flag); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/ |
H A D | main_thread_test.cpp | 1855 mainThread_->ScheduleAcceptWant(*want, moduleName); in HWTEST_F()
|