Searched defs:InsertText (Results 1 – 6 of 6) sorted by relevance
86 InsertText(text: string, callback: AsyncCallback<boolean>): void; method87 InsertText(text: string): Promise<boolean>; method
103 bool InputDataChannelStub::InsertText(const std::u16string& text) in InsertText() function in OHOS::MiscServices::InputDataChannelStub
26 bool InputDataChannelProxy::InsertText(const std::u16string& text) in InsertText() function in OHOS::MiscServices::InputDataChannelProxy
41 void InsertText(const std::u16string& text) in InsertText() function in OHOS::MiscServices::TextListener
36 NativeValue* JsTextInputClient::InsertText(NativeEngine* engine, NativeCallbackInfo* info) in InsertText() function in OHOS::MiscServices::JsTextInputClient
381 bool InputMethodAbility::InsertText(const std::string text) in InsertText() function in OHOS::MiscServices::InputMethodAbility