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:onStop_
(Results
1 - 9
of
9
) sorted by relevance
/foundation/arkui/ace_engine/component_ext/movingphoto/
H
A
D
movingphoto_event_hub.h
88
onStop_
= std ::move(onStop);
in SetOnStop()
93
return
onStop_
;
in GetOnStop()
98
if (
onStop_
) {
in FireStopEvent()
99
auto onStop =
onStop_
;
in FireStopEvent()
143
MovingPhotoEventFunc
onStop_
;
member in OHOS::Ace::NG::MovingPhotoEventHub
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H
A
D
video_event_hub.h
150
onStop_
= std ::move(onStop);
in SetOnStop()
154
if (
onStop_
) {
in FireStopEvent()
155
//
onStop_
may be overwritten in its invoke so we copy it first
in FireStopEvent()
156
auto onStop =
onStop_
;
in FireStopEvent()
205
VideoEventCallback
onStop_
;
member in OHOS::Ace::NG::VideoEventHub
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/cxx/
H
A
D
status_change_wrapper.cpp
49
this->
onStop_
= onStop;
in SystemProcessStatusChangeWrapper()
68
onStop_
(info);
in OnSystemProcessStopped()
H
A
D
system_ability_manager_wrapper.cpp
297
rust::Fn<void(const OHOS::SamgrRust::SystemProcessInfo &systemProcessInfo)>
onStop_
)
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
54
rust::Fn<void(const OHOS::SamgrRust::SystemProcessInfo &systemProcessInfo)>
onStop_
;
member in OHOS::SamgrRust::SystemProcessStatusChangeWrapper
H
A
D
system_ability_manager_wrapper.h
64
rust::Fn<void(const OHOS::SamgrRust::SystemProcessInfo &systemProcessInfo)>
onStop_
);
/foundation/arkui/ace_engine/frameworks/core/components/video/
H
A
D
video_element.h
179
EventCallback
onStop_
;
member in OHOS::Ace::VideoElement
H
A
D
video_element.cpp
841
onStop_
= AceAsyncEvent<void(const std::string&)>::Create(videoComponent->GetStopEventId(), context_);
in InitEvent()
/foundation/arkui/ace_engine/test/unittest/core/pattern/movingphoto/
H
A
D
movingphoto_test_ng.cpp
248
auto
onStop_
= movingPhotoEventHub->GetOnStop();
in HWTEST_F()
local
249
EXPECT_TRUE(
onStop_
!= nullptr);
in HWTEST_F()
Completed in 9 milliseconds