Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_dialog_manager.cpp46 : EventFwk::CommonEventSubscriber(subscribeInfo), dialogManager_(dialogManager) in NotificationDialogEventSubscriber()
56dialogManager_.OnBundleEnabledStatusChanged(static_cast<DialogStatus>(code), bundleName, bundleUid… in OnReceiveEvent()
H A Dadvanced_notification_service.cpp2090 if (dialogManager_ == nullptr) { in CreateDialogManager()
2091 dialogManager_ = std::make_unique<NotificationDialogManager>(*this); in CreateDialogManager()
2092 if (!dialogManager_->Init()) { in CreateDialogManager()
2093 dialogManager_ = nullptr; in CreateDialogManager()
H A Dadvanced_notification_publish_service.cpp925 result = dialogManager_->RequestEnableNotificationDailog(bundleOption, callback, callerToken); in RequestEnableNotification()
1144 result = dialogManager_->AddDialogInfo(bundleOption, callback); in CanPopEnableNotificationDialog()
1182 dialogManager_->RemoveDialogInfoByBundleOption(bundleOption, dialogInfoRemoved); in RemoveEnableNotificationDialog()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_dialog_manager.h59 NotificationDialogManager& dialogManager_; variable
H A Dadvanced_notification_service.h1469 std::shared_ptr<NotificationDialogManager> dialogManager_ = nullptr; variable
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_test.cpp3516 advancedNotificationService_->dialogManager_ = nullptr;