Home
last modified time | relevance | path

Searched refs:GetConfigInfoByType (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/adapter/service/server/src/
H A Dhiview_service_ability.cpp161 auto configInfoPtr = HiviewLogConfigManager::GetInstance().GetConfigInfoByType(logType); in List()
209 auto configInfoPtr = HiviewLogConfigManager::GetInstance().GetConfigInfoByType(logType); in CopyOrMoveFile()
241 auto configInfoPtr = HiviewLogConfigManager::GetInstance().GetConfigInfoByType(logType); in Remove()
H A Dhiview_log_config_manager.cpp61 std::shared_ptr<ConfigInfo> HiviewLogConfigManager::GetConfigInfoByType(const std::string& type) in GetConfigInfoByType() function in OHOS::HiviewDFX::HiviewLogConfigManager
/ohos5.0/base/hiviewdfx/hiview/adapter/service/test/fuzztest/hiviewlogconfigmanager_fuzzer/
H A Dhiview_log_config_manager_fuzzer.cpp32 hiviewLogConfigManager.GetConfigInfoByType(strData); in HiviewLogConfigManagerFuzzTest()
/ohos5.0/base/hiviewdfx/hiview/adapter/service/server/include/
H A Dhiview_log_config_manager.h35 std::shared_ptr<ConfigInfo> GetConfigInfoByType(const std::string& type);