Searched refs:fuzzedString (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/inputmethod/imf/test/fuzztest/enableimedataparse_fuzzer/ |
H A D | enableimedataparse_fuzzer.cpp | 71 std::string fuzzedString(reinterpret_cast<const char *>(data), size); in LLVMFuzzerTestOneInput() 77 OHOS::FuzzCheckNeedSwitch(fuzzedString, switchInfo, userId); in LLVMFuzzerTestOneInput() 78 OHOS::FuzzGetEnableData(fuzzedString, enableVec, userId); in LLVMFuzzerTestOneInput() 80 OHOS::FuzzParseEnableIme(fuzzedString, userId, enableVec); in LLVMFuzzerTestOneInput() 81 OHOS::FuzzParseEnableKeyboard(fuzzedString, userId, enableVec); in LLVMFuzzerTestOneInput() 82 OHOS::FuzzCheckTargetEnableName(fuzzedString, fuzzedString, fuzzedString, userId); in LLVMFuzzerTestOneInput()
|
/ohos5.0/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/ |
H A D | inputmethodcontroller_fuzzer.cpp | 43 void TestListInputMethodSubtype(sptr<InputMethodController> imc, const std::string &fuzzedString, u… in TestListInputMethodSubtype() argument 47 property.name = fuzzedString; in TestListInputMethodSubtype() 48 property.id = fuzzedString; in TestListInputMethodSubtype() 49 property.label = fuzzedString; in TestListInputMethodSubtype() 50 property.icon = fuzzedString; in TestListInputMethodSubtype() 100 SwitchTrigger fuzzedTrigger, sptr<InputMethodController> imc, const std::string &fuzzedString) in TestSwitchInputMethod() argument 102 imc->SwitchInputMethod(fuzzedTrigger, fuzzedString, fuzzedString); in TestSwitchInputMethod() 196 std::string fuzzedString(data, data + size); in LLVMFuzzerTestOneInput() local 209 OHOS::TestListInputMethodSubtype(imc, fuzzedString, fuzzedUint32); in LLVMFuzzerTestOneInput() 212 OHOS::TestSwitchInputMethod(fuzzedTrigger, imc, fuzzedString); in LLVMFuzzerTestOneInput()
|
/ohos5.0/base/inputmethod/imf/test/fuzztest/settingsdatautils_fuzzer/ |
H A D | settingsdatautils_fuzzer.cpp | 62 std::string fuzzedString(reinterpret_cast<const char *>(data), size); in LLVMFuzzerTestOneInput() 67 OHOS::FuzzCreateAndRegisterObserver(fuzzedString, func); in LLVMFuzzerTestOneInput() 68 OHOS::FuzzRegisterObserver(fuzzedString, func); in LLVMFuzzerTestOneInput() 69 OHOS::FuzzUnregisterObserver(fuzzedString, func); in LLVMFuzzerTestOneInput() 70 OHOS::FuzzGenerateTargetUri(fuzzedString); in LLVMFuzzerTestOneInput()
|
/ohos5.0/base/inputmethod/imf/test/fuzztest/securitymodeparser_fuzzer/ |
H A D | securitymodeparser_fuzzer.cpp | 58 std::string fuzzedString(reinterpret_cast<const char *>(data), size); in LLVMFuzzerTestOneInput() 61 OHOS::FuzzGetSecurityMode(fuzzedString, userId); in LLVMFuzzerTestOneInput() 63 OHOS::FuzzParseSecurityMode(fuzzedString, userId); in LLVMFuzzerTestOneInput() 64 OHOS::FuzzIsFullMode(fuzzedString); in LLVMFuzzerTestOneInput()
|
/ohos5.0/base/inputmethod/imf/test/fuzztest/inputmethodability_fuzzer/ |
H A D | inputmethodability_fuzzer.cpp | 52 void TestInsertText(const std::string &fuzzedString) in TestInsertText() argument 55 ability->InsertText(std::move(fuzzedString)); in TestInsertText() 156 std::string fuzzedString(reinterpret_cast<const char *>(data), size); in LLVMFuzzerTestOneInput() 159 OHOS::TestInsertText(fuzzedString); in LLVMFuzzerTestOneInput()
|
/ohos5.0/base/inputmethod/imf/test/fuzztest/inputmethodsystemability_fuzzer/ |
H A D | inputmethodsystemability_fuzzer.cpp | 78 std::string fuzzedString(reinterpret_cast<const char *>(data), size); in LLVMFuzzerTestOneInput() 80 OHOS::FuzzOnUser(userId, fuzzedString); in LLVMFuzzerTestOneInput()
|