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:ScopeRAII
(Results
1 - 20
of
20
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_utils.h
45
class
ScopeRAII
{
class
47
explicit
ScopeRAII
(napi_env env) : env_(env)
in ScopeRAII()
function in OHOS::OHOS::OHOS::OHOS::Ace::Framework::ScopeRAII
51
~
ScopeRAII
()
in ~ScopeRAII()
H
A
D
js_utils.cpp
69
ScopeRAII
scope(reinterpret_cast<napi_env>(nativeEngine));
in UnwrapNapiValue()
111
ScopeRAII
scope(reinterpret_cast<napi_env>(nativeEngine));
in CreatePixelMapFromNapiValue()
162
ScopeRAII
scope(reinterpret_cast<napi_env>(nativeEngine));
in CreateWantWrapFromNapiValue()
H
A
D
js_nav_path_stack.cpp
129
ScopeRAII
scope(reinterpret_cast<napi_env>(nativeEngine));
in CheckIsValid()
H
A
D
js_ui_extension.cpp
85
ScopeRAII
scopeNapi(reinterpret_cast<napi_env>(nativeEngine));
in Send()
106
ScopeRAII
scopeNapi(reinterpret_cast<napi_env>(nativeEngine));
in SendSync()
263
ScopeRAII
scopeNapi(env);
in On()
299
ScopeRAII
scopeNapi(env);
in Off()
H
A
D
js_security_ui_extension.cpp
76
ScopeRAII
scopeNapi(reinterpret_cast<napi_env>(nativeEngine));
in Send()
97
ScopeRAII
scopeNapi(reinterpret_cast<napi_env>(nativeEngine));
in SendSync()
273
ScopeRAII
scopeNapi(env);
in On()
308
ScopeRAII
scopeNapi(env);
in Off()
H
A
D
js_tabs_controller.cpp
158
ScopeRAII
scopeRaii(env);
in PreloadItems()
H
A
D
js_video.cpp
91
ScopeRAII
scope(reinterpret_cast<napi_env>(nativeEngine));
in Create()
388
ScopeRAII
scope(reinterpret_cast<napi_env>(nativeEngine));
in AnalyzerConfig()
H
A
D
js_xcomponent_controller.cpp
260
ScopeRAII
scopeRaii(env);
in StartImageAnalyzer()
H
A
D
js_image.cpp
348
ScopeRAII
scope(reinterpret_cast<napi_env>(nativeEngine));
in CreateImage()
931
ScopeRAII
scope(reinterpret_cast<napi_env>(nativeEngine));
in AnalyzerConfig()
H
A
D
js_xcomponent.cpp
233
ScopeRAII
scope(reinterpret_cast<napi_env>(nativeEngine));
in Create()
H
A
D
js_view_abstract.cpp
10578
ScopeRAII
scope(env);
in GetDrawCallback()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H
A
D
js_drawing_rendering_context.cpp
100
ScopeRAII
scope(env);
in SetRSCanvasCallback()
H
A
D
js_canvas.cpp
74
ScopeRAII
scope(reinterpret_cast<napi_env>(nativeEngine));
in Create()
H
A
D
js_rendering_context.cpp
408
ScopeRAII
scopeRaii(env);
in JsStartImageAnalyzer()
544
ScopeRAII
scopeNapi(env);
in JsOn()
576
ScopeRAII
scopeNapi(env);
in JsOff()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H
A
D
js_drag_function.cpp
196
ScopeRAII
scope(reinterpret_cast<napi_env>(nativeEngine));
in SetData()
294
ScopeRAII
scope(reinterpret_cast<napi_env>(nativeEngine));
in SetDragInfo()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H
A
D
arkts_native_xcomponent_bridge.cpp
98
Framework::
ScopeRAII
scope(reinterpret_cast<napi_env>(nativeEngine));
in ParseParams()
319
Framework::
ScopeRAII
scope(reinterpret_cast<napi_env>(nativeEngine));
in HandleImageAIOptions()
H
A
D
arkts_native_render_node_bridge.cpp
196
Framework::
ScopeRAII
scope(env);
in FireDrawCallback()
H
A
D
arkts_utils.cpp
1923
Framework::
ScopeRAII
scope(reinterpret_cast<napi_env>(nativeEngine));
in UnwrapNapiValue()
1953
Framework::
ScopeRAII
scope(reinterpret_cast<napi_env>(nativeEngine));
in CreatePixelMapFromNapiValue()
H
A
D
arkts_native_image_bridge.cpp
935
Framework::
ScopeRAII
scope(reinterpret_cast<napi_env>(nativeEngine));
in AnalyzerConfig()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H
A
D
js_span_object.cpp
1099
ScopeRAII
scope(env);
in ParseOnDrawFunc()
Completed in 42 milliseconds