Home
last modified time | relevance | path

Searched refs:EncodeValueType (Results 1 - 8 of 8) sorted by relevance

/base/hiviewdfx/hiview/base/event_raw/include/encoded/
H A Dencoded_param.h55 virtual bool EncodeValueType() = 0;
74 virtual bool EncodeValueType() override
122 virtual bool EncodeValueType() override
164 virtual bool EncodeValueType() override
213 virtual bool EncodeValueType() override
253 virtual bool EncodeValueType() override
307 virtual bool EncodeValueType() override
352 virtual bool EncodeValueType() override
391 virtual bool EncodeValueType() override
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
H A Dencoded_param.h46 virtual bool EncodeValueType() = 0;
65 virtual bool EncodeValueType() override
102 virtual bool EncodeValueType() override
137 virtual bool EncodeValueType() override
175 virtual bool EncodeValueType() override
208 virtual bool EncodeValueType() override
251 virtual bool EncodeValueType() override
289 virtual bool EncodeValueType() override
323 virtual bool EncodeValueType() override
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_easy/include/
H A Deasy_event_encoder.h43 int EncodeValueType(uint8_t* data, const size_t dataLen, size_t* offset,
/base/hiviewdfx/hisysevent/test/moduletest/common/
H A Dhisysevent_easy_test.cpp188 * @tc.desc: Test EncodeValueType
199 int ret = EncodeValueType(nullptr, EVENT_BUFF_LEN, &offset, &valueType); in HWTEST_F()
202 ret = EncodeValueType(data, EVENT_BUFF_LEN, nullptr, &valueType); in HWTEST_F()
204 ret = EncodeValueType(data, EVENT_BUFF_LEN, &offset, nullptr); in HWTEST_F()
207 ret = EncodeValueType(data, EVENT_BUFF_LEN, &offset, &valueType); in HWTEST_F()
210 ret = EncodeValueType(data, EVENT_BUFF_LEN, &offset, &valueType); in HWTEST_F()
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
H A Dencoded_param.cpp60 hasEncoded_ = EncodeKey() && EncodeValueType() && EncodeValue(); in Encode()
/base/hiviewdfx/hiview/base/event_raw/encoded/
H A Dencoded_param.cpp90 hasEncoded_ = EncodeKey() && EncodeValueType() && EncodeValue(); in Encode()
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_easy/
H A Deasy_event_builder.c66 ret = EncodeValueType(eventBuffer, bufferLen, offset, &paramValueType); in AppendStringParam()
H A Deasy_event_encoder.c65 int EncodeValueType(uint8_t* data, const size_t dataLen, size_t* offset, in EncodeValueType() function

Completed in 5 milliseconds