Home
last modified time | relevance | path

Searched refs:ConfigInfo (Results 1 – 6 of 6) sorted by relevance

/base/hiviewdfx/hiview/adapter/service/idl/include/
Dhiview_log_config_manager.h25 struct ConfigInfo { struct
26 ConfigInfo(const std::string& path) : path(path) {}; in ConfigInfo() argument
35 std::shared_ptr<ConfigInfo> GetConfigInfoByType(const std::string& type); argument
38 std::shared_ptr<ConfigInfo> GetLogConfigFromFile(const std::string& type);
41 std::unordered_map<std::string, std::shared_ptr<ConfigInfo>> configInfos;
/base/hiviewdfx/hiview/adapter/service/idl/src/
Dhiview_log_config_manager.cpp61 std::shared_ptr<ConfigInfo> HiviewLogConfigManager::GetConfigInfoByType(const std::string& type) in GetConfigInfoByType()
70 std::shared_ptr<ConfigInfo> HiviewLogConfigManager::GetLogConfigFromFile(const std::string& type) in GetLogConfigFromFile()
94 auto configInfoPtr = std::make_shared<ConfigInfo>(path); in GetLogConfigFromFile()
/base/telephony/core_service/frameworks/js/sim/include/
Dnapi_sim.h58 struct ConfigInfo { struct
65 std::vector<ConfigInfo> configValue {};
/base/update/updateservice/services/core/ability/adapter/include/
Dconfig_parse.h33 ConfigInfo configInfo_;
/base/update/updateservice/interfaces/inner_api/include/
Dupdate_helper.h489 struct ConfigInfo { struct
/base/telephony/core_service/frameworks/js/sim/src/
Dnapi_sim.cpp257 napi_value OperatorConfigAnalyze(napi_env env, const ConfigInfo &config) in OperatorConfigAnalyze()
1865 ConfigInfo &&config = {NapiUtil::ToUtf8(val.first), NapiUtil::ToUtf8(val.second)}; in NativeGetOperatorConfigs()