Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/event_raw/decoded/
H A Ddecoded_param.cpp120 return RawDataDecoder::SignedVarintDecoded(rawData_, maxLen_, pos_, val_); in DecodeValue()
140 ret = ret && RawDataDecoder::SignedVarintDecoded(rawData_, maxLen_, pos_, val); in DecodeValue()
H A Draw_data_decoder.cpp54 bool RawDataDecoder::SignedVarintDecoded(uint8_t* rawData, const size_t maxLen, size_t& pos, int64_… in SignedVarintDecoded() function in OHOS::HiviewDFX::EventRaw::RawDataDecoder
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/include/decoded/
H A Draw_data_decoder.h27 …static bool SignedVarintDecoded(uint8_t* rawData, const size_t maxLen, size_t& pos, int64_t& dest);
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/test/unittest/common/
H A Devent_raw_encoded_and_decoded_test.cpp430 RawDataDecoder::SignedVarintDecoded(data.GetData(), MAX_LEN, decodedOffset, dest);