Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:InsertText
(Results
1 - 13
of
13
) sorted by relevance
/foundation/arkui/ui_lite/test/uitest/test_edit_text/
H
A
D
custom_input_method.cpp
337
InputMethodManager::GetInstance().
InsertText
(" ");
in DealKeyEvent()
338
editView_->
InsertText
(" ");
in DealKeyEvent()
342
InputMethodManager::GetInstance().
InsertText
(key);
in DealKeyEvent()
343
editView_->
InsertText
(key);
in DealKeyEvent()
385
InputMethodManager::GetInstance().
InsertText
(" ");
in DealLongPressKeyEvent()
386
editView_->
InsertText
(" ");
in DealLongPressKeyEvent()
391
InputMethodManager::GetInstance().
InsertText
(key_);
in DealLongPressKeyEvent()
392
editView_->
InsertText
(key_);
in DealLongPressKeyEvent()
/foundation/arkui/ui_lite/frameworks/core/
H
A
D
input_method_manager.cpp
69
void InputMethodManager::
InsertText
(std::string text)
in InsertText()
function in OHOS::InputMethodManager
78
tmpView->
InsertText
(text);
in InsertText()
/foundation/arkui/ui_lite/interfaces/innerkits/common/
H
A
D
input_method_manager.h
82
void
InsertText
(std::string text);
/foundation/arkui/ui_lite/test/unittest/common/
H
A
D
input_method_manager_unit_test.cpp
88
* @tc.desc: Verify
InsertText
function, equal.
100
inputMethodManager.
InsertText
(text);
in HWTEST_F()
124
inputMethodManager.
InsertText
(text);
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H
A
D
on_text_changed_listener_impl.h
31
void
InsertText
(const std::u16string& text) override;
H
A
D
on_text_changed_listener_impl.cpp
20
void OnTextChangedListenerImpl::
InsertText
(const std::u16string& text)
in InsertText()
function in OHOS::Ace::OnTextChangedListenerImpl
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H
A
D
on_text_changed_listener_impl.h
35
void
InsertText
(const std::u16string& text) override;
H
A
D
on_text_changed_listener_impl.cpp
28
void OnTextChangedListenerImpl::
InsertText
(const std::u16string& text)
in InsertText()
function in OHOS::Ace::NG::OnTextChangedListenerImpl
34
TAG_LOGI(AceLogTag::ACE_TEXT_FIELD, "
InsertText
length:%{public}d", static_cast<int32_t>(text.length()));
in InsertText()
36
ACE_SCOPED_TRACE("
InsertText
[length:%d]", static_cast<int32_t>(text.length()));
in InsertText()
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_edit_text.h
308
virtual void
InsertText
(std::string text);
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_edit_text.cpp
541
void UIEditText::
InsertText
(std::string text)
in InsertText()
function in OHOS::UIEditText
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H
A
D
web_delegate.h
136
void
InsertText
(const std::string &text) override
139
keyboardHandler_->
InsertText
(text);
/foundation/arkui/ace_engine/frameworks/core/components/web/
H
A
D
web_event.h
756
virtual void
InsertText
(const std::string &text) = 0;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_web.cpp
202
JSClass<JSWebKeyboardController>::CustomMethod("insertText", &JSWebKeyboardController::
InsertText
);
in JSBind()
216
void
InsertText
(const JSCallbackInfo& args)
in InsertText()
function in OHOS::OHOS::Ace::Framework::JSWebKeyboardController
226
webKeyboardController_->
InsertText
(args[0]->ToString());
in InsertText()
Completed in 24 milliseconds