Searched refs:ConfigInfo (Results 1 – 6 of 6) sorted by relevance
25 struct ConfigInfo { struct26 ConfigInfo(const std::string& path) : path(path) {}; in ConfigInfo() argument35 std::shared_ptr<ConfigInfo> GetConfigInfoByType(const std::string& type); argument38 std::shared_ptr<ConfigInfo> GetLogConfigFromFile(const std::string& type);41 std::unordered_map<std::string, std::shared_ptr<ConfigInfo>> configInfos;
61 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()
58 struct ConfigInfo { struct65 std::vector<ConfigInfo> configValue {};
33 ConfigInfo configInfo_;
489 struct ConfigInfo { struct
257 napi_value OperatorConfigAnalyze(napi_env env, const ConfigInfo &config) in OperatorConfigAnalyze()1865 ConfigInfo &&config = {NapiUtil::ToUtf8(val.first), NapiUtil::ToUtf8(val.second)}; in NativeGetOperatorConfigs()