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:ArkUI_Context
(Results
1 - 9
of
9
) sorted by relevance
/foundation/arkui/ace_engine/test/unittest/interfaces/
H
A
D
animate_impl_test.cpp
323
struct
ArkUI_Context
context= {1};
in HWTEST_F()
367
struct
ArkUI_Context
context= {1};
in HWTEST_F()
389
struct
ArkUI_Context
context= {1};
in HWTEST_F()
425
struct
ArkUI_Context
context= {1};
in HWTEST_F()
459
struct
ArkUI_Context
context= {1};
in HWTEST_F()
493
struct
ArkUI_Context
context= {1};
in HWTEST_F()
527
struct
ArkUI_Context
context= {1};
in HWTEST_F()
561
struct
ArkUI_Context
context= {1};
in HWTEST_F()
595
struct
ArkUI_Context
context= {1};
in HWTEST_F()
624
struct
ArkUI_Context
contex
in HWTEST_F()
[all...]
H
A
D
drag_and_drop_test.cpp
113
auto uiContext = new
ArkUI_Context
({ .id = 1 });
in HWTEST_F()
H
A
D
node_animate_test.cpp
335
struct
ArkUI_Context
context= {1};
in HWTEST_F()
/foundation/arkui/ace_engine/interfaces/native/
H
A
D
drag_and_drop.h
139
typedef struct
ArkUI_Context
ArkUI_Context
;
typedef
146
typedef struct
ArkUI_Context
* ArkUI_ContextHandle;
H
A
D
native_type.h
94
struct
ArkUI_Context
;
101
typedef struct
ArkUI_Context
* ArkUI_ContextHandle;
/foundation/arkui/ace_engine/interfaces/native/node/
H
A
D
node_model.h
55
struct
ArkUI_Context
{
struct
H
A
D
node_adapter_impl.cpp
216
return new
ArkUI_Context
({ .id = instanceId });
in OH_ArkUI_GetContextByNode()
H
A
D
native_node_napi.cpp
131
*context = new
ArkUI_Context
({ .id = instanceId });
in OH_ArkUI_GetContextFromNapiValue()
/foundation/arkui/ace_engine/interfaces/native/event/
H
A
D
drag_and_drop_impl.cpp
499
auto* context = reinterpret_cast<
ArkUI_Context
*>(uiContext);
in OH_ArkUI_SetDragEventStrictReportWithContext()
Completed in 12 milliseconds