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:onComplete_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/arkui/ace_engine/component_ext/movingphoto/
H
A
D
movingphoto_event_hub.h
40
onComplete_
= std::move(onComplete);
in SetOnComplete()
45
return
onComplete_
;
in GetOnComplete()
50
if (
onComplete_
) {
in FireCompleteEvent()
51
onComplete_
();
in FireCompleteEvent()
141
MovingPhotoEventFunc
onComplete_
;
member in OHOS::Ace::NG::MovingPhotoEventHub
/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H
A
D
plugin_component.h
82
onComplete_
= event;
in SetOnCompleteEventId()
87
return
onComplete_
;
in GetOnCompleteEventId()
113
EventMarker
onComplete_
;
member in OHOS::Ace::PluginComponent
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H
A
D
kvdb_pragma.h
63
onComplete_
(onComplete),
in PragmaSync()
75
onComplete_
(onComplete),
in PragmaSync()
107
std::function<void(const std::map<std::string, int> &devicesMap)>
onComplete_
;
member
/foundation/arkui/ace_engine/frameworks/core/components/dialog_tween/
H
A
D
render_dialog_tween.cpp
119
onComplete_
= AceAsyncEvent<void()>::Create(dialog->GetOnCompleteId(), context_);
in Update()
234
if (dialog->
onComplete_
) {
in CallOnSuccess()
235
dialog->
onComplete_
();
in CallOnSuccess()
247
if (
onComplete_
) {
in CallOnSuccess()
248
onComplete_
();
in CallOnSuccess()
548
if (dialog->
onComplete_
) {
in PopDialog()
549
dialog->
onComplete_
();
in PopDialog()
561
if (
onComplete_
) {
in PopDialog()
562
onComplete_
();
in PopDialog()
H
A
D
render_dialog_tween.h
71
std::function<void()>
onComplete_
;
member in OHOS::Ace::RenderDialogTween
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H
A
D
sync_able_kvdb_connection.cpp
155
if (syncParameter->
onComplete_
) {
in PragmaSyncAction()
156
syncParam.onComplete = [this, onComplete = syncParameter->
onComplete_
, wait = syncParameter->wait_](
in PragmaSyncAction()
Completed in 3 milliseconds