Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/event_raw/decoded/
H A Ddecoded_param.cpp134 bool SignedVarintDecodedArrayParam::DecodeValue() in DecodeValue()
150 DataCodedType SignedVarintDecodedArrayParam::GetDataCodedType() in GetDataCodedType()
155 bool SignedVarintDecodedArrayParam::AsInt64Vec(std::vector<int64_t>& dest) in AsInt64Vec()
H A Ddecoded_event.cpp334 return std::make_shared<SignedVarintDecodedArrayParam>(rawData_, maxLen, pos_, key); in CreateSignedVarintTypeDecodedParam()
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/include/decoded/
H A Ddecoded_param.h101 class SignedVarintDecodedArrayParam : public DecodedParam {
103SignedVarintDecodedArrayParam(uint8_t* rawData, const size_t maxLen, size_t& pos, const std::strin… in SignedVarintDecodedArrayParam() function
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/test/unittest/common/
H A Devent_raw_encoded_and_decoded_test.cpp618 …auto decodedParam = std::make_shared<SignedVarintDecodedArrayParam>(data.GetData(), MAX_LEN, decod…