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:dialogId
(Results
1 - 14
of
14
) sorted by relevance
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H
A
D
overlay_manager_dialog_test_ng.cpp
226
auto
dialogId
= ElementRegister::GetInstance()->MakeUniqueId();
in HWTEST_F()
local
295
auto
dialogId
= ElementRegister::GetInstance()->MakeUniqueId();
in HWTEST_F()
local
384
auto
dialogId
= ElementRegister::GetInstance()->MakeUniqueId();
in HWTEST_F()
local
441
auto
dialogId
= ElementRegister::GetInstance()->MakeUniqueId();
in HWTEST_F()
local
502
auto
dialogId
= ElementRegister::GetInstance()->MakeUniqueId();
in HWTEST_F()
local
575
auto
dialogId
= ElementRegister::GetInstance()->MakeUniqueId();
HWTEST_F()
local
910
auto
dialogId
= ElementRegister::GetInstance()->MakeUniqueId();
HWTEST_F()
local
[all...]
H
A
D
overlay_dialog_transition_test_ng.cpp
696
int32_t
dialogId
= dialog->GetId();
in HWTEST_F()
local
932
int32_t
dialogId
= dialog->GetId();
in HWTEST_F()
local
1000
int32_t
dialogId
in HWTEST_F()
local
[all...]
H
A
D
overlay_manager_extend_test_ng.cpp
621
auto
dialogId
= ElementRegister::GetInstance()->MakeUniqueId();
in HWTEST_F()
local
665
auto
dialogId
= ElementRegister::GetInstance()->MakeUniqueId();
in HWTEST_F()
local
H
A
D
overlay_test_ng.cpp
1615
auto
dialogId
= ElementRegister::GetInstance()->MakeUniqueId();
in HWTEST_F()
local
1776
auto
dialogId
= ElementRegister::GetInstance()->MakeUniqueId();
in HWTEST_F()
local
1936
int32_t
dialogId
= dialog->GetId();
in HWTEST_F()
local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/dialog_tween/
H
A
D
dialog_tween_component.h
133
void SetCustomDialogId(int32_t
dialogId
)
in SetCustomDialogId()
argument
144
void SetDialogId(int32_t
dialogId
)
in SetDialogId()
argument
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H
A
D
frontend_delegate.h
189
virtual void CloseCustomDialog(const int32_t
dialogId
) {};
in CloseCustomDialog()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H
A
D
overlay_manager.h
222
void SetMaskNodeId(int32_t
dialogId
, int32_t maskId)
in SetMaskNodeId()
argument
H
A
D
overlay_manager.cpp
2610
void OverlayManager::CloseCustomDialog(const int32_t
dialogId
)
in CloseCustomDialog()
argument
2795
int32_t
dialogId
= -1;
in PopModalDialog()
local
2872
RefPtr<FrameNode> OverlayManager::GetDialog(int32_t
dialogId
)
in GetDialog()
argument
6415
int32_t OverlayManager::GetMaskNodeIdWithDialogId(int32_t
dialogId
)
in GetMaskNodeIdWithDialogId()
argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H
A
D
dialog_component.h
278
void SetCustomDialogId(int32_t
dialogId
)
in SetCustomDialogId()
argument
/foundation/arkui/ace_engine/frameworks/base/subwindow/
H
A
D
subwindow_manager.cpp
550
void SubwindowManager::CloseCustomDialogNG(int32_t
dialogId
)
in CloseCustomDialogNG()
argument
982
void SubwindowManager::CloseCustomDialog(const int32_t
dialogId
)
in CloseCustomDialog()
argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H
A
D
frontend_delegate_declarative_ng.cpp
803
void FrontendDelegateDeclarativeNG::CloseCustomDialog(const int32_t
dialogId
)
in CloseCustomDialog()
argument
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H
A
D
subwindow_ohos.cpp
1112
void SubwindowOhos::CloseCustomDialogNG(int32_t
dialogId
)
in CloseCustomDialogNG()
argument
1202
int32_t
dialogId
= gToastDialogId.fetch_add(1, std::memory_order_relaxed);
in InitToastDialogWindow()
local
1616
void SubwindowOhos::CloseCustomDialog(const int32_t
dialogId
)
in CloseCustomDialog()
argument
/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H
A
D
prompt_action.cpp
2202
CloseCustomDialog(napi_env env, std::shared_ptr<PromptAsyncContext>& asyncContext, bool useDialogId, int32_t
dialogId
, const WeakPtr<NG::UINode>& nodeWk, std::function<void(int32_t)>& contentCallback)
CloseCustomDialog()
argument
2249
int32_t
dialogId
= -1;
JSPromptCloseCustomDialog()
local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H
A
D
frontend_delegate_declarative.cpp
1859
void FrontendDelegateDeclarative::CloseCustomDialog(const int32_t
dialogId
)
in CloseCustomDialog()
argument
Completed in 40 milliseconds