Home
last modified time | relevance | path

Searched refs:NotificationDialogManager (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_dialog_manager.cpp31 using DialogInfo = NotificationDialogManager::DialogInfo;
34 NotificationDialogManager& dialogManager) in Create()
64 NotificationDialogManager::NotificationDialogManager(AdvancedNotificationService& ans) in NotificationDialogManager() function in OHOS::Notification::NotificationDialogManager
70 NotificationDialogManager::~NotificationDialogManager() in ~NotificationDialogManager()
75 bool NotificationDialogManager::Init() in Init()
154 bool NotificationDialogManager::AddDialogInfoIfNotExist( in AddDialogInfoIfNotExist()
217 bool NotificationDialogManager::SetHasPoppedDialog( in SetHasPoppedDialog()
239 NotificationDialogManager::DEFAULT_DEVICE_ID, in OnDialogButtonClicked()
258 NotificationDialogManager::DEFAULT_DEVICE_ID, in OnDialogCrashed()
285 bool NotificationDialogManager::HandleOneDialogClosed( in HandleOneDialogClosed()
[all …]
H A Dadvanced_notification_service.cpp2091 dialogManager_ = std::make_unique<NotificationDialogManager>(*this); in CreateDialogManager()
H A Dadvanced_notification_publish_service.cpp1181 std::unique_ptr<NotificationDialogManager::DialogInfo> dialogInfoRemoved = nullptr; in RemoveEnableNotificationDialog()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_dialog_manager.h35 class NotificationDialogManager; variable
49 NotificationDialogManager& dialogManager,
53 …static std::shared_ptr<NotificationDialogEventSubscriber> Create(NotificationDialogManager& dialog…
59 NotificationDialogManager& dialogManager_;
62 class NotificationDialogManager final {
64 DISALLOW_COPY_AND_MOVE(NotificationDialogManager);
65 NotificationDialogManager(AdvancedNotificationService& ans);
66 ~NotificationDialogManager();
H A Dadvanced_notification_service.h1469 std::shared_ptr<NotificationDialogManager> dialogManager_ = nullptr;
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_dialog_test/
H A Dnotification_dialog_test.cpp73 NotificationDialogManager::NOTIFICATION_DIALOG_SERVICE_BUNDLE,
74 NotificationDialogManager::NOTIFICATION_DIALOG_SERVICE_ABILITY,
98 NotificationDialogManager::NOTIFICATION_DIALOG_SERVICE_BUNDLE,
99 NotificationDialogManager::NOTIFICATION_DIALOG_SERVICE_ABILITY,