Home
last modified time | relevance | path

Searched refs:hashable (Results 1 – 1 of 1) sorted by relevance

/base/hiviewdfx/hiview/plugins/faultlogger/service/sanitizer_collector/
Dasan_collector.cpp97 std::string hashable; in ProcessStackTrace() local
118 hashable.empty() ? "" : " Saving prior trace."); in ProcessStackTrace()
120 previous_hashable = hashable; in ProcessStackTrace()
121 hashable.clear(); in ProcessStackTrace()
125 if (!hashable.empty()) in ProcessStackTrace()
126 hashable.append("|"); in ProcessStackTrace()
127 hashable.append(function_name); in ProcessStackTrace()
148 if (hashable.empty()) { in ProcessStackTrace()
149 hashable = previous_hashable; in ProcessStackTrace()
152 *hash = OHOS::HiviewDFX::HashString(hashable); in ProcessStackTrace()