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:onStart_
(Results
1 - 9
of
9
) sorted by relevance
/foundation/arkui/ace_engine/component_ext/movingphoto/
H
A
D
movingphoto_event_hub.h
57
onStart_
= std ::move(onStart);
in SetOnStart()
62
return
onStart_
;
in GetOnStart()
67
if (
onStart_
) {
in FireStartEvent()
68
auto onStart =
onStart_
;
in FireStartEvent()
142
MovingPhotoEventFunc
onStart_
;
member in OHOS::Ace::NG::MovingPhotoEventHub
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H
A
D
video_event_hub.h
40
onStart_
= std ::move(onStart);
in SetOnStart()
44
if (
onStart_
) {
in FireStartEvent()
45
//
onStart_
may be overwritten in its invoke so we copy it first
in FireStartEvent()
46
auto onStart =
onStart_
;
in FireStartEvent()
197
VideoEventCallback
onStart_
;
member in OHOS::Ace::NG::VideoEventHub
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/cxx/
H
A
D
status_change_wrapper.cpp
48
this->
onStart_
= onStart;
in SystemProcessStatusChangeWrapper()
59
onStart_
(info);
in OnSystemProcessStarted()
H
A
D
system_ability_manager_wrapper.cpp
296
rust::Fn<void(const OHOS::SamgrRust::SystemProcessInfo &systemProcessInfo)>
onStart_
,
in SubscribeSystemProcess()
303
sptr<ISystemProcessStatusChange> listener = new SystemProcessStatusChangeWrapper(nullptr,
onStart_
, onStop_);
in SubscribeSystemProcess()
295
SubscribeSystemProcess( rust::Fn<void(const OHOS::SamgrRust::SystemProcessInfo &systemProcessInfo)>
onStart_
, rust::Fn<void(const OHOS::SamgrRust::SystemProcessInfo &systemProcessInfo)> onStop_)
SubscribeSystemProcess()
argument
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/include/
H
A
D
status_change_wrapper.h
53
rust::Fn<void(const OHOS::SamgrRust::SystemProcessInfo &systemProcessInfo)>
onStart_
;
member in OHOS::SamgrRust::SystemProcessStatusChangeWrapper
H
A
D
system_ability_manager_wrapper.h
63
rust::Fn<void(const OHOS::SamgrRust::SystemProcessInfo &systemProcessInfo)>
onStart_
,
/foundation/arkui/ace_engine/frameworks/core/components/video/
H
A
D
video_element.h
177
EventCallback
onStart_
;
member in OHOS::Ace::VideoElement
H
A
D
video_element.cpp
833
onStart_
= AceAsyncEvent<void(const std::string&)>::Create(videoComponent->GetStartEventId(), context_);
in InitEvent()
1274
if (
onStart_
) {
in OnPlayerStatus()
1284
onStart_
(param);
in OnPlayerStatus()
/foundation/arkui/ace_engine/test/unittest/core/pattern/movingphoto/
H
A
D
movingphoto_test_ng.cpp
242
auto
onStart_
= movingPhotoEventHub->GetOnStart();
in HWTEST_F()
local
243
EXPECT_TRUE(
onStart_
!= nullptr);
in HWTEST_F()
Completed in 14 milliseconds