Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/event_raw/decoded/
H A Ddecoded_param.cpp204 bool StringDecodedParam::DecodeValue() in DecodeValue()
209 DataCodedType StringDecodedParam::GetDataCodedType() in GetDataCodedType()
214 bool StringDecodedParam::AsString(std::string& dest) in AsString()
H A Ddecoded_event.cpp345 return std::make_shared<StringDecodedParam>(rawData_, maxLen, pos_, key); in CreateStringTypeDecodedParam()
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/include/decoded/
H A Ddecoded_param.h140 class StringDecodedParam : public DecodedParam {
142 StringDecodedParam(uint8_t* rawData, const size_t maxLen, size_t& pos, const std::string& key) in StringDecodedParam() function
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/test/unittest/common/
H A Devent_raw_encoded_and_decoded_test.cpp738 …auto decodedParam = std::make_shared<StringDecodedParam>(data.GetData(), MAX_LEN, decodedOffset, T…