Searched defs:dataMgrCfg (Results 1 – 4 of 4) sorted by relevance
33 void to_json(nlohmann::json &jsonObj, const DataMgrCfgSt &dataMgrCfg) {}; in to_json()34 void from_json(const nlohmann::json &jsonObj, DataMgrCfgSt &dataMgrCfg) {}; in from_json()
36 void to_json(nlohmann::json &jsonObj, const DataMgrCfgSt &dataMgrCfg) {}; in to_json()37 void from_json(const nlohmann::json &jsonObj, DataMgrCfgSt &dataMgrCfg) {}; in from_json()
200 void to_json(json &jsonObj, const DataMgrCfgSt &dataMgrCfg) in to_json()210 void from_json(const json &jsonObj, DataMgrCfgSt &dataMgrCfg) in from_json()
305 DataMgrCfgSt dataMgrCfg{}; variable