Home
last modified time | relevance | path

Searched refs:ParamValueType (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/event_raw/decoded/
H A Draw_data_decoder.cpp111 struct ParamValueType& dest) in ValueTypeDecoded()
116 if ((pos + sizeof(struct ParamValueType)) > maxLen) { in ValueTypeDecoded()
119 dest = *(reinterpret_cast<struct ParamValueType*>(rawData + pos)); in ValueTypeDecoded()
120 pos += sizeof(struct ParamValueType); in ValueTypeDecoded()
H A Ddecoded_event.cpp364 struct ParamValueType valueType { in ParseCustomizedParam()
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/encoded/
H A Draw_data_encoder.cpp44 struct ParamValueType kvType { in ValueTypeEncoded()
49 if (!data.Append(reinterpret_cast<uint8_t*>(&kvType), sizeof(struct ParamValueType))) { in ValueTypeEncoded()
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
H A Draw_data_encoder.cpp51 struct ParamValueType kvType { in ValueTypeEncoded()
56 if (!data.Append(reinterpret_cast<uint8_t*>(&kvType), sizeof(struct ParamValueType))) { in ValueTypeEncoded()
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/include/decoded/
H A Draw_data_decoder.h30 … ValueTypeDecoded(uint8_t* rawData, const size_t maxLen, size_t& pos, struct ParamValueType& dest);
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
H A Draw_data_base_def.h90 struct ParamValueType { struct
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/include/base/
H A Draw_data_base_def.h129 struct ParamValueType { struct
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/test/unittest/common/
H A Devent_raw_encoded_and_decoded_test.cpp479 struct ParamValueType dest;