Lines Matching refs:InputMethodController
35 void TestListInputMethod(sptr<InputMethodController> imc) in TestListInputMethod()
44 void TestListInputMethodSubtype(sptr<InputMethodController> imc, const std::string &fuzzedString, i… in TestListInputMethodSubtype()
56 void TestDispatchKeyEvent(sptr<InputMethodController> imc, int32_t fuzzedInt32) in TestDispatchKeyEvent()
68 …sptr<InputMethodController> imc, std::u16string fuzzedU16String, int fuzzedInt, double fuzzedDoubl… in TestOnSelectionChange()
83 void TestOnConfigurationChange(sptr<InputMethodController> imc) in TestOnConfigurationChange()
100 void TestSwitchInputMethod(sptr<InputMethodController> imc, std::string fuzzedString) in TestSwitchInputMethod()
106 void TestSetCallingWindow(sptr<InputMethodController> imc, uint32_t fuzzedUInt32) in TestSetCallingWindow()
116 void TestShowSomething(sptr<InputMethodController> imc) in TestShowSomething()
137 void TestUpdateListenEventFlag(sptr<InputMethodController> imc, const std::string &fuzzedString) in TestUpdateListenEventFlag()
143 void TestAttach(sptr<InputMethodController> imc, int32_t fuzzedInt32) in TestAttach()
167 OHOS::sptr<InputMethodController> imc = InputMethodController::GetInstance(); in LLVMFuzzerTestOneInput()