Searched refs:InputDataChannelProxy (Results 1 – 6 of 6) sorted by relevance
26 InputDataChannelProxy::InputDataChannelProxy(const sptr<IRemoteObject> &object) in InputDataChannelProxy() function in OHOS::MiscServices::InputDataChannelProxy31 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 …]
32 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_;
114 std::shared_ptr<InputDataChannelProxy> dataChannelProxy_ = nullptr;134 std::shared_ptr<InputDataChannelProxy> GetInputDataChannelProxy();164 …void NotifyPanelStatusInfo(const PanelStatusInfo &info, std::shared_ptr<InputDataChannelProxy> &ch…
16 *InputDataChannelProxy*;
780 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()
299 sptr<InputDataChannelProxy> channelProxy = new InputDataChannelProxy(channelObject);