Lines Matching refs:JsonNode
70 std::string SelectConfig(const JsonNode &node)
74 const JsonNode &subCfgPathNode = iter.get();
81 const JsonNode &subCfg = JsonNode { Fs::path { subConfigPath }};
104 JsonNode node { Fs::path { UI_CFG_FILE }};
105 const JsonNode &cfgNode = node[UI_CFG_KEY];
113 JsonNode realNode { Fs::path { *optString }};
121 JsonNode realNode { Fs::path { realConfig }};
131 bool UpdaterUiConfig::Init(const JsonNode &node)
149 bool UpdaterUiConfig::LoadPages(const JsonNode &node)
174 bool UpdaterUiConfig::LoadLangRes(const JsonNode &node)
179 bool UpdaterUiConfig::LoadStrategy(const JsonNode &node)
184 bool UpdaterUiConfig::LoadCallbacks(const JsonNode &node)
189 bool UpdaterUiConfig::LoadFocusCfg(const JsonNode &node)