Home
last modified time | relevance | path

Searched defs:isShowKeyboard (Results 1 – 9 of 9) sorted by relevance

/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
Dinput_method_core_stub.cpp149 bool isShowKeyboard = false; in ShowKeyboardOnRemote() local
181 const sptr<IInputDataChannel> &inputDataChannel, bool isShowKeyboard, bool attachFlag) in ShowKeyboard()
Dinput_method_core_proxy.cpp43 const sptr<IInputDataChannel> &inputDataChannel, bool isShowKeyboard, bool attachFlag) in ShowKeyboard()
Dinput_method_ability.cpp230 …hodAbility::ShowKeyboard(const sptr<IRemoteObject> &channelObject, bool isShowKeyboard, bool attac… in ShowKeyboard()
358 int32_t InputMethodAbility::ShowInputWindow(bool isShowKeyboard) in ShowInputWindow()
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
Dimf_adapter_impl.cpp189 bool IMFAdapterImpl::Attach(std::shared_ptr<IMFTextListenerAdapter> listener, bool isShowKeyboard) in Attach()
211 …std::shared_ptr<IMFTextListenerAdapter> listener, bool isShowKeyboard, const IMFAdapterTextConfig … in Attach()
/base/inputmethod/imf/services/src/
Dperuser_session.cpp87 void PerUserSession::UpdateClient(sptr<IRemoteObject> inputClient, bool isShowKeyboard) in UpdateClient()
145 bool isShowKeyboard, bool attachFlag) in ShowKeyboard()
335 int32_t PerUserSession::OnStartInput(const sptr<IInputClient> &client, bool isShowKeyboard, bool at… in OnStartInput()
Dinput_method_system_ability_stub.cpp65 bool isShowKeyboard = data.ReadBool(); in StartInputOnRemote() local
Dinput_method_system_ability.cpp254 int32_t InputMethodSystemAbility::StartInput(sptr<IInputClient> client, bool isShowKeyboard, bool a… in StartInput()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
Dinput_method_controller.cpp406 int32_t InputMethodController::Attach(sptr<OnTextChangedListener> &listener, bool isShowKeyboard) in Attach()
414 sptr<OnTextChangedListener> &listener, bool isShowKeyboard, const InputAttribute &attribute) in Attach()
424 sptr<OnTextChangedListener> &listener, bool isShowKeyboard, const TextConfig &textConfig) in Attach()
618 int32_t InputMethodController::StartInput(sptr<IInputClient> &client, bool isShowKeyboard, bool att… in StartInput()
Dinput_method_system_ability_proxy.cpp40 int32_t InputMethodSystemAbilityProxy::StartInput(sptr<IInputClient> client, bool isShowKeyboard, b… in StartInput()