Home
last modified time | relevance | path

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

/base/hiviewdfx/hisysevent/test/moduletest/common/
H A Dhisysevent_c_test.cpp572 char* longStr = new char[strLen + 1]; in HWTEST_F() local
574 longStr[i] = 'a'; in HWTEST_F()
576 longStr[strLen] = '\0'; in HWTEST_F()
580 .v = { .s = longStr }, in HWTEST_F()
588 char* srts[] = { longStr }; in HWTEST_F()
600 delete[] longStr; in HWTEST_F()
646 char* longStr = new char[strLen + 1]; in HWTEST_F() local
648 longStr[i] = 'a'; in HWTEST_F()
650 longStr[strLen] = '\0'; in HWTEST_F()
651 char* srts[] = { longStr, longSt in HWTEST_F()
[all...]
/base/global/resource_management/frameworks/resmgr/test/unittest/utils/
H A Dpsue_manaer_test.cpp47 std::string longStr = "abcdefghijklmnopqrstuvwxyz0123456789 abcdefghijklmnopqrstuvwxyz0123456789"; in HWTEST_F() local
/base/hiviewdfx/hiappevent/test/unittest/common/native/
H A Dhiappevent_app_event_test.cpp136 std::string longStr(maxStrLen, 'a'); in HWTEST_F()
138 event1.AddParam("str_key", longStr); in HWTEST_F()
147 const std::vector<std::string> strs1 = {longStr}; in HWTEST_F()
H A Dhiappevent_native_test.cpp276 std::string longStr(maxStrLen, 'a'); in HWTEST_F()
278 const char* strs[] = {"hello", longStr.c_str()}; in HWTEST_F()
282 OH_HiAppEvent_AddStringParam(list, "long_s_key", longStr.c_str()); in HWTEST_F()

Completed in 3 milliseconds