Home
last modified time | relevance | path

Searched refs:OnSetInputType (Results 1 - 8 of 8) sorted by relevance

/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Di_input_method_core.h68 virtual int32_t OnSetInputType(InputType inputType) = 0;
H A Dinput_method_core_proxy.h48 int32_t OnSetInputType(InputType inputType) override;
H A Dinput_method_core_stub.h49 int32_t OnSetInputType(InputType inputType) override;
H A Dinput_method_ability.h95 void OnSetInputType(InputType inputType);
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_core_stub.cpp167 InputMethodAbility::GetInstance()->OnSetInputType(inputType); in OnSetInputTypeOnRemote()
261 int32_t InputMethodCoreStub::OnSetInputType(InputType inputType) in OnSetInputType() function in OHOS::MiscServices::InputMethodCoreStub
H A Dinput_method_core_proxy.cpp55 int32_t InputMethodCoreProxy::OnSetInputType(InputType inputType)
H A Dinput_method_ability.cpp254 void InputMethodAbility::OnSetInputType(InputType inputType) in OnSetInputType() function in OHOS::MiscServices::InputMethodAbility
257 IMSA_HILOGD("OnSetInputType, inputType = %{public}d", static_cast<int32_t>(inputType)); in OnSetInputType()
/base/inputmethod/imf/services/src/
H A Dperuser_session.cpp1200 return RequestIme(data, RequestType::NORMAL, [&data, &inputType] { return data->core->OnSetInputType(inputType); }); in SetInputType()

Completed in 7 milliseconds