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:scopedDelegate
(Results
1 - 8
of
8
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/menu/
H
A
D
js_context_menu.cpp
29
auto
scopedDelegate
= EngineHelper::GetCurrentDelegateSafely();
in Close()
local
30
if (!
scopedDelegate
) {
in Close()
32
LOGE("
scopedDelegate
is null, please check");
in Close()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/dialog/
H
A
D
js_custom_dialog_controller.cpp
262
auto
scopedDelegate
= EngineHelper::GetCurrentDelegate();
in JsOpenDialog()
local
263
if (!
scopedDelegate
) {
in JsOpenDialog()
314
auto
scopedDelegate
= EngineHelper::GetCurrentDelegate();
in JsCloseDialog()
local
315
if (!
scopedDelegate
) {
in JsCloseDialog()
H
A
D
js_alert_dialog.cpp
368
auto
scopedDelegate
= EngineHelper::GetCurrentDelegateSafely();
in Show()
local
369
if (!
scopedDelegate
) {
in Show()
371
LOGE("
scopedDelegate
is null, please check");
in Show()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_view_context.cpp
519
auto
scopedDelegate
= EngineHelper::GetCurrentDelegateSafely();
in JSAnimation()
local
520
if (!
scopedDelegate
) {
in JSAnimation()
596
auto
scopedDelegate
= EngineHelper::GetCurrentDelegateSafely();
in AnimateToInner()
local
597
if (!
scopedDelegate
) {
in AnimateToInner()
710
auto
scopedDelegate
= EngineHelper::GetCurrentDelegateSafely();
in JSKeyframeAnimateTo()
local
711
if (!
scopedDelegate
) {
in JSKeyframeAnimateTo()
H
A
D
js_datepicker.cpp
1114
auto
scopedDelegate
= EngineHelper::GetCurrentDelegateSafely();
in Show()
local
1115
CHECK_NULL_VOID(
scopedDelegate
);
in Show()
1669
auto
scopedDelegate
= EngineHelper::GetCurrentDelegateSafely();
in Show()
local
1670
CHECK_NULL_VOID(
scopedDelegate
);
in Show()
H
A
D
js_calendar_picker.cpp
534
auto
scopedDelegate
= EngineHelper::GetCurrentDelegateSafely();
in Show()
local
535
CHECK_NULL_VOID(
scopedDelegate
);
in Show()
H
A
D
js_textpicker.cpp
1343
auto
scopedDelegate
= EngineHelper::GetCurrentDelegateSafely();
in Show()
local
1344
CHECK_NULL_VOID(
scopedDelegate
);
in Show()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/action_sheet/
H
A
D
js_action_sheet.cpp
308
auto
scopedDelegate
= EngineHelper::GetCurrentDelegateSafely();
in Show()
local
309
if (!
scopedDelegate
) {
in Show()
311
LOGE("
scopedDelegate
is null, please check");
in Show()
Completed in 14 milliseconds