/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_app_scheduler.h | 62 MOCK_METHOD1(GetWaitingDebugApp, int32_t(std::vector<std::string> &debugInfoList));
|
H A D | mock_application.h | 55 MOCK_METHOD1(GetWaitingDebugApp, int32_t(std::vector<std::string> &debugInfoList));
|
H A D | mock_ams_mgr_scheduler.h | 68 MOCK_METHOD1(GetWaitingDebugApp, int32_t(std::vector<std::string> &debugInfoList));
|
H A D | mock_app_mgr_service_inner.h | 74 MOCK_METHOD1(GetWaitingDebugApp, int32_t(std::vector<std::string> &debugInfoList));
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | ams_mgr_scheduler.h | 278 int32_t GetWaitingDebugApp(std::vector<std::string> &debugInfoList) override;
|
H A D | app_mgr_service_inner.h | 1007 int32_t GetWaitingDebugApp(std::vector<std::string> &bundleNameList);
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | ams_mgr_interface.h | 304 virtual int32_t GetWaitingDebugApp(std::vector<std::string> &debugInfoList) = 0;
|
H A D | ams_mgr_proxy.h | 266 int32_t GetWaitingDebugApp(std::vector<std::string> &debugInfoList) override;
|
H A D | app_mgr_client.h | 645 int32_t GetWaitingDebugApp(std::vector<std::string> &debugInfoList);
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | ams_mgr_scheduler.cpp | 592 int32_t AmsMgrScheduler::GetWaitingDebugApp(std::vector<std::string> &debugInfoList) in GetWaitingDebugApp() function in OHOS::AppExecFwk::AmsMgrScheduler 598 return amsMgrServiceInner_->GetWaitingDebugApp(debugInfoList); in GetWaitingDebugApp()
|
H A D | app_mgr_service_inner.cpp | 6505 int32_t AppMgrServiceInner::GetWaitingDebugApp(std::vector<std::string> &debugInfoList) in NotifyAppFaultBySA() function in OHOS::AppExecFwk::AppMgrServiceInner
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_mgr_scheduler_test/ |
H A D | ams_mgr_scheduler_test.cpp | 1350 auto iret = amsMgrScheduler->GetWaitingDebugApp(debugInfoList); 1369 auto iret = amsMgrScheduler->GetWaitingDebugApp(debugInfoList);
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_mgr_client.cpp | 1021 int32_t AppMgrClient::GetWaitingDebugApp(std::vector<std::string> &debugInfoList) in GetWaitingDebugApp() function in OHOS::AppExecFwk::AppMgrClient 1027 return amsService_->GetWaitingDebugApp(debugInfoList); in GetWaitingDebugApp()
|
H A D | ams_mgr_stub.cpp | 706 auto result = GetWaitingDebugApp(debugInfoList); in HandleGetWaitingDebugApp()
|
H A D | ams_mgr_proxy.cpp | 1082 int32_t AmsMgrProxy::GetWaitingDebugApp(std::vector<std::string> &debugInfoList) in GetWaitingDebugApp() function in OHOS::AppExecFwk::AmsMgrProxy
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_client_test/ |
H A D | app_mgr_client_test.cpp | 1184 appMgrClient->GetWaitingDebugApp(debugInfoList);
|
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/ |
H A D | ability_command.cpp | 763 result = DelayedSingleton<AppMgrClient>::GetInstance()->GetWaitingDebugApp(debugInfoList); in RunAsAppDebugDebugCommand()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/ |
H A D | app_mgr_service_inner_test.cpp | 3642 auto result = appMgrServiceInner->GetWaitingDebugApp(debugInfoList);
|