Home
last modified time | relevance | path

Searched refs:dialogManager_ (Results 1 - 6 of 6) sorted by relevance

/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_dialog_manager.h59 NotificationDialogManager& dialogManager_; member in OHOS::Notification::NotificationDialogEventSubscriber
H A Dadvanced_notification_service.h1102 // 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 Dnotification_dialog_manager.cpp46 : EventFwk::CommonEventSubscriber(subscribeInfo), dialogManager_(dialogManager) in NotificationDialogEventSubscriber()
56 dialogManager_.OnBundleEnabledStatusChanged(static_cast<DialogStatus>(code), bundleName, bundleUid); in OnReceiveEvent()
H A Dadvanced_notification_service.cpp2170 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 Dadvanced_notification_publish_service.cpp890 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 Dadvanced_notification_service_test.cpp3519 advancedNotificationService_->dialogManager_ = nullptr; in HWTEST_F()

Completed in 16 milliseconds