Home
last modified time | relevance | path

Searched refs:fuzzedUint32 (Results 1 - 3 of 3) sorted by relevance

/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
H A Dinputmethodcontroller_fuzzer.cpp43 void TestListInputMethodSubtype(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), true); in TestUpdateListenEventFlag()
136 imc->UpdateListenEventFlag(static_cast<uint32_t>(fuzzedUint32), static_cast<uint32_t>(fuzzedUint32), false); 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()
[all...]
/base/inputmethod/imf/test/fuzztest/imesystemchannel_fuzzer/
H A Dimesystemchannel_fuzzer.cpp87 auto fuzzedUint32 = static_cast<uint32_t>(size); in FuzzNotifyPanelStatus() local
89 SysPanelStatus sysPanelStatus = { fuzzedBool, 0, fuzzedUint32, fuzzedUint32 }; in FuzzNotifyPanelStatus()
/base/inputmethod/imf/test/fuzztest/systemcmdchannelstub_fuzzer/
H A Dsystemcmdchannelstub_fuzzer.cpp41 auto fuzzedUint32 = static_cast<uint32_t>(size); in FuzzSystemCmdChannelStub() local
47 SysPanelStatus sysPanelStatus = {fuzzedBool, 0, fuzzedUint32, fuzzedUint32}; in FuzzSystemCmdChannelStub()

Completed in 1 milliseconds