Home
last modified time | relevance | path

Searched refs:InputDataChannelProxy (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_data_channel_proxy.cpp26 InputDataChannelProxy::InputDataChannelProxy(const sptr<IRemoteObject> &object) in InputDataChannelProxy() function in OHOS::MiscServices::InputDataChannelProxy
31 int32_t InputDataChannelProxy::InsertText(const std::u16string &text) in InsertText()
36 int32_t InputDataChannelProxy::DeleteForward(int32_t length) in DeleteForward()
41 int32_t InputDataChannelProxy::DeleteBackward(int32_t length) in DeleteBackward()
72 int32_t InputDataChannelProxy::SendFunctionKey(int32_t funcKey) in SendFunctionKey()
78 int32_t InputDataChannelProxy::MoveCursor(int32_t keyCode) in MoveCursor()
83 int32_t InputDataChannelProxy::GetEnterKeyType(int32_t &keyType) in GetEnterKeyType()
120 int32_t InputDataChannelProxy::HandleExtendAction(int32_t action) in HandleExtendAction()
126 void InputDataChannelProxy::NotifyKeyboardHeight(uint32_t height) in NotifyKeyboardHeight()
132 int32_t InputDataChannelProxy::SendPrivateCommand( in SendPrivateCommand()
[all …]
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_data_channel_proxy.h32 class InputDataChannelProxy : public IRemoteProxy<IInputDataChannel> {
34 explicit InputDataChannelProxy(const sptr<IRemoteObject> &object);
35 ~InputDataChannelProxy() = default;
36 DISALLOW_COPY_AND_MOVE(InputDataChannelProxy);
60 static inline BrokerDelegator<InputDataChannelProxy> delegator_;
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Dinput_method_ability.h114 std::shared_ptr<InputDataChannelProxy> dataChannelProxy_ = nullptr;
134 std::shared_ptr<InputDataChannelProxy> GetInputDataChannelProxy();
164 …void NotifyPanelStatusInfo(const PanelStatusInfo &info, std::shared_ptr<InputDataChannelProxy> &ch…
/ohos5.0/base/inputmethod/imf/interfaces/inner_api/inputmethod_ability/
H A Dinputmethod_ability.versionscript16 *InputDataChannelProxy*;
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_ability.cpp780 auto channelProxy = std::make_shared<InputDataChannelProxy>(object); in SetInputDataChannel()
789 std::shared_ptr<InputDataChannelProxy> InputMethodAbility::GetInputDataChannelProxy() in GetInputDataChannelProxy()
1191 auto channelProxy = std::make_shared<InputDataChannelProxy>(channel); in OnClientInactive()
1330 const PanelStatusInfo &info, std::shared_ptr<InputDataChannelProxy> &channelProxy) in NotifyPanelStatusInfo()
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_ability_test.cpp299 sptr<InputDataChannelProxy> channelProxy = new InputDataChannelProxy(channelObject);