/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_debug_listener_proxy.cpp | 40 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 D | app_debug_manager_test.cpp | 115 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 D | app_debug_listener.cpp | 33 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 D | abilityinterfacesappmgrappdebuglistenerstub_fuzzer.cpp | 59 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 D | app_debug_manager.cpp | 93 std::vector<AppDebugInfo> debugInfos; in StopDebug() local 164 std::vector<AppDebugInfo> debugInfos; in RemoveAppDebugInfo() local
|
H A D | app_mgr_service_inner.cpp | 3521 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 D | app_running_manager.cpp | 1270 std::vector<AppDebugInfo> debugInfos; in GetAppDebugInfosByBundleName() local
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/dfx/include/ |
H A D | rdb_fault_hiview_reporter.h | 44 std::map<std::string, DebugInfo> debugInfos; member
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityinterfacesappmgrappdebuglistenerproxy_fuzzer/ |
H A D | abilityinterfacesappmgrappdebuglistenerproxy_fuzzer.cpp | 72 std::vector<AppDebugInfo> debugInfos; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_store_manager.cpp | 305 std::map<std::string, Info> debugInfos; in Collector() local
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_running_manager_test/ |
H A D | app_running_manager_test.cpp | 123 std::vector<AppDebugInfo> debugInfos; variable 255 std::vector<AppDebugInfo> debugInfos; variable
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 9510 void AppAnrListener::OnAppDebugStarted(const std::vector<AppExecFwk::AppDebugInfo>& debugInfos) in OnAppDebugStarted() 9520 void AppAnrListener::OnAppDebugStoped(const std::vector<AppExecFwk::AppDebugInfo>& debugInfos) in OnAppDebugStoped()
|