Home
last modified time | relevance | path

Searched refs:jsonFileContent (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/util/
H A DpatchFix.h77 void ProcessJsonContentRecord(const std::string &recordName, const std::string &jsonFileContent);
96 void DumpJsonContentRecInfo(const std::string &recordName, const std::string &jsonFileContent);
97 void ValidateJsonContentRecInfo(const std::string &recordName, const std::string &jsonFileContent);
H A DpatchFix.cpp61 void PatchFix::ProcessJsonContentRecord(const std::string &recordName, const std::string &jsonFileContent) in ProcessJsonContentRecord() argument
64 DumpJsonContentRecInfo(recordName, jsonFileContent); in ProcessJsonContentRecord()
69 ValidateJsonContentRecInfo(recordName, jsonFileContent); in ProcessJsonContentRecord()
101 void PatchFix::DumpJsonContentRecInfo(const std::string &recordName, const std::string &jsonFileContent) in DumpJsonContentRecInfo() argument
105 ss << Helpers::GetHashString(jsonFileContent) << std::endl; in DumpJsonContentRecInfo()
109 void PatchFix::ValidateJsonContentRecInfo(const std::string &recordName, const std::string &jsonFileContent) in ValidateJsonContentRecInfo() argument
119 if (!IsHotReload() && Helpers::GetHashString(jsonFileContent) != it->second) { in ValidateJsonContentRecInfo()

Completed in 2 milliseconds