/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/ |
H A D | notification_subscriber_manager_branch_test.cpp | 182 AdvancedNotificationService advancedNotificationService; 201 AdvancedNotificationService advancedNotificationService; 221 AdvancedNotificationService advancedNotificationService; 242 AdvancedNotificationService advancedNotificationService; 265 AdvancedNotificationService advancedNotificationService; 288 AdvancedNotificationService advancedNotificationService; 305 AdvancedNotificationService advancedNotificationService; 323 AdvancedNotificationService advancedNotificationService; 342 AdvancedNotificationService advancedNotificationService; 362 AdvancedNotificationService advancedNotificationService; [all …]
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_service.cpp | 99 sptr<AdvancedNotificationService> AdvancedNotificationService::instance_; 100 std::mutex AdvancedNotificationService::instanceMutex_; 101 std::mutex AdvancedNotificationService::pushMutex_; 251 sptr<AdvancedNotificationService> AdvancedNotificationService::GetInstance() in GetInstance() 296 AdvancedNotificationService::AdvancedNotificationService() in AdvancedNotificationService() function in OHOS::Notification::AdvancedNotificationService 338 AdvancedNotificationService::~AdvancedNotificationService() in ~AdvancedNotificationService() 352 void AdvancedNotificationService::SelfClean() in SelfClean() 501 ErrCode AdvancedNotificationService::StartUpdateTimer( in StartUpdateTimer() 1025 bool AdvancedNotificationService::NotificationCompare( in NotificationCompare() 1032 void AdvancedNotificationService::StartFilters() in StartFilters() [all …]
|
H A D | advanced_notification_live_view_service.cpp | 45 void AdvancedNotificationService::RecoverLiveViewFromDb(int32_t userId) in RecoverLiveViewFromDb() 170 void AdvancedNotificationService::OnSubscriberAddInffrt( in OnSubscriberAddInffrt() 178 void AdvancedNotificationService::OnSubscriberAdd( in OnSubscriberAdd() 296 int32_t AdvancedNotificationService::GetNotificationRequestFromDb( in GetNotificationRequestFromDb() 327 int32_t AdvancedNotificationService::GetBatchNotificationRequestsFromDb( in GetBatchNotificationRequestsFromDb() 575 uint64_t AdvancedNotificationService::StartDelayPublishTimer( in StartDelayPublishTimer() 580 wptr<AdvancedNotificationService> wThis = this; in StartDelayPublishTimer() 582 sptr<AdvancedNotificationService> sThis = wThis.promote(); in StartDelayPublishTimer() 665 bool AdvancedNotificationService::IsSaCreateSystemLiveViewAsBundle( in IsSaCreateSystemLiveViewAsBundle() 687 void AdvancedNotificationService::UpdateRecordByOwner( in UpdateRecordByOwner() [all …]
|
H A D | advanced_notification_utils.cpp | 181 ErrCode AdvancedNotificationService::CheckCommonParams() in CheckCommonParams() 484 int64_t AdvancedNotificationService::GetNowSysTime() in GetNowSysTime() 630 void AdvancedNotificationService::OnBootSystemCompleted() in OnBootSystemCompleted() 637 void AdvancedNotificationService::OnScreenOn() in OnScreenOn() 644 void AdvancedNotificationService::OnScreenOff() in OnScreenOff() 906 void AdvancedNotificationService::OnDistributedPublish( in OnDistributedPublish() 987 void AdvancedNotificationService::OnDistributedUpdate( in OnDistributedUpdate() 1068 void AdvancedNotificationService::OnDistributedDelete( in OnDistributedDelete() 1199 void AdvancedNotificationService::GetDistributedInfo( in GetDistributedInfo() 1782 wptr<AdvancedNotificationService> wThis = this; in StartAutoDelete() [all …]
|
H A D | advanced_notification_reminder_service.cpp | 44 inline bool AdvancedNotificationService::CheckReminderPermission() in CheckReminderPermission() 52 ErrCode AdvancedNotificationService::PublishReminder(sptr<ReminderRequest> &reminder) in PublishReminder() 114 ErrCode AdvancedNotificationService::CancelReminder(const int32_t reminderId) in CancelReminder() 135 ErrCode AdvancedNotificationService::CancelAllReminders() in CancelAllReminders() 159 ErrCode AdvancedNotificationService::GetValidReminders(std::vector<sptr<ReminderRequest>> &reminder… in GetValidReminders() 183 ErrCode AdvancedNotificationService::AddExcludeDate(const int32_t reminderId, const uint64_t date) in AddExcludeDate() 206 ErrCode AdvancedNotificationService::DelExcludeDates(const int32_t reminderId) in DelExcludeDates() 229 ErrCode AdvancedNotificationService::GetExcludeDates(const int32_t reminderId, std::vector<uint64_t… in GetExcludeDates() 253 NotificationConstant::RemindType AdvancedNotificationService::GetRemindType() in GetRemindType() 287 ErrCode AdvancedNotificationService::GetDeviceRemindType(NotificationConstant::RemindType &remindTy… in GetDeviceRemindType() [all …]
|
H A D | advanced_notification_event_service.cpp | 40 void AdvancedNotificationService::SendSubscribeHiSysEvent(int32_t pid, int32_t uid, in SendSubscribeHiSysEvent() 64 void AdvancedNotificationService::SendUnSubscribeHiSysEvent(int32_t pid, int32_t uid, in SendUnSubscribeHiSysEvent() 82 void AdvancedNotificationService::SendPublishHiSysEvent(const sptr<NotificationRequest> &request, E… in SendPublishHiSysEvent() 101 void AdvancedNotificationService::SendCancelHiSysEvent(int32_t notificationId, const std::string &l… in SendCancelHiSysEvent() 117 void AdvancedNotificationService::SendRemoveHiSysEvent(int32_t notificationId, const std::string &l… in SendRemoveHiSysEvent() 132 void AdvancedNotificationService::SendEnableNotificationHiSysEvent(const sptr<NotificationBundleOpt… in SendEnableNotificationHiSysEvent() 151 void AdvancedNotificationService::SendEnableNotificationSlotHiSysEvent( in SendEnableNotificationSlotHiSysEvent() 172 void AdvancedNotificationService::SendFlowControlOccurHiSysEvent(const std::shared_ptr<Notification… in SendFlowControlOccurHiSysEvent() 185 void AdvancedNotificationService::SendLiveViewUploadHiSysEvent( in SendLiveViewUploadHiSysEvent()
|
H A D | advanced_notification_slot_service.cpp | 51 ErrCode AdvancedNotificationService::AddSlots(const std::vector<sptr<NotificationSlot>> &slots) in AddSlots() 103 ErrCode AdvancedNotificationService::GetSlots(std::vector<sptr<NotificationSlot>> &slots) in GetSlots() 129 ErrCode AdvancedNotificationService::GetSlotsByBundle( in GetSlotsByBundle() 168 ErrCode AdvancedNotificationService::GetSlotByBundle( in GetSlotByBundle() 207 ErrCode AdvancedNotificationService::UpdateSlots( in UpdateSlots() 248 ErrCode AdvancedNotificationService::RemoveAllSlots() in RemoveAllSlots() 337 ErrCode AdvancedNotificationService::GetEnabledForBundleSlotSelf( in GetEnabledForBundleSlotSelf() 504 ErrCode AdvancedNotificationService::UpdateSlotReminderModeBySlotFlags( in UpdateSlotReminderModeBySlotFlags() 633 ErrCode AdvancedNotificationService::GetSlotByType( in GetSlotByType() 687 ErrCode AdvancedNotificationService::GetSlotNumAsBundle( in GetSlotNumAsBundle() [all …]
|
H A D | advanced_notification_publish_service.cpp | 261 bool AdvancedNotificationService::InitPublishProcess() in InitPublishProcess() 334 ErrCode AdvancedNotificationService::ExcuteCancelAll( in ExcuteCancelAll() 383 ErrCode AdvancedNotificationService::CancelAsBundle( in CancelAsBundle() 435 ErrCode AdvancedNotificationService::CancelAsBundle( in CancelAsBundle() 448 ErrCode AdvancedNotificationService::CancelAsBundle( in CancelAsBundle() 509 ErrCode AdvancedNotificationService::PublishAsBundle( in PublishAsBundle() 659 ErrCode AdvancedNotificationService::DeleteAll() in DeleteAll() 1735 ErrCode AdvancedNotificationService::RemoveNotifications( in RemoveNotifications() 1865 ErrCode AdvancedNotificationService::CheckNeedSilent( in CheckNeedSilent() 1948 void AdvancedNotificationService::ExcuteCancelGroupCancel( in ExcuteCancelGroupCancel() [all …]
|
H A D | advanced_notification_service_ability.cpp | 44 service_ = AdvancedNotificationService::GetInstance(); in OnStart() 102 auto notificationService = AdvancedNotificationService::GetInstance(); in OnAddSystemAbility() 137 auto notificationService = AdvancedNotificationService::GetInstance(); in OnExtension()
|
H A D | advanced_aggregation_data_roaming_observer.cpp | 31 AdvancedNotificationService::GetInstance()->GetUnifiedGroupInfoFromDb(enable); in OnChange() 36 AdvancedNotificationService::GetInstance()->ClearAllNotificationGroupInfo(enable); in OnChange()
|
H A D | advanced_notification_clone_service.cpp | 26 int32_t AdvancedNotificationService::OnBackup(MessageParcel& data, MessageParcel& reply) in OnBackup() 31 int32_t AdvancedNotificationService::OnRestore(MessageParcel& data, MessageParcel& reply) in OnRestore()
|
H A D | advanced_notification_subscriber_service.cpp | 44 ErrCode AdvancedNotificationService::Subscribe( in Subscribe() 84 ErrCode AdvancedNotificationService::SubscribeSelf(const sptr<AnsSubscriberInterface> &subscriber) in SubscribeSelf() 131 ErrCode AdvancedNotificationService::Unsubscribe( in Unsubscribe()
|
H A D | notification_extension_wrapper.cpp | 47 AdvancedNotificationService::GetInstance()->UpdateUnifiedGroupInfo(key, groupInfo); in UpdateUnifiedGroupInfo() 99 AdvancedNotificationService::GetInstance()->GetUnifiedGroupInfoFromDb(enable); in CheckIfSetlocalSwitch()
|
H A D | notification_timer_info.cpp | 44 OHOS::Notification::AdvancedNotificationService::GetInstance()->GetNotificationSvrQueue(); in OnTrigger()
|
H A D | system_dialog_connect_stb.cpp | 73 AdvancedNotificationService::GetInstance()->RemoveEnableNotificationDialog(bundleOption); in OnAbilityConnectDone()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_live_view_service_test.cpp | 50 static sptr<AdvancedNotificationService> advancedNotificationService_; 53 sptr<AdvancedNotificationService> AnsLiveViewServiceTest::advancedNotificationService_ = nullptr; 82 advancedNotificationService_ = new (std::nothrow) AdvancedNotificationService(); in SetUp() 115 AdvancedNotificationService::NotificationRequestDb requestDb = 120 std::vector<AdvancedNotificationService::NotificationRequestDb> requestsdb; 149 AdvancedNotificationService::NotificationRequestDb requestDb = 154 std::vector<AdvancedNotificationService::NotificationRequestDb> requestsdb; 167 AdvancedNotificationService::NotificationRequestDb requestsdb; 190 AdvancedNotificationService::NotificationRequestDb requestDb =
|
H A D | advanced_notification_utils_test.cpp | 63 static sptr<AdvancedNotificationService> advancedNotificationService_; 66 sptr<AdvancedNotificationService> AnsUtilsTest::advancedNotificationService_ = nullptr; 76 advancedNotificationService_ = new (std::nothrow) AdvancedNotificationService(); in SetUp() 192 AdvancedNotificationService ans; 287 auto recentNotification = std::make_shared<AdvancedNotificationService::RecentNotification>();
|
H A D | advanced_notification_slot_service_test.cpp | 54 static sptr<AdvancedNotificationService> advancedNotificationService_; 57 sptr<AdvancedNotificationService> AnsSlotServiceTest::advancedNotificationService_ = nullptr; 67 advancedNotificationService_ = new (std::nothrow) AdvancedNotificationService(); in SetUp()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
H A D | ans_innerkits_module_setting_test.cpp | 44 static sptr<AdvancedNotificationService> service_; 47 sptr<AdvancedNotificationService> AnsInnerKitsModuleSettingTest::service_; 51 service_ = OHOS::Notification::AdvancedNotificationService::GetInstance(); in SetUpTestCase()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | notification_dialog_manager.h | 33 class AdvancedNotificationService; variable 65 NotificationDialogManager(AdvancedNotificationService& ans); 133 AdvancedNotificationService& ans_;
|
H A D | advanced_notification_service_ability.h | 57 sptr<AdvancedNotificationService> service_;
|
H A D | reminder_data_manager.h | 125 const sptr<AdvancedNotificationService> &advancedNotificationService); 201 void SetService(sptr<AdvancedNotificationService> &advancedNotificationService); 745 sptr<AdvancedNotificationService> advancedNotificationService_ = nullptr;
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/mock/ |
H A D | mock_advanced_notification_service.cpp | 41 ErrCode AdvancedNotificationService::GetDistributedEnableInApplicationInfo( in GetDistributedEnableInApplicationInfo()
|
/ohos5.0/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/ |
H A D | notification_service_test.cpp | 119 static sptr<AdvancedNotificationService> advancedNotificationService_; 122 sptr<AdvancedNotificationService> BenchmarkNotificationService::advancedNotificationService_ = 123 AdvancedNotificationService::GetInstance();
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_sorting.h | 176 friend class AdvancedNotificationService; variable
|