Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/test/unittest/common/native/
H A Dhiappevent_app_event_test.cpp141 std::string longInvalidStr(maxStrLen + 1, 'a'); variable
143 event2.AddParam("str_key", longInvalidStr);
152 const std::vector<std::string> strs2 = {longInvalidStr};
H A Dhiappevent_native_test.cpp277 std::string longInvalidStr(maxStrLen + 1, 'a'); variable
279 const char* strIns[] = {"hello", longInvalidStr.c_str()};
284 OH_HiAppEvent_AddStringParam(list, "long_s_i_key", longInvalidStr.c_str());