Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/event_raw/decoded/
H A Ddecoded_param.cpp118 bool SignedVarintDecodedParam::DecodeValue() in DecodeValue()
123 DataCodedType SignedVarintDecodedParam::GetDataCodedType() in GetDataCodedType()
128 bool SignedVarintDecodedParam::AsInt64(int64_t& dest) in AsInt64()
H A Ddecoded_event.cpp336 return std::make_shared<SignedVarintDecodedParam>(rawData_, maxLen, pos_, key); in CreateSignedVarintTypeDecodedParam()
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/include/decoded/
H A Ddecoded_param.h88 class SignedVarintDecodedParam : public DecodedParam {
90SignedVarintDecodedParam(uint8_t* rawData, const size_t maxLen, size_t& pos, const std::string& ke… in SignedVarintDecodedParam() function
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/test/unittest/common/
H A Devent_raw_encoded_and_decoded_test.cpp578 …auto decodedParam = std::make_shared<SignedVarintDecodedParam>(data.GetData(), MAX_LEN, decodedOff…