Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/test/fuzztest/scheduleacceptwantdone_fuzzer/
H A Dscheduleacceptwantdone_fuzzer.cpp55 appMgrClient->ScheduleAcceptWantDone(recordId, *want, flag); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/appmgrservicefirst_fuzzer/
H A Dappmgrservicefirst_fuzzer.cpp110 appMgrService->ScheduleAcceptWantDone(recordId, *want, flag); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_interface.h352 virtual void ScheduleAcceptWantDone(const int32_t recordId, const AAFwk::Want &want, const std::string &flag) = 0;
H A Dapp_mgr_client.h461 virtual void ScheduleAcceptWantDone(const int32_t recordId, const AAFwk::Want &want, const std::string &flag);
H A Dapp_mgr_proxy.h329 virtual void ScheduleAcceptWantDone(
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_mgr_service.h70 MOCK_METHOD3(ScheduleAcceptWantDone,
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/
H A Dmock_app_mgr_service.h50 MOCK_METHOD3(ScheduleAcceptWantDone, void(const int32_t recordId, const AAFwk::Want& want,
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service.h349 virtual void ScheduleAcceptWantDone(
H A Dapp_running_record.h691 void ScheduleAcceptWantDone();
H A Dapp_mgr_service_inner.h805 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 Dmain_fourth_test.cpp181 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 Dmock_app_mgr_service.h69 MOCK_METHOD3(ScheduleAcceptWantDone,
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_test/
H A Dapp_mgr_service_test.cpp632 * 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 Dapp_mgr_client.cpp719 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 Dapp_mgr_stub.cpp822 ScheduleAcceptWantDone(recordId, *want, flag); in HandleScheduleAcceptWantDone()
H A Dapp_mgr_proxy.cpp686 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 Dapp_mgr_service.cpp913 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 Dapp_running_record.cpp1679 void AppRunningRecord::ScheduleAcceptWantDone() in ScheduleAcceptWantDone() function in OHOS::AppExecFwk::AppRunningRecord
H A Dapp_mgr_service_inner.cpp4487 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 Dapp_mgr_client_test.cpp581 appMgrClient->ScheduleAcceptWantDone(recordId, want, flag); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp2558 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 Dmain_thread_test.cpp174 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 Dmain_thread.cpp2846 appMgr_->ScheduleAcceptWantDone(applicationImpl_->GetRecordId(), want, specifiedFlag); in HandleScheduleAcceptWant()

Completed in 58 milliseconds