Searched refs:EncodeValueType (Results 1 - 8 of 8) sorted by relevance
/base/hiviewdfx/hiview/base/event_raw/include/encoded/ |
H A D | encoded_param.h | 55 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 D | encoded_param.h | 46 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 D | easy_event_encoder.h | 43 int EncodeValueType(uint8_t* data, const size_t dataLen, size_t* offset,
|
/base/hiviewdfx/hisysevent/test/moduletest/common/ |
H A D | hisysevent_easy_test.cpp | 188 * @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 D | encoded_param.cpp | 60 hasEncoded_ = EncodeKey() && EncodeValueType() && EncodeValue(); in Encode()
|
/base/hiviewdfx/hiview/base/event_raw/encoded/ |
H A D | encoded_param.cpp | 90 hasEncoded_ = EncodeKey() && EncodeValueType() && EncodeValue(); in Encode()
|
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_easy/ |
H A D | easy_event_builder.c | 66 ret = EncodeValueType(eventBuffer, bufferLen, offset, ¶mValueType); in AppendStringParam()
|
H A D | easy_event_encoder.c | 65 int EncodeValueType(uint8_t* data, const size_t dataLen, size_t* offset, in EncodeValueType() function
|
Completed in 5 milliseconds