Home
last modified time | relevance | path

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

/base/inputmethod/imf/frameworks/inputmethod_ability/src/
Dinput_method_core_stub.cpp155 bool isShowKeyboard = false; in ShowKeyboardOnRemote() local
176 …const sptr<IInputDataChannel> &inputDataChannel, bool isShowKeyboard, const SubProperty &subProper… in showKeyboard()
Dinput_method_core_proxy.cpp71 …const sptr<IInputDataChannel> &inputDataChannel, bool isShowKeyboard, const SubProperty &subProper… in showKeyboard()
Dinput_method_ability.cpp232 bool isShowKeyboard = false; in OnShowKeyboard() local
323 void InputMethodAbility::ShowInputWindow(bool isShowKeyboard, const SubProperty &subProperty) in ShowInputWindow()
/base/inputmethod/imf/test/fuzztest/perusersession_fuzzer/
Dperusersession_fuzzer.cpp57 bool isShowKeyboard = true; in FuzzPerUserSession() local
/base/inputmethod/imf/services/src/
Dperuser_session.cpp95 void PerUserSession::UpdateClient(sptr<IRemoteObject> inputClient, bool isShowKeyboard) in UpdateClient()
140 int PerUserSession::ShowKeyboard(const sptr<IInputClient>& inputClient, bool isShowKeyboard) in ShowKeyboard()
384 int32_t PerUserSession::OnStartInput(sptr<IInputClient> client, bool isShowKeyboard) in OnStartInput()
Dinput_method_system_ability_stub.cpp77 bool isShowKeyboard = data.ReadBool(); in StartInputOnRemote() local
Dinput_method_system_ability.cpp328 int32_t InputMethodSystemAbility::StartInput(sptr<IInputClient> client, bool isShowKeyboard) in StartInput()
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
Dimf_adapter_impl.cpp131 bool IMFAdapterImpl::Attach(std::shared_ptr<IMFTextListenerAdapter> listener, bool isShowKeyboard) in Attach()
/base/inputmethod/imf/frameworks/inputmethod_controller/src/
Dinput_method_controller.cpp321 void InputMethodController::Attach(sptr<OnTextChangedListener> &listener, bool isShowKeyboard) in Attach()
329 sptr<OnTextChangedListener> &listener, bool isShowKeyboard, InputAttribute &attribute) in Attach()
470 void InputMethodController::StartInput(sptr<IInputClient> &client, bool isShowKeyboard) in StartInput()
Dinput_method_system_ability_proxy.cpp40 int32_t InputMethodSystemAbilityProxy::StartInput(sptr<IInputClient> client, bool isShowKeyboard) in StartInput()