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:notify_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/arkui/napi/native_engine/impl/ark/
H
A
D
ark_finalizers_pack.h
37
notify_
= nullptr;
in Clear()
45
notify_
= notify;
in RegisterFinishNotify()
72
if (
notify_
!= nullptr) {
in NotifyFinish()
73
notify_
(totalNativeBindingSize_);
in NotifyFinish()
78
ArkFinalizersPackFinishNotify
notify_
{nullptr};
/foundation/arkui/ace_engine/frameworks/core/components/dialog_modal/
H
A
D
render_dialog_modal.h
45
notify_
= std::move(layoutNotify);
in SetLayoutNotify()
66
LayoutNotify
notify_
;
member in OHOS::Ace::RenderDialogModal
H
A
D
render_dialog_modal.cpp
80
if (
notify_
) {
in PerformLayout()
81
decltype(
notify_
) notify = std::move(
notify_
);
in PerformLayout()
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_avrcp_ct.cpp
754
resp.
notify_
= std::make_unique<AvrcpCtResponse::Notification>(playStatus, 0x00);
in OnPlaybackStatusChanged()
766
resp.
notify_
= std::make_unique<AvrcpCtResponse::Notification>(uid);
in OnTrackChanged()
801
resp.
notify_
= std::make_unique<AvrcpCtResponse::Notification>(playbackPos);
in OnPlaybackPosChanged()
814
resp.
notify_
= std::make_unique<AvrcpCtResponse::Notification>(attributes, values);
in OnPlayerAppSettingChanged()
850
resp.
notify_
= std::make_unique<AvrcpCtResponse::Notification>(uidCounter);
in OnAddressedPlayerChanged()
863
resp.
notify_
= std::make_unique<AvrcpCtResponse::Notification>(uidCounter);
in OnUidChanged()
876
resp.
notify_
= std::make_unique<AvrcpCtResponse::Notification>(0x00, volume);
in OnVolumeChanged()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_avrcp_ct.h
404
std::unique_ptr<Notification>
notify_
{nullptr};
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H
A
D
scene_impl.cpp
56
explicit NotifyOnExit(bool notify, std::function<void()> callback) :
notify_
(notify), callback_(callback) {}
in NotifyOnExit()
59
if (
notify_
) {
in ~NotifyOnExit()
63
bool
notify_
;
member in __anon9836::NotifyOnExit
Completed in 8 milliseconds