Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hisysevent/test/moduletest/common/
H A Dhisysevent_native_test.cpp237 std::vector<char> testCharValues; variable
238 testCharValues.push_back('a');
239 testCharValues.push_back('b');
240 testCharValues.push_back('c');
310 …"keyBools", testBoolValues, "keyChars", testCharValues, "keyUnsignedChars", testUnsignedCharValues,