Searched refs:HandleScheduleAcceptWant (Results 1 - 5 of 5) sorted by relevance
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_scheduler_host.h | 53 int32_t HandleScheduleAcceptWant(MessageParcel &data, MessageParcel &reply);
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_scheduler_host.cpp | 113 return HandleScheduleAcceptWant(data, reply); in OnRemoteRequestInnerSecond() 336 int32_t AppSchedulerHost::HandleScheduleAcceptWant(MessageParcel &data, MessageParcel &reply) in HandleScheduleAcceptWant() function in OHOS::AppExecFwk::AppSchedulerHost
|
/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/ |
H A D | main_thread_test.cpp | 1434 * @tc.desc: HandleScheduleAcceptWant. 1444 mainThread_->HandleScheduleAcceptWant(want, moduleName); in HWTEST_F() 1450 * @tc.desc: HandleScheduleAcceptWant. 1461 mainThread_->HandleScheduleAcceptWant(want, moduleName); in HWTEST_F() 1467 * @tc.desc: HandleScheduleAcceptWant. 1478 mainThread_->HandleScheduleAcceptWant(want, moduleName); in HWTEST_F() 1484 * @tc.desc: HandleScheduleAcceptWant. 1495 mainThread_->HandleScheduleAcceptWant(want, moduleName); in HWTEST_F() 1501 * @tc.desc: HandleScheduleAcceptWant. 1516 mainThread_->HandleScheduleAcceptWant(wan in HWTEST_F() [all...] |
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/ |
H A D | main_thread.h | 362 void HandleScheduleAcceptWant(const AAFwk::Want &want, const std::string &moduleName);
|
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | main_thread.cpp | 2830 void MainThread::HandleScheduleAcceptWant(const AAFwk::Want &want, const std::string &moduleName) in HandleScheduleAcceptWant() function in OHOS::AppExecFwk::MainThread 2859 appThread->HandleScheduleAcceptWant(want, moduleName); in ScheduleAcceptWant()
|
Completed in 9 milliseconds