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:dialogManager_
(Results
1 - 6
of
6
) sorted by relevance
/base/notification/distributed_notification_service/services/ans/include/
H
A
D
notification_dialog_manager.h
59
NotificationDialogManager&
dialogManager_
;
member in OHOS::Notification::NotificationDialogEventSubscriber
H
A
D
advanced_notification_service.h
1102
// Might fail if ces subscribe failed, if failed,
dialogManager_
will be set nullptr
1466
std::shared_ptr<NotificationDialogManager>
dialogManager_
= nullptr;
member in OHOS::Notification::final
/base/notification/distributed_notification_service/services/ans/src/
H
A
D
notification_dialog_manager.cpp
46
: EventFwk::CommonEventSubscriber(subscribeInfo),
dialogManager_
(dialogManager)
in NotificationDialogEventSubscriber()
56
dialogManager_
.OnBundleEnabledStatusChanged(static_cast<DialogStatus>(code), bundleName, bundleUid);
in OnReceiveEvent()
H
A
D
advanced_notification_service.cpp
2170
if (
dialogManager_
== nullptr) {
in CreateDialogManager()
2171
dialogManager_
= std::make_unique<NotificationDialogManager>(*this);
in CreateDialogManager()
2172
if (!
dialogManager_
->Init()) {
in CreateDialogManager()
2173
dialogManager_
= nullptr;
in CreateDialogManager()
H
A
D
advanced_notification_publish_service.cpp
890
result =
dialogManager_
->RequestEnableNotificationDailog(bundleOption, callback, callerToken);
in RequestEnableNotification()
1081
result =
dialogManager_
->AddDialogInfo(bundleOption, callback);
in CanPopEnableNotificationDialog()
1113
dialogManager_
->RemoveDialogInfoByBundleOption(bundleOption, dialogInfoRemoved);
in RemoveEnableNotificationDialog()
/base/notification/distributed_notification_service/services/ans/test/unittest/
H
A
D
advanced_notification_service_test.cpp
3519
advancedNotificationService_->
dialogManager_
= nullptr;
in HWTEST_F()
Completed in 16 milliseconds