Searched refs:fuzzedUint32 (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/ |
H A D | inputmethodcontroller_fuzzer.cpp | 43 …hodSubtype(sptr<InputMethodController> imc, const std::string &fuzzedString, uint32_t fuzzedUint32) in TestListInputMethodSubtype() argument 51 property.iconId = fuzzedUint32; in TestListInputMethodSubtype() 133 void TestUpdateListenEventFlag(sptr<InputMethodController> imc, uint32_t fuzzedUint32) in TestUpdateListenEventFlag() argument 135 …imc->UpdateListenEventFlag(static_cast<uint32_t>(fuzzedUint32), static_cast<uint32_t>(fuzzedUint32… in TestUpdateListenEventFlag() 136 …imc->UpdateListenEventFlag(static_cast<uint32_t>(fuzzedUint32), static_cast<uint32_t>(fuzzedUint32… in TestUpdateListenEventFlag() 201 auto fuzzedUint32 = static_cast<uint32_t>(size); in LLVMFuzzerTestOneInput() local 209 OHOS::TestListInputMethodSubtype(imc, fuzzedString, fuzzedUint32); in LLVMFuzzerTestOneInput() 213 OHOS::TestSetCallingWindow(imc, fuzzedUint32); in LLVMFuzzerTestOneInput() 222 OHOS::TestUpdateListenEventFlag(imc, fuzzedUint32); in LLVMFuzzerTestOneInput()
|
/ohos5.0/base/inputmethod/imf/test/fuzztest/systemcmdchannelstub_fuzzer/ |
H A D | systemcmdchannelstub_fuzzer.cpp | 41 auto fuzzedUint32 = static_cast<uint32_t>(size); in FuzzSystemCmdChannelStub() local 47 SysPanelStatus sysPanelStatus = {fuzzedBool, 0, fuzzedUint32, fuzzedUint32}; in FuzzSystemCmdChannelStub()
|
/ohos5.0/base/inputmethod/imf/test/fuzztest/imesystemchannel_fuzzer/ |
H A D | imesystemchannel_fuzzer.cpp | 87 auto fuzzedUint32 = static_cast<uint32_t>(size); in FuzzNotifyPanelStatus() local 89 SysPanelStatus sysPanelStatus = { fuzzedBool, 0, fuzzedUint32, fuzzedUint32 }; in FuzzNotifyPanelStatus()
|