/foundation/ability/ability_runtime/test/fuzztest/scheduleacceptwantdone_fuzzer/ |
H A D | scheduleacceptwantdone_fuzzer.cpp | 55 appMgrClient->ScheduleAcceptWantDone(recordId, *want, flag); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/test/fuzztest/appmgrservicefirst_fuzzer/ |
H A D | appmgrservicefirst_fuzzer.cpp | 110 appMgrService->ScheduleAcceptWantDone(recordId, *want, flag); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_mgr_interface.h | 352 virtual void ScheduleAcceptWantDone(const int32_t recordId, const AAFwk::Want &want, const std::string &flag) = 0;
|
H A D | app_mgr_client.h | 461 virtual void ScheduleAcceptWantDone(const int32_t recordId, const AAFwk::Want &want, const std::string &flag);
|
H A D | app_mgr_proxy.h | 329 virtual void ScheduleAcceptWantDone(
|
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_app_mgr_service.h | 70 MOCK_METHOD3(ScheduleAcceptWantDone,
|
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/ |
H A D | mock_app_mgr_service.h | 50 MOCK_METHOD3(ScheduleAcceptWantDone, void(const int32_t recordId, const AAFwk::Want& want,
|
/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_mgr_service.h | 349 virtual void ScheduleAcceptWantDone(
|
H A D | app_running_record.h | 691 void ScheduleAcceptWantDone();
|
H A D | app_mgr_service_inner.h | 805 void ScheduleAcceptWantDone(const int32_t recordId, const AAFwk::Want &want, const std::string &flag);
|
/foundation/ability/ability_runtime/test/unittest/appkit/main_fourth_test/ |
H A D | main_fourth_test.cpp | 181 void ScheduleAcceptWantDone(const int32_t recordId, const AAFwk::Want &want, const std::string &flag) override
|
/foundation/ability/ability_runtime/test/unittest/multi_app_utils_test/include/ |
H A D | mock_app_mgr_service.h | 69 MOCK_METHOD3(ScheduleAcceptWantDone,
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_test/ |
H A D | app_mgr_service_test.cpp | 632 * Function: ScheduleAcceptWantDone 634 * FunctionPoints: AppMgrService ScheduleAcceptWantDone 636 * CaseDescription: Verify ScheduleAcceptWantDone 646 appMgrService->ScheduleAcceptWantDone(recordId, want, flag); in HWTEST_F() 651 * Function: ScheduleAcceptWantDone 653 * FunctionPoints: AppMgrService ScheduleAcceptWantDone 655 * CaseDescription: Verify ScheduleAcceptWantDone 667 appMgrService->ScheduleAcceptWantDone(recordId, want, flag); in HWTEST_F()
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_mgr_client.cpp | 719 void AppMgrClient::ScheduleAcceptWantDone(const int32_t recordId, const AAFwk::Want &want, const std::string &flag) in ScheduleAcceptWantDone() function in OHOS::AppExecFwk::AppMgrClient 727 service->ScheduleAcceptWantDone(recordId, want, flag); in ScheduleAcceptWantDone()
|
H A D | app_mgr_stub.cpp | 822 ScheduleAcceptWantDone(recordId, *want, flag); in HandleScheduleAcceptWantDone()
|
H A D | app_mgr_proxy.cpp | 686 void AppMgrProxy::ScheduleAcceptWantDone(const int32_t recordId, const AAFwk::Want &want, const std::string &flag) in ScheduleAcceptWantDone() function in OHOS::AppExecFwk::AppMgrProxy
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service.cpp | 913 void AppMgrService::ScheduleAcceptWantDone(const int32_t recordId, const AAFwk::Want &want, const std::string &flag) in ScheduleAcceptWantDone() function in OHOS::AppExecFwk::AppMgrService 923 appMgrServiceInner->ScheduleAcceptWantDone(recordId, want, flag); in ScheduleAcceptWantDone()
|
H A D | app_running_record.cpp | 1679 void AppRunningRecord::ScheduleAcceptWantDone() in ScheduleAcceptWantDone() function in OHOS::AppExecFwk::AppRunningRecord
|
H A D | app_mgr_service_inner.cpp | 4487 void AppMgrServiceInner::ScheduleAcceptWantDone( in ScheduleAcceptWantDone() function in OHOS::AppExecFwk::AppMgrServiceInner 4497 appRecord->ScheduleAcceptWantDone(); in ScheduleAcceptWantDone()
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_client_test/ |
H A D | app_mgr_client_test.cpp | 581 appMgrClient->ScheduleAcceptWantDone(recordId, want, flag); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/ |
H A D | app_mgr_service_inner_test.cpp | 2558 appMgrServiceInner->ScheduleAcceptWantDone(0, want, flag); in HWTEST_F() 2564 appMgrServiceInner->ScheduleAcceptWantDone(appRecord->GetRecordId(), want, flag); in HWTEST_F() 2568 appMgrServiceInner->ScheduleAcceptWantDone(appRecord->GetRecordId(), want, flag); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/ |
H A D | main_thread_test.cpp | 174 void ScheduleAcceptWantDone(const int32_t recordId, const AAFwk::Want &want, const std::string &flag) override
|
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | main_thread.cpp | 2846 appMgr_->ScheduleAcceptWantDone(applicationImpl_->GetRecordId(), want, specifiedFlag); in HandleScheduleAcceptWant()
|