Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
H A Dencoded_param.h46 virtual bool EncodeValueType() = 0;
65 virtual bool EncodeValueType() override in EncodeValueType() function
102 virtual bool EncodeValueType() override in EncodeValueType() function
137 virtual bool EncodeValueType() override in EncodeValueType() function
175 virtual bool EncodeValueType() override in EncodeValueType() function
208 virtual bool EncodeValueType() override in EncodeValueType() function
251 virtual bool EncodeValueType() override in EncodeValueType() function
289 virtual bool EncodeValueType() override in EncodeValueType() function
323 virtual bool EncodeValueType() override in EncodeValueType() function
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/include/encoded/
H A Dencoded_param.h55 virtual bool EncodeValueType() = 0;
74 virtual bool EncodeValueType() override in EncodeValueType() function
122 virtual bool EncodeValueType() override in EncodeValueType() function
164 virtual bool EncodeValueType() override in EncodeValueType() function
213 virtual bool EncodeValueType() override in EncodeValueType() function
253 virtual bool EncodeValueType() override in EncodeValueType() function
307 virtual bool EncodeValueType() override in EncodeValueType() function
352 virtual bool EncodeValueType() override in EncodeValueType() function
391 virtual bool EncodeValueType() override in EncodeValueType() function
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
H A Dencoded_param.cpp60 hasEncoded_ = EncodeKey() && EncodeValueType() && EncodeValue(); in Encode()
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/encoded/
H A Dencoded_param.cpp90 hasEncoded_ = EncodeKey() && EncodeValueType() && EncodeValue(); in Encode()