Home
last modified time | relevance | path

Searched refs:debugInfoList (Results 1 – 17 of 17) 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/interfaces/inner_api/app_manager/src/appmgr/
H A Dams_mgr_stub.cpp705 std::vector<std::string> debugInfoList; in HandleGetWaitingDebugApp() local
706 auto result = GetWaitingDebugApp(debugInfoList); in HandleGetWaitingDebugApp()
712 int32_t listSize = static_cast<int32_t>(debugInfoList.size()); in HandleGetWaitingDebugApp()
723 if (!reply.WriteStringVector(debugInfoList)) { in HandleGetWaitingDebugApp()
H A Dams_mgr_proxy.cpp1082 int32_t AmsMgrProxy::GetWaitingDebugApp(std::vector<std::string> &debugInfoList) in GetWaitingDebugApp() argument
1111 if (!reply.ReadStringVector(&debugInfoList)) { in GetWaitingDebugApp()
H A Dapp_mgr_client.cpp1021 int32_t AppMgrClient::GetWaitingDebugApp(std::vector<std::string> &debugInfoList) in GetWaitingDebugApp() argument
1027 return amsService_->GetWaitingDebugApp(debugInfoList); in GetWaitingDebugApp()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dams_mgr_scheduler.h278 int32_t GetWaitingDebugApp(std::vector<std::string> &debugInfoList) override;
/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/test/unittest/ams_mgr_scheduler_test/
H A Dams_mgr_scheduler_test.cpp1349 std::vector<std::string> debugInfoList; variable
1350 auto iret = amsMgrScheduler->GetWaitingDebugApp(debugInfoList);
1368 std::vector<std::string> debugInfoList; variable
1369 auto iret = amsMgrScheduler->GetWaitingDebugApp(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() argument
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() argument
6530 debugInfoList.emplace_back(debugBundleInfo); in NotifyAppFaultBySA()
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp761 std::vector<std::string> debugInfoList; in RunAsAppDebugDebugCommand() local
763 result = DelayedSingleton<AppMgrClient>::GetInstance()->GetWaitingDebugApp(debugInfoList); in RunAsAppDebugDebugCommand()
781 if (isGet && !debugInfoList.empty()) { in RunAsAppDebugDebugCommand()
782 for (auto it : debugInfoList) { in RunAsAppDebugDebugCommand()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_client_test/
H A Dapp_mgr_client_test.cpp1183 std::vector<std::string> debugInfoList; variable
1184 appMgrClient->GetWaitingDebugApp(debugInfoList);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp3641 std::vector<std::string> debugInfoList; variable
3642 auto result = appMgrServiceInner->GetWaitingDebugApp(debugInfoList);