Home
last modified time | relevance | path

Searched refs:GetWaitingDebugApp (Results 1 - 21 of 21) sorted by relevance

/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_scheduler_client.h62 MOCK_METHOD1(GetWaitingDebugApp, int32_t(std::vector<std::string> &debugInfoList));
H A Dmock_app_scheduler.h62 MOCK_METHOD1(GetWaitingDebugApp, int32_t(std::vector<std::string> &debugInfoList));
H A Dmock_app_mgr_service_inner.h71 MOCK_METHOD1(GetWaitingDebugApp, int32_t(std::vector<std::string> &debugInfoList));
H A Dmock_ams_mgr_scheduler.h64 MOCK_METHOD1(GetWaitingDebugApp, int32_t(std::vector<std::string> &debugInfoList));
H A Dmock_application_proxy.h56 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));
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dams_mgr_interface.h343 virtual int32_t GetWaitingDebugApp(std::vector<std::string> &debugInfoList) = 0;
H A Dams_mgr_proxy.h305 int32_t GetWaitingDebugApp(std::vector<std::string> &debugInfoList) override;
H A Dapp_mgr_client.h641 int32_t GetWaitingDebugApp(std::vector<std::string> &debugInfoList);
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dams_mgr_scheduler.h337 int32_t GetWaitingDebugApp(std::vector<std::string> &debugInfoList) override;
H A Dapp_mgr_service_inner.h1072 int32_t GetWaitingDebugApp(std::vector<std::string> &bundleNameList);
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dams_mgr_scheduler.cpp562 int32_t AmsMgrScheduler::GetWaitingDebugApp(std::vector<std::string> &debugInfoList) in GetWaitingDebugApp() function in OHOS::AppExecFwk::AmsMgrScheduler
568 return amsMgrServiceInner_->GetWaitingDebugApp(debugInfoList); in GetWaitingDebugApp()
H A Dapp_mgr_service_inner.cpp6558 int32_t AppMgrServiceInner::GetWaitingDebugApp(std::vector<std::string> &debugInfoList) in NotifyAppFaultBySA() function in OHOS::AppExecFwk::AppMgrServiceInner
/foundation/ability/ability_runtime/test/unittest/ams_mgr_scheduler_test/
H A Dams_mgr_scheduler_test.cpp1250 * Function: GetWaitingDebugApp
1252 * FunctionPoints: AmsMgrScheduler GetWaitingDebugApp
1261 auto iret = amsMgrScheduler->GetWaitingDebugApp(debugInfoList); in HWTEST_F()
1267 * Function: GetWaitingDebugApp
1269 * FunctionPoints: AmsMgrScheduler GetWaitingDebugApp
1280 auto iret = amsMgrScheduler->GetWaitingDebugApp(debugInfoList); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/ams_mgr_scheduler_second_test/
H A Dams_mgr_scheduler_second_test.cpp1472 * @tc.desc: Test GetWaitingDebugApp
1487 auto ret = amsMgrScheduler->GetWaitingDebugApp(debugInfoList); in HWTEST_F()
1494 * @tc.desc: Test GetWaitingDebugApp
1511 auto ret = amsMgrScheduler->GetWaitingDebugApp(debugInfoList); in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_client.cpp1010 int32_t AppMgrClient::GetWaitingDebugApp(std::vector<std::string> &debugInfoList) in GetWaitingDebugApp() function in OHOS::AppExecFwk::AppMgrClient
1016 return amsService_->GetWaitingDebugApp(debugInfoList); in GetWaitingDebugApp()
H A Dams_mgr_stub.cpp664 auto result = GetWaitingDebugApp(debugInfoList); in HandleGetWaitingDebugApp()
H A Dams_mgr_proxy.cpp1013 int32_t AmsMgrProxy::GetWaitingDebugApp(std::vector<std::string> &debugInfoList) in GetWaitingDebugApp() function in OHOS::AppExecFwk::AmsMgrProxy
/foundation/ability/ability_runtime/test/unittest/app_mgr_client_test/
H A Dapp_mgr_client_test.cpp1204 * @tc.desc: GetWaitingDebugApp.
1211 appMgrClient->GetWaitingDebugApp(debugInfoList); in HWTEST_F()
/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp764 result = DelayedSingleton<AppMgrClient>::GetInstance()->GetWaitingDebugApp(debugInfoList); in RunAsAppDebugDebugCommand()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp3619 * @tc.desc: Test function GetWaitingDebugApp.
3627 auto result = appMgrServiceInner->GetWaitingDebugApp(debugInfoList); in HWTEST_F()

Completed in 43 milliseconds