Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
H A Dencoded_param.h47 virtual bool EncodeValue() = 0;
73 virtual bool EncodeValue() override in EncodeValue() function
110 virtual bool EncodeValue() override in EncodeValue() function
145 virtual bool EncodeValue() override in EncodeValue() function
183 virtual bool EncodeValue() override in EncodeValue() function
223 virtual bool EncodeValue() override in EncodeValue() function
266 virtual bool EncodeValue() override in EncodeValue() function
297 virtual bool EncodeValue() override in EncodeValue() function
331 virtual bool EncodeValue() override in EncodeValue() function
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/include/encoded/
H A Dencoded_param.h56 virtual bool EncodeValue() = 0;
79 virtual bool EncodeValue() override in EncodeValue() function
127 virtual bool EncodeValue() override in EncodeValue() function
169 virtual bool EncodeValue() override in EncodeValue() function
218 virtual bool EncodeValue() override in EncodeValue() function
265 virtual bool EncodeValue() override in EncodeValue() function
319 virtual bool EncodeValue() override in EncodeValue() function
357 virtual bool EncodeValue() override in EncodeValue() function
396 virtual bool EncodeValue() override in EncodeValue() 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()