Searched refs:jsonFileContent (Results 1 – 2 of 2) sorted by relevance
75 … void ProcessJsonContentRecord(const std::string &recordName, const std::string &jsonFileContent);93 void DumpJsonContentRecInfo(const std::string &recordName, const std::string &jsonFileContent);94 …void ValidateJsonContentRecInfo(const std::string &recordName, const std::string &jsonFileContent);
61 …tchFix::ProcessJsonContentRecord(const std::string &recordName, const std::string &jsonFileContent) in ProcessJsonContentRecord() argument64 DumpJsonContentRecInfo(recordName, jsonFileContent); in ProcessJsonContentRecord()69 ValidateJsonContentRecInfo(recordName, jsonFileContent); in ProcessJsonContentRecord()101 …PatchFix::DumpJsonContentRecInfo(const std::string &recordName, const std::string &jsonFileContent) in DumpJsonContentRecInfo() argument105 ss << Helpers::GetHashString(jsonFileContent) << std::endl; in DumpJsonContentRecInfo()109 …hFix::ValidateJsonContentRecInfo(const std::string &recordName, const std::string &jsonFileContent) in ValidateJsonContentRecInfo() argument119 if (!IsHotReload() && Helpers::GetHashString(jsonFileContent) != it->second) { in ValidateJsonContentRecInfo()