Searched refs:teststr (Results 1 – 4 of 4) sorted by relevance
68 string teststr = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TimerTestFunc() local70 Utils::Timer timer(teststr, timeoutMs); in TimerTestFunc()71 FUZZ_LOGI("Timer, str = %{public}s, ms = %{public}d", teststr.c_str(), timeoutMs); in TimerTestFunc()
228 string teststr = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in __anon90ce765f0702() local229 parcel.WriteCString(teststr.c_str()); in __anon90ce765f0702()234 string teststr = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in __anon90ce765f0802() local235 parcel.WriteString(teststr); in __anon90ce765f0802()
537 std::string teststr = "test"; variable547 if (teststr == testPermissions[0]) {
110 std::string teststr = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestSetOptionConstraintString() local111 optionConstraintString.emplace_back(teststr); in TestSetOptionConstraintString()