/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/scheduleacceptwantdone_fuzzer/ |
H A D | scheduleacceptwantdone_fuzzer.cpp | 55 appMgrClient->ScheduleAcceptWantDone(recordId, *want, flag); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/security/access_token/services/test/mock/aafwk/ |
H A D | mock_app_mgr_service.h | 56 MOCK_METHOD3(ScheduleAcceptWantDone,
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/appmgrservicefirst_fuzzer/ |
H A D | appmgrservicefirst_fuzzer.cpp | 110 appMgrService->ScheduleAcceptWantDone(recordId, *want, flag); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_mgr_interface.h | 357 …virtual void ScheduleAcceptWantDone(const int32_t recordId, const AAFwk::Want &want, const std::st…
|
H A D | app_mgr_client.h | 462 …virtual void ScheduleAcceptWantDone(const int32_t recordId, const AAFwk::Want &want, const std::st…
|
H A D | app_mgr_proxy.h | 332 virtual void ScheduleAcceptWantDone(
|
/ohos5.0/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,
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_app_mgr_service.h | 70 MOCK_METHOD3(ScheduleAcceptWantDone,
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_mgr_service.h | 353 virtual void ScheduleAcceptWantDone(
|
H A D | app_running_record.h | 615 void ScheduleAcceptWantDone();
|
H A D | app_mgr_service_inner.h | 775 …void ScheduleAcceptWantDone(const int32_t recordId, const AAFwk::Want &want, const std::string &fl…
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_mgr_client.cpp | 729 void AppMgrClient::ScheduleAcceptWantDone(const int32_t recordId, const AAFwk::Want &want, const st… in ScheduleAcceptWantDone() function in OHOS::AppExecFwk::AppMgrClient 737 service->ScheduleAcceptWantDone(recordId, want, flag); in ScheduleAcceptWantDone()
|
H A D | app_mgr_stub.cpp | 835 ScheduleAcceptWantDone(recordId, *want, flag); in HandleScheduleAcceptWantDone()
|
H A D | app_mgr_proxy.cpp | 701 void AppMgrProxy::ScheduleAcceptWantDone(const int32_t recordId, const AAFwk::Want &want, const std… in ScheduleAcceptWantDone() function in OHOS::AppExecFwk::AppMgrProxy
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service.cpp | 938 void AppMgrService::ScheduleAcceptWantDone(const int32_t recordId, const AAFwk::Want &want, const s… in ScheduleAcceptWantDone() function in OHOS::AppExecFwk::AppMgrService 948 appMgrServiceInner->ScheduleAcceptWantDone(recordId, want, flag); in ScheduleAcceptWantDone()
|
H A D | app_running_record.cpp | 1675 void AppRunningRecord::ScheduleAcceptWantDone() in ScheduleAcceptWantDone() function in OHOS::AppExecFwk::AppRunningRecord
|
H A D | app_mgr_service_inner.cpp | 4491 void AppMgrServiceInner::ScheduleAcceptWantDone( in ScheduleAcceptWantDone() function in OHOS::AppExecFwk::AppMgrServiceInner 4501 appRecord->ScheduleAcceptWantDone(); in ScheduleAcceptWantDone()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_test/ |
H A D | app_mgr_service_test.cpp | 644 appMgrService->ScheduleAcceptWantDone(recordId, want, flag); 665 appMgrService->ScheduleAcceptWantDone(recordId, want, flag);
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_client_test/ |
H A D | app_mgr_client_test.cpp | 581 appMgrClient->ScheduleAcceptWantDone(recordId, want, flag);
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/ |
H A D | app_mgr_service_inner_test.cpp | 2572 appMgrServiceInner->ScheduleAcceptWantDone(0, want, flag); 2578 appMgrServiceInner->ScheduleAcceptWantDone(appRecord->GetRecordId(), want, flag); 2582 appMgrServiceInner->ScheduleAcceptWantDone(appRecord->GetRecordId(), want, flag);
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/ |
H A D | main_thread_test.cpp | 179 …void ScheduleAcceptWantDone(const int32_t recordId, const AAFwk::Want &want, const std::string &fl… in ScheduleAcceptWantDone() function in OHOS::AppExecFwk::MockAppMgrStub
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | main_thread.cpp | 2949 appMgr_->ScheduleAcceptWantDone(applicationImpl_->GetRecordId(), want, specifiedFlag); in HandleScheduleAcceptWant()
|