Home
last modified time | relevance | path

Searched defs:debugInfos (Results 1 – 8 of 8) sorted by relevance

/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
Dapp_debug_listener_proxy.cpp40 void AppDebugListenerProxy::OnAppDebugStarted(const std::vector<AppDebugInfo> &debugInfos) in OnAppDebugStarted()
46 void AppDebugListenerProxy::OnAppDebugStoped(const std::vector<AppDebugInfo> &debugInfos) in OnAppDebugStoped()
53 const IAppDebugListener::Message &message, const std::vector<AppDebugInfo> &debugInfos) in SendRequest()
/foundation/ability/ability_runtime/test/unittest/app_debug_manager_test/
Dapp_debug_manager_test.cpp115 std::vector<AppDebugInfo> debugInfos; variable
134 std::vector<AppDebugInfo> debugInfos; variable
184 std::vector<AppDebugInfo> debugInfos; variable
223 std::vector<AppDebugInfo> debugInfos; variable
/foundation/multimodalinput/input/service/module_loader/src/
Dapp_debug_listener.cpp31 void AppDebugListener::OnAppDebugStarted(const std::vector<AppExecFwk::AppDebugInfo> &debugInfos) in OnAppDebugStarted()
40 void AppDebugListener::OnAppDebugStoped(const std::vector<AppExecFwk::AppDebugInfo> &debugInfos) in OnAppDebugStoped()
/foundation/ability/ability_runtime/services/appmgr/src/
Dapp_debug_manager.cpp93 std::vector<AppDebugInfo> debugInfos; in StopDebug() local
164 std::vector<AppDebugInfo> debugInfos; in RemoveAppDebugInfo() local
Dapp_running_manager.cpp1001 std::vector<AppDebugInfo> debugInfos; in GetAppDebugInfosByBundleName() local
Dapp_mgr_service_inner.cpp2223 std::vector<AppDebugInfo> debugInfos; in ProcessAppDebug() local
4813 auto debugInfos = appRunningManager_->GetAppDebugInfosByBundleName(bundleName, false); in NotifyAppFaultBySA() local
4836 auto debugInfos = appRunningManager_->GetAppDebugInfosByBundleName(bundleName, true); in NotifyAppFaultBySA() local
/foundation/ability/ability_runtime/test/unittest/app_running_manager_test/
Dapp_running_manager_test.cpp121 std::vector<AppDebugInfo> debugInfos; variable
237 std::vector<AppDebugInfo> debugInfos; variable
/foundation/window/window_manager/window_scene/session_manager/src/
Dscene_session_manager.cpp6990 void AppAnrListener::OnAppDebugStarted(const std::vector<AppExecFwk::AppDebugInfo> &debugInfos) in OnAppDebugStarted()
7000 void AppAnrListener::OnAppDebugStoped(const std::vector<AppExecFwk::AppDebugInfo> &debugInfos) in OnAppDebugStoped()