Home
last modified time | relevance | path

Searched refs:GetWaitingDebugApp (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_scheduler.h62 MOCK_METHOD1(GetWaitingDebugApp, int32_t(std::vector<std::string> &debugInfoList));
H A Dmock_application.h55 MOCK_METHOD1(GetWaitingDebugApp, int32_t(std::vector<std::string> &debugInfoList));
H A Dmock_ams_mgr_scheduler.h68 MOCK_METHOD1(GetWaitingDebugApp, int32_t(std::vector<std::string> &debugInfoList));
H A Dmock_app_mgr_service_inner.h74 MOCK_METHOD1(GetWaitingDebugApp, int32_t(std::vector<std::string> &debugInfoList));
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dams_mgr_scheduler.h278 int32_t GetWaitingDebugApp(std::vector<std::string> &debugInfoList) override;
H A Dapp_mgr_service_inner.h1007 int32_t GetWaitingDebugApp(std::vector<std::string> &bundleNameList);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dams_mgr_interface.h304 virtual int32_t GetWaitingDebugApp(std::vector<std::string> &debugInfoList) = 0;
H A Dams_mgr_proxy.h266 int32_t GetWaitingDebugApp(std::vector<std::string> &debugInfoList) override;
H A Dapp_mgr_client.h645 int32_t GetWaitingDebugApp(std::vector<std::string> &debugInfoList);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dams_mgr_scheduler.cpp592 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 Dapp_mgr_service_inner.cpp6505 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 Dams_mgr_scheduler_test.cpp1350 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 Dapp_mgr_client.cpp1021 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 Dams_mgr_stub.cpp706 auto result = GetWaitingDebugApp(debugInfoList); in HandleGetWaitingDebugApp()
H A Dams_mgr_proxy.cpp1082 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 Dapp_mgr_client_test.cpp1184 appMgrClient->GetWaitingDebugApp(debugInfoList);
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp763 result = DelayedSingleton<AppMgrClient>::GetInstance()->GetWaitingDebugApp(debugInfoList); in RunAsAppDebugDebugCommand()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp3642 auto result = appMgrServiceInner->GetWaitingDebugApp(debugInfoList);