Searched refs:utdJsonParser_ (Results 1 – 2 of 2) sorted by relevance
60 utdJsonParser_.ParseStoredCustomUtdJson(jsonStr, customUtdTypes); in GetHapTypeCfgs()83 utdJsonParser_.ParseStoredCustomUtdJson(jsonStr, customUtdTypes); in GetTypeCfgs()93 …if (utdJsonParser_.ConvertUtdCfgsToJson(customUtdTypes, jsonData) && CreateDirectory(cfgFileDir)) { in SaveTypeCfgs()153 if (!utdJsonParser_.ParseUserCustomUtdJson(jsonStr, typeCfgs.first, typeCfgs.second)) { in InstallCustomUtds()
45 CustomUtdJsonParser utdJsonParser_; variable