Home
last modified time | relevance | path

Searched refs:ScheduleAcceptWantDone (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/scheduleacceptwantdone_fuzzer/
H A Dscheduleacceptwantdone_fuzzer.cpp55 appMgrClient->ScheduleAcceptWantDone(recordId, *want, flag); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/security/access_token/services/test/mock/aafwk/
H A Dmock_app_mgr_service.h56 MOCK_METHOD3(ScheduleAcceptWantDone,
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/appmgrservicefirst_fuzzer/
H A Dappmgrservicefirst_fuzzer.cpp110 appMgrService->ScheduleAcceptWantDone(recordId, *want, flag); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_interface.h357 …virtual void ScheduleAcceptWantDone(const int32_t recordId, const AAFwk::Want &want, const std::st…
H A Dapp_mgr_client.h462 …virtual void ScheduleAcceptWantDone(const int32_t recordId, const AAFwk::Want &want, const std::st…
H A Dapp_mgr_proxy.h332 virtual void ScheduleAcceptWantDone(
/ohos5.0/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,
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_mgr_service.h70 MOCK_METHOD3(ScheduleAcceptWantDone,
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service.h353 virtual void ScheduleAcceptWantDone(
H A Dapp_running_record.h615 void ScheduleAcceptWantDone();
H A Dapp_mgr_service_inner.h775 …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 Dapp_mgr_client.cpp729 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 Dapp_mgr_stub.cpp835 ScheduleAcceptWantDone(recordId, *want, flag); in HandleScheduleAcceptWantDone()
H A Dapp_mgr_proxy.cpp701 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 Dapp_mgr_service.cpp938 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 Dapp_running_record.cpp1675 void AppRunningRecord::ScheduleAcceptWantDone() in ScheduleAcceptWantDone() function in OHOS::AppExecFwk::AppRunningRecord
H A Dapp_mgr_service_inner.cpp4491 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 Dapp_mgr_service_test.cpp644 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 Dapp_mgr_client_test.cpp581 appMgrClient->ScheduleAcceptWantDone(recordId, want, flag);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp2572 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 Dmain_thread_test.cpp179 …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 Dmain_thread.cpp2949 appMgr_->ScheduleAcceptWantDone(applicationImpl_->GetRecordId(), want, specifiedFlag); in HandleScheduleAcceptWant()