Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hisysevent/test/moduletest/common/
H A Dhisysevent_native_test.cpp232 std::vector<bool> testBoolValues; variable
233 testBoolValues.push_back(true);
234 testBoolValues.push_back(true);
235 testBoolValues.push_back(false);
310 …"keyBools", testBoolValues, "keyChars", testCharValues, "keyUnsignedChars", testUnsignedCharValues,