Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
H A Dinputmethodcontroller_fuzzer.cpp67 …sptr<InputMethodController> imc, std::u16string fuzzedU16String, int fuzzedInt, double fuzzedDoubl… in TestOnSelectionChange() argument
79 imc->OnSelectionChange(fuzzedU16String, fuzzedInt, fuzzedInt); in TestOnSelectionChange()
199 auto fuzzedInt = static_cast<int>(size); in LLVMFuzzerTestOneInput() local
210 OHOS::TestOnSelectionChange(imc, fuzzedU16String, fuzzedInt, fuzzedDouble); in LLVMFuzzerTestOneInput()