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
defs:uiContext
(Results
1 - 8
of
8
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H
A
D
ui_context_helper.cpp
26
void UIContextHelper::AddUIContext(EcmaVM* vm, int32_t instanceId, panda::Local<panda::JSValueRef>
uiContext
)
in AddUIContext()
argument
48
auto
uiContext
= ArkTSUtils::GetContext(vm);
in GetUIContext()
local
52
auto
uiContext
= iter->second;
in GetUIContext()
local
/foundation/arkui/ace_engine/test/unittest/interfaces/
H
A
D
drag_and_drop_test.cpp
113
auto
uiContext
= new ArkUI_Context({ .id = 1 });
in HWTEST_F()
local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H
A
D
jsi_declarative_engine.h
164
void SetContextValue(shared_ptr<JsValue>
uiContext
)
in SetContextValue()
argument
H
A
D
jsi_declarative_engine.cpp
1106
shared_ptr<JsValue>
uiContext
= CallGetUIContextFunc(runtime, argv);
in GetContextValue()
local
/foundation/arkui/ace_engine/interfaces/native/event/
H
A
D
drag_and_drop_impl.cpp
122
ArkUI_DragAction* OH_ArkUI_CreateDragActionWithContext(ArkUI_ContextHandle
uiContext
)
in OH_ArkUI_CreateDragActionWithContext()
argument
493
int32_t OH_ArkUI_SetDragEventStrictReportWithContext(ArkUI_ContextHandle
uiContext
, bool enabled)
in OH_ArkUI_SetDragEventStrictReportWithContext()
argument
/foundation/arkui/ace_engine/interfaces/napi/kits/observer/
H
A
D
js_ui_observer.cpp
90
int32_t GetUIContextInstanceId(napi_env env, napi_value
uiContext
)
in GetUIContextInstanceId()
argument
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H
A
D
js_scene_session_manager.cpp
2381
napi_value
uiContext
= uiContent->GetUINapiContext();
in OnGetRootSceneUIContext()
local
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H
A
D
js_window.cpp
2356
napi_value
uiContext
= uicontent->GetUINapiContext();
in OnGetUIContext()
local
Completed in 37 milliseconds