Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/base/event_raw/decoded/
Ddecoded_param.cpp205 bool StringDecodedParam::DecodeValue() in DecodeValue()
210 DataCodedType StringDecodedParam::GetDataCodedType() in GetDataCodedType()
215 bool StringDecodedParam::AsString(std::string& dest) in AsString()
Ddecoded_event.cpp340 return std::make_shared<StringDecodedParam>(rawData_, maxLen, pos_, key); in CreateStringTypeDecodedParam()
/base/hiviewdfx/hiview/base/event_raw/include/decoded/
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