Home
last modified time | relevance | path

Searched defs:FreezeJsonCollector (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/utility/include/
H A Dfreeze_json_util.h79 struct FreezeJsonCollector { struct
80 unsigned long long timestamp = 0;
81 long pid = 0;
82 long uid = 0;
83 std::string appRunningUniqueId = "";
84 std::string uuid = "";
85 std::string domain = "";
86 std::string stringId = "";
110 void LoadCollectorFromFile(const std::string& filePath, FreezeJsonCollector& jsonCollector); argument