Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/event_raw/decoded/
H A Ddecoded_param.cpp75 bool UnsignedVarintDecodedParam::DecodeValue() in DecodeValue()
80 DataCodedType UnsignedVarintDecodedParam::GetDataCodedType() in GetDataCodedType()
85 bool UnsignedVarintDecodedParam::AsUint64(uint64_t& dest) in AsUint64()
H A Ddecoded_event.cpp354 return std::make_shared<UnsignedVarintDecodedParam>(rawData_, maxLen, pos_, key); in CreateUnsignedVarintTypeDecodedParam()
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/include/decoded/
H A Ddecoded_param.h62 class UnsignedVarintDecodedParam : public DecodedParam {
64UnsignedVarintDecodedParam(uint8_t* rawData, const size_t maxLen, size_t& pos, const std::string& … in UnsignedVarintDecodedParam() function
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/test/unittest/common/
H A Devent_raw_encoded_and_decoded_test.cpp498 …auto decodedParam = std::make_shared<UnsignedVarintDecodedParam>(data.GetData(), MAX_LEN, decodedO…