Home
last modified time | relevance | path

Searched refs:ScheduleAcceptWant (Results 1 - 23 of 23) sorted by relevance

/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_lifecycle_deal.h193 void ScheduleAcceptWant(const AAFwk::Want &want, const std::string &moduleName);
H A Dapp_running_record.h687 void ScheduleAcceptWant(const std::string &moduleName);
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_scheduler_client.h48 MOCK_METHOD2(ScheduleAcceptWant, void(const AAFwk::Want& want, const std::string& moduleName));
H A Dmock_app_scheduler.h48 MOCK_METHOD2(ScheduleAcceptWant, void(const AAFwk::Want& want, const std::string& moduleName));
H A Dmock_application_proxy.h44 MOCK_METHOD2(ScheduleAcceptWant, void(const AAFwk::Want& want, const std::string& moduleName));
H A Dmock_application.h43 MOCK_METHOD2(ScheduleAcceptWant, void(const AAFwk::Want& want, const std::string& moduleName));
/foundation/ability/ability_runtime/test/fuzztest/applifecycledeal_fuzzer/
H A Dapplifecycledeal_fuzzer.cpp82 appLifeCycleDeal.ScheduleAcceptWant(want, bundleName); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_scheduler_interface.h196 virtual void ScheduleAcceptWant(const AAFwk::Want &want, const std::string &moduleName) = 0;
H A Dapp_scheduler_proxy.h189 virtual void ScheduleAcceptWant(const AAFwk::Want &want, const std::string &moduleName) override;
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_lifecycle_deal.cpp223 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 Dapp_running_record.cpp604 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 Dapp_mgr_service_inner.cpp4473 appRecord->ScheduleAcceptWant(hapModuleInfo.moduleName); in StartSpecifiedAbility()
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dohos_application.h184 void ScheduleAcceptWant(const AAFwk::Want &want, const std::string &moduleName, std::string &flag);
H A Dmain_thread.h272 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 Dams_app_running_record_module_test.cpp533 * 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 Dams_app_mgr_service_module_test.cpp77 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 Dams_ability_running_record_module_test.cpp143 void ScheduleAcceptWant(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.cpp345 ScheduleAcceptWant(*want, moduleName); in HandleScheduleAcceptWant()
H A Dapp_scheduler_proxy.cpp400 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 Dohos_application.cpp666 void OHOSApplication::ScheduleAcceptWant(const AAFwk::Want &want, const std::string &moduleName, std::string &flag) in ScheduleAcceptWant() function in OHOS::AppExecFwk::OHOSApplication
H A Dmain_thread.cpp2839 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 Dohos_application_test.cpp744 * @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 Dmain_thread_test.cpp1855 mainThread_->ScheduleAcceptWant(*want, moduleName); in HWTEST_F()

Completed in 36 milliseconds