Home
last modified time | relevance | path

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

/base/hiviewdfx/hisysevent/test/moduletest/common/
H A Dhisysevent_delay_test.cpp46 std::vector<int> wroteRet; in WriteStringWithLength() local
51 wroteRet.emplace_back(ret); in WriteStringWithLength()
53 ASSERT_EQ(wroteRet.size(), WROTE_TOTAL_CNT); in WriteStringWithLength()
54 ASSERT_EQ(std::count(wroteRet.begin(), wroteRet.end(), SUCCESS), WROTE_TOTAL_CNT); in WriteStringWithLength()
60 std::vector<int> wroteRet; in WriteSingleValue() local
65 wroteRet.emplace_back(ret); in WriteSingleValue()
67 ASSERT_EQ(wroteRet.size(), WROTE_TOTAL_CNT); in WriteSingleValue()
68 ASSERT_EQ(std::count(wroteRet.begin(), wroteRet in WriteSingleValue()
96 std::vector<int> wroteRet; HWTEST_F() local
[all...]

Completed in 1 milliseconds