Home
last modified time | relevance | path

Searched refs:GetAppDebugInfosByBundleName (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_manager.h294 …std::vector<AppDebugInfo> GetAppDebugInfosByBundleName(const std::string &bundleName, const bool &…
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityappmgrapprunningmanager_fuzzer/
H A Dabilityappmgrapprunningmanager_fuzzer.cpp125 manager->GetAppDebugInfosByBundleName(jsonStr, isDetachDebug); in DoSomethingInterestingWithMyAPIaddb()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_running_manager_test/
H A Dapp_running_manager_test.cpp130 appRunningManager->GetAppDebugInfosByBundleName(bundleName, isDetachDebug);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_manager.cpp1265 std::vector<AppDebugInfo> AppRunningManager::GetAppDebugInfosByBundleName( in GetAppDebugInfosByBundleName() function in OHOS::AppExecFwk::AppRunningManager
H A Dapp_mgr_service_inner.cpp6406 auto debugInfos = appRunningManager_->GetAppDebugInfosByBundleName(bundleName, false); in NotifyAppFaultBySA()
6429 auto debugInfos = appRunningManager_->GetAppDebugInfosByBundleName(bundleName, true); in NotifyAppFaultBySA()