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:g_txtEditProxy
(Results
1 - 1
of
1
) sorted by relevance
/test/xts/acts/inputmethod/InputMethodNDKTest/entry/src/main/cpp/
H
A
D
napi_init.cpp
30
InputMethod_TextEditorProxy *
g_txtEditProxy
= nullptr;
variable
121
if (
g_txtEditProxy
== nullptr) {
in TextEditorProxy_Create()
122
g_txtEditProxy
= OH_TextEditorProxy_Create();
in TextEditorProxy_Create()
123
OH_TextEditorProxy_SetGetTextConfigFunc(
g_txtEditProxy
, GetTextConfigFunc);
in TextEditorProxy_Create()
124
OH_TextEditorProxy_SetInsertTextFunc(
g_txtEditProxy
, InsertTextFunc);
in TextEditorProxy_Create()
125
OH_TextEditorProxy_SetDeleteForwardFunc(
g_txtEditProxy
, DeleteForwardFunc);
in TextEditorProxy_Create()
126
OH_TextEditorProxy_SetDeleteBackwardFunc(
g_txtEditProxy
, DeleteBackwardFunc);
in TextEditorProxy_Create()
127
OH_TextEditorProxy_SetSendKeyboardStatusFunc(
g_txtEditProxy
, SendKeyboardStatusFunc);
in TextEditorProxy_Create()
128
OH_TextEditorProxy_SetSendEnterKeyFunc(
g_txtEditProxy
, SendEnterKeyFunc);
in TextEditorProxy_Create()
129
OH_TextEditorProxy_SetMoveCursorFunc(
g_txtEditProxy
, MoveCursorFun
in TextEditorProxy_Create()
[all...]
Completed in 2 milliseconds