Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/event_raw/decoded/
H A Ddecoded_event.cpp166 uint64_t uint64DecodedVal; in AppendCustomizedParam() local
167 if (param->AsUint64(uint64DecodedVal)) { in AppendCustomizedParam()
168 this->AppendValue(ss, param->GetKey(), uint64DecodedVal); in AppendCustomizedParam()