| /base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/ |
| D | inputmethodcontroller_fuzzer.cpp | 131 imc->UpdateListenEventFlag("imeChange", true); in TestShowSomething() 139 imc->UpdateListenEventFlag(fuzzedString, true); in TestUpdateListenEventFlag() 140 imc->UpdateListenEventFlag(fuzzedString, false); in TestUpdateListenEventFlag()
|
| /base/inputmethod/imf/services/include/ |
| D | i_input_method_system_ability.h | 59 virtual int32_t UpdateListenEventFlag(InputClientInfo &clientInfo, EventType eventType) = 0;
|
| D | input_method_system_ability.h | 78 int32_t UpdateListenEventFlag(InputClientInfo &clientInfo, EventType eventType) override;
|
| /base/inputmethod/imf/frameworks/native/inputmethod_controller/include/ |
| D | input_method_system_ability_proxy.h | 63 int32_t UpdateListenEventFlag(InputClientInfo &clientInfo, EventType eventType) override;
|
| /base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
| D | js_get_input_method_setting.cpp | 358 auto ret = InputMethodController::GetInstance()->UpdateListenEventFlag(type, true); in RegisterListener() 366 auto ret = InputMethodController::GetInstance()->UpdateListenEventFlag(type, true); in RegisterListener() 431 InputMethodController::GetInstance()->UpdateListenEventFlag(type, false); in UnRegisterListener() 445 InputMethodController::GetInstance()->UpdateListenEventFlag(type, false); in UnRegisterListener()
|
| /base/inputmethod/imf/test/unittest/cpp_test/src/ |
| D | input_method_panel_test.cpp | 221 imc_->UpdateListenEventFlag("imeShow", true); in ImcPanelListeningTestPrepare() 222 imc_->UpdateListenEventFlag("imeHide", true); in ImcPanelListeningTestPrepare() 226 imc_->UpdateListenEventFlag("imeShow", false); in ImcPanelListeningTestPrepare() 227 imc_->UpdateListenEventFlag("imeHide", false); in ImcPanelListeningTestPrepare()
|
| D | newIme_switch_test.cpp | 86 imc_->UpdateListenEventFlag("imeChange", true); in SetUpTestCase()
|
| D | input_method_switch_test.cpp | 90 imc_->UpdateListenEventFlag("imeChange", true); in SetUpTestCase()
|
| /base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
| D | input_method_system_ability_proxy.cpp | 195 int32_t InputMethodSystemAbilityProxy::UpdateListenEventFlag(InputClientInfo &clientInfo, EventType… in UpdateListenEventFlag() function in OHOS::MiscServices::InputMethodSystemAbilityProxy
|
| D | input_method_controller.cpp | 88 return proxy->UpdateListenEventFlag(clientInfo_, IME_NONE); in RestoreListenEventFlag() 91 int32_t InputMethodController::UpdateListenEventFlag(const std::string &type, bool isOn) in UpdateListenEventFlag() function in OHOS::MiscServices::InputMethodController 106 auto ret = proxy->UpdateListenEventFlag(clientInfo_, eventType); in UpdateListenEventFlag()
|
| /base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/ |
| D | input_method_controller.h | 202 IMF_API int32_t UpdateListenEventFlag(const std::string &type, bool isOn);
|
| /base/inputmethod/imf/services/src/ |
| D | input_method_system_ability_stub.cpp | 237 int32_t ret = UpdateListenEventFlag(clientInfo, type); in UpdateListenEventFlagOnRemote()
|
| D | input_method_system_ability.cpp | 360 int32_t InputMethodSystemAbility::UpdateListenEventFlag(InputClientInfo &clientInfo, EventType even… in UpdateListenEventFlag() function in OHOS::MiscServices::InputMethodSystemAbility
|