Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A 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()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_debug_manager_test/
H A 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
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/
H A Dapp_debug_listener.cpp33 void AppDebugListener::OnAppDebugStarted(const std::vector<AppExecFwk::AppDebugInfo> &debugInfos) in OnAppDebugStarted()
42 void AppDebugListener::OnAppDebugStoped(const std::vector<AppExecFwk::AppDebugInfo> &debugInfos) in OnAppDebugStoped()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityinterfacesappmgrappdebuglistenerstub_fuzzer/
H A Dabilityinterfacesappmgrappdebuglistenerstub_fuzzer.cpp59 void OnAppDebugStarted(const std::vector<AppDebugInfo> &debugInfos) override{}; in OnAppDebugStarted()
60 void OnAppDebugStoped(const std::vector<AppDebugInfo> &debugInfos) override{}; in OnAppDebugStoped()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_debug_manager.cpp93 std::vector<AppDebugInfo> debugInfos; in StopDebug() local
164 std::vector<AppDebugInfo> debugInfos; in RemoveAppDebugInfo() local
H A Dapp_mgr_service_inner.cpp3521 std::vector<AppDebugInfo> debugInfos; in ProcessAppDebug() local
6406 auto debugInfos = appRunningManager_->GetAppDebugInfosByBundleName(bundleName, false); in NotifyAppFaultBySA() local
6429 auto debugInfos = appRunningManager_->GetAppDebugInfosByBundleName(bundleName, true); in NotifyAppFaultBySA() local
7410 std::vector<AppDebugInfo> debugInfos; in NotifyAppFaultBySA() local
H A Dapp_running_manager.cpp1270 std::vector<AppDebugInfo> debugInfos; in GetAppDebugInfosByBundleName() local
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/dfx/include/
H A Drdb_fault_hiview_reporter.h44 std::map<std::string, DebugInfo> debugInfos; member
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityinterfacesappmgrappdebuglistenerproxy_fuzzer/
H A Dabilityinterfacesappmgrappdebuglistenerproxy_fuzzer.cpp72 std::vector<AppDebugInfo> debugInfos; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_manager.cpp305 std::map<std::string, Info> debugInfos; in Collector() local
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_running_manager_test/
H A Dapp_running_manager_test.cpp123 std::vector<AppDebugInfo> debugInfos; variable
255 std::vector<AppDebugInfo> debugInfos; variable
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp9510 void AppAnrListener::OnAppDebugStarted(const std::vector<AppExecFwk::AppDebugInfo>& debugInfos) in OnAppDebugStarted()
9520 void AppAnrListener::OnAppDebugStoped(const std::vector<AppExecFwk::AppDebugInfo>& debugInfos) in OnAppDebugStoped()