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:onFinish_
(Results
1 - 15
of
15
) sorted by relevance
/foundation/arkui/ace_engine/component_ext/movingphoto/
H
A
D
movingphoto_event_hub.h
106
onFinish_
= std ::move(onFinish);
in SetOnFinish()
111
return
onFinish_
;
in GetOnFinish()
116
if (
onFinish_
) {
in FireFinishEvent()
117
auto onFinish =
onFinish_
;
in FireFinishEvent()
145
MovingPhotoEventFunc
onFinish_
;
member in OHOS::Ace::NG::MovingPhotoEventHub
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
ace_service_ability.cpp
29
explicit ServicePlatformEventCallback(ServicePlatformFinish onFinish) :
onFinish_
(onFinish) {}
in ServicePlatformEventCallback()
36
CHECK_NULL_VOID(
onFinish_
);
variable
37
onFinish_
();
46
ServicePlatformFinish
onFinish_
;
member in OHOS::Ace::final
H
A
D
ace_form_ability.cpp
28
explicit FormPlatformEventCallback(FormPlatformFinish onFinish) :
onFinish_
(onFinish) {}
in FormPlatformEventCallback()
35
CHECK_NULL_VOID(
onFinish_
);
variable
36
onFinish_
();
45
FormPlatformFinish
onFinish_
;
member in OHOS::Ace::final
H
A
D
ace_data_ability.cpp
30
explicit DataPlatformEventCallback(DataPlatformFinish onFinish) :
onFinish_
(onFinish) {}
in DataPlatformEventCallback()
37
CHECK_NULL_VOID(
onFinish_
);
variable
38
onFinish_
();
47
DataPlatformFinish
onFinish_
;
member in OHOS::Ace::final
H
A
D
ace_ability.cpp
108
explicit AcePlatformEventCallback(AcePlatformFinish onFinish) :
onFinish_
(onFinish) {}
in AcePlatformEventCallback()
110
:
onFinish_
(onFinish), onStartAbility_(onStartAbility)
in AcePlatformEventCallback()
118
CHECK_NULL_VOID(
onFinish_
);
variable
119
onFinish_
();
135
AcePlatformFinish
onFinish_
;
member in OHOS::Ace::final
H
A
D
ui_content_impl.cpp
226
explicit ContentEventCallback(ContentFinishCallback onFinish) :
onFinish_
(onFinish) {}
in ContentEventCallback()
228
:
onFinish_
(onFinish), onStartAbility_(onStartAbility)
in ContentEventCallback()
234
CHECK_NULL_VOID(
onFinish_
);
variable
235
onFinish_
();
250
ContentFinishCallback
onFinish_
;
member in OHOS::Ace::final
H
A
D
ace_container.cpp
1639
: pipelineContext_(pipelineContext),
onFinish_
(onFinish) {}
in SaveRequestCallback()
1655
if (!
onFinish_
) {
in ProcessOnFinish()
1663
[onFinish = std::move(
onFinish_
)]() mutable {
in ProcessOnFinish()
1673
std::function<void()>
onFinish_
;
member in SaveRequestCallback
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H
A
D
video_event_hub.h
68
onFinish_
= std ::move(onFinish);
in SetOnFinish()
72
if (
onFinish_
) {
in FireFinishEvent()
73
//
onFinish_
may be overwritten in its invoke so we copy it first
in FireFinishEvent()
74
auto onFinish =
onFinish_
;
in FireFinishEvent()
199
VideoEventCallback
onFinish_
;
member in OHOS::Ace::NG::VideoEventHub
/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/mock/
H
A
D
mock_ace_container.cpp
24
explicit MockPlatformEventCallback(AcePlatformFinish onFinish) :
onFinish_
(onFinish) {}
in MockPlatformEventCallback()
26
:
onFinish_
(onFinish), onStartAbility_(onStartAbility) {}
in MockPlatformEventCallback()
37
AcePlatformFinish
onFinish_
;
member in OHOS::Ace::Platform::final
/foundation/arkui/ace_engine/adapter/preview/entrance/
H
A
D
ui_content_impl.cpp
90
explicit ContentEventCallback(ContentFinishCallback onFinish) :
onFinish_
(onFinish) {}
in ContentEventCallback()
92
:
onFinish_
(onFinish), onStartAbility_(onStartAbility)
in ContentEventCallback()
99
CHECK_NULL_VOID(
onFinish_
);
variable
100
onFinish_
();
116
ContentFinishCallback
onFinish_
;
member in OHOS::Ace::final
/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H
A
D
render_stepper.h
203
std::function<void()>
onFinish_
;
member in OHOS::Ace::RenderStepper
H
A
D
render_stepper.cpp
72
onFinish_
= *stepperComponent_->GetOnFinish();
in Update()
559
if (
onFinish_
) {
in FireFinishEvent()
560
onFinish_
();
in FireFinishEvent()
/foundation/arkui/ace_engine/frameworks/core/components/video/
H
A
D
video_element.h
180
EventCallback
onFinish_
;
member in OHOS::Ace::VideoElement
H
A
D
video_element.cpp
820
onFinish_
= AceAsyncEvent<void(const std::string&)>::Create(videoComponent->GetFinishEventId(), context_);
in InitEvent()
1379
if (
onFinish_
) {
in OnCompletion()
1389
onFinish_
(param);
in OnCompletion()
/foundation/arkui/ace_engine/test/unittest/core/pattern/movingphoto/
H
A
D
movingphoto_test_ng.cpp
245
auto
onFinish_
= movingPhotoEventHub->GetOnFinish();
in HWTEST_F()
local
246
EXPECT_TRUE(
onFinish_
!= nullptr);
in HWTEST_F()
Completed in 25 milliseconds