Searched refs:testEventBuff (Results 1 - 1 of 1) sorted by relevance
/base/hiviewdfx/hisysevent/test/moduletest/common/ |
H A D | hisysevent_easy_test.cpp | 144 uint8_t testEventBuff[eventBufLen]; in HWTEST_F() local 145 ret = AppendHeader(testEventBuff, EVENT_BUFF_LEN, nullptr, &header); in HWTEST_F() 147 ret = AppendHeader(testEventBuff, EVENT_BUFF_LEN, &offset, nullptr); in HWTEST_F() 150 ret = AppendHeader(testEventBuff, EVENT_BUFF_LEN, &offset, &header); in HWTEST_F() 153 ret = AppendHeader(testEventBuff, EVENT_BUFF_LEN, &offset, &header); in HWTEST_F() 168 uint8_t testEventBuff[EVENT_BUFF_LEN]; in HWTEST_F() local 169 ret = AppendStringParam(testEventBuff, EVENT_BUFF_LEN, nullptr, nullptr, nullptr); in HWTEST_F() 171 ret = AppendStringParam(testEventBuff, EVENT_BUFF_LEN, &offset, nullptr, nullptr); in HWTEST_F() 173 ret = AppendStringParam(testEventBuff, EVENT_BUFF_LEN, &offset, "TEST_KEY", nullptr); in HWTEST_F() 176 ret = AppendStringParam(testEventBuff, EVENT_BUFF_LE in HWTEST_F() [all...] |
Completed in 1 milliseconds