Searched refs:typesCfg (Results 1 – 3 of 3) sorted by relevance
95 std::vector<TypeDescriptorCfg> typesCfg; variable97 parser.ParseStoredCustomUtdJson(TEST_DATA2, typesCfg);98 auto status = CustomUtdStore::GetInstance().SaveTypeCfgs(typesCfg, USERID);101 typesCfg.clear();102 typesCfg = CustomUtdStore::GetInstance().GetTypeCfgs(USERID);103 TypeDescriptorCfg type1 = *(typesCfg.begin());
39 std::vector<TypeDescriptorCfg> &typesCfg) in ParseStoredCustomUtdJson() argument47 GetTypeDescriptors(*jsonRoot, UTD_CUSTOM, typesCfg); in ParseStoredCustomUtdJson()72 bool CustomUtdJsonParser::ConvertUtdCfgsToJson(const std::vector<TypeDescriptorCfg> &typesCfg, std:… in ConvertUtdCfgsToJson() argument76 for (auto utdTypeCfg : typesCfg) { in ConvertUtdCfgsToJson()114 std::vector<TypeDescriptorCfg> &typesCfg) in GetTypeDescriptors() argument132 typesCfg.push_back(typeCfg); in GetTypeDescriptors()
33 …ol ParseStoredCustomUtdJson(const std::string &jsonData, std::vector<TypeDescriptorCfg> &typesCfg);36 … bool ConvertUtdCfgsToJson(const std::vector<TypeDescriptorCfg> &typesCfg, std::string &jsonData);41 std::vector<TypeDescriptorCfg> &typesCfg);