Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hisysevent/test/moduletest/common/
H A Dhisysevent_native_test.cpp262 std::vector<unsigned int> testUnsignedIntValues; variable
263 testUnsignedIntValues.push_back(1000);
264 testUnsignedIntValues.push_back(2000);
265 testUnsignedIntValues.push_back(3000);
312 … "keyInts", testIntValues, "keyUnsignedInts", testUnsignedIntValues, "keyLongs", testLongValues,