Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/c_utils/base/test/fuzztest/timer_fuzzer/
H A Dtimer_fuzzer.cpp68 string teststr = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TimerTestFunc() local
70 Utils::Timer timer(teststr, timeoutMs); in TimerTestFunc()
71 FUZZ_LOGI("Timer, str = %{public}s, ms = %{public}d", teststr.c_str(), timeoutMs); in TimerTestFunc()
/ohos5.0/commonlibrary/c_utils/base/test/fuzztest/parcel_fuzzer/
H A Dparcel_fuzzer.cpp228 string teststr = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in __anon90ce765f0702() local
229 parcel.WriteCString(teststr.c_str()); in __anon90ce765f0702()
234 string teststr = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in __anon90ce765f0802() local
235 parcel.WriteString(teststr); in __anon90ce765f0802()
/ohos5.0/base/notification/common_event_service/test/systemtest/common/acts/actsCESCESpublishInfoTest/
H A DactsCESCESpublishInfoTest.cpp537 std::string teststr = "test"; variable
547 if (teststr == testPermissions[0]) {
/ohos5.0/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp110 std::string teststr = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestSetOptionConstraintString() local
111 optionConstraintString.emplace_back(teststr); in TestSetOptionConstraintString()