Home
last modified time | relevance | path

Searched defs:longStr (Results 1 – 6 of 6) sorted by relevance

/base/global/resource_management/frameworks/resmgr/test/unittest/utils/
Dpsue_manaer_test.cpp47 … std::string longStr = "abcdefghijklmnopqrstuvwxyz0123456789 abcdefghijklmnopqrstuvwxyz0123456789"; variable
/base/hiviewdfx/hisysevent/test/moduletest/common/
Dhisysevent_c_test.cpp572 char* longStr = new char[strLen + 1]; variable
646 char* longStr = new char[strLen + 1]; variable
/base/web/webview/test/unittest/interface_native_test/
Dnative_interface_arkweb_test.cpp200 std::string longStr; variable
/base/hiviewdfx/hiappevent/test/unittest/common/native/
Dhiappevent_app_event_test.cpp146 std::string longStr(maxStrLen, 'a'); variable
Dhiappevent_native_test.cpp298 std::string longStr(maxStrLen, 'a'); variable
822 std::string longStr(maxStrLen, 'a'); variable
/base/notification/distributed_notification_service/frameworks/cj/ffi/srcold/
Dcj_notification_manager_impl.cpp82 char longStr[LONG_STR_MAX_SIZE + 1] = {0}; in GetNotificationLongTextContentDetailed() local