Lines Matching defs:fuzzedString
43 void TestListInputMethodSubtype(sptr<InputMethodController> imc, const std::string &fuzzedString, uint32_t fuzzedUint32)
47 property.name = fuzzedString;
48 property.id = fuzzedString;
49 property.label = fuzzedString;
50 property.icon = fuzzedString;
100 const std::string &fuzzedString)
102 imc->SwitchInputMethod(fuzzedTrigger, fuzzedString, fuzzedString);
196 std::string fuzzedString(data, data + size);
209 OHOS::TestListInputMethodSubtype(imc, fuzzedString, fuzzedUint32);
212 OHOS::TestSwitchInputMethod(fuzzedTrigger, imc, fuzzedString);