Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/event_raw/include/base/
H A Dvalue_param.h27 UNSIGNED_VARINT, enumerator
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
H A Draw_data_encoder.h32 UNSIGNED_VARINT, enumerator
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/decoded/
H A Ddecoded_event.cpp165 {DataCodedType::UNSIGNED_VARINT, [this, &ss](std::shared_ptr<DecodedParam> param) { in AppendCustomizedParam()
208 DataCodedType::UNSIGNED_VARINT, in AppendCustomizedParams()
H A Ddecoded_param.cpp82 return DataCodedType::UNSIGNED_VARINT; in GetDataCodedType()
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/encoded/
H A Draw_data_builder.cpp314 {EventRaw::DataCodedType::UNSIGNED_VARINT, [this] (std::shared_ptr<DecodedParam> param) { in InitValueParams()
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/include/encoded/
H A Dencoded_param.h98 return DataCodedType::UNSIGNED_VARINT; in GetDataCodedType()
H A Draw_data_builder.h379 {DataCodedType::UNSIGNED_VARINT, [] (std::shared_ptr<EncodedParam> param, T& val) { in GetValueByKey()