Searched refs:SERVICE_REMINDER (Results 1 – 13 of 13) sorted by relevance
/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
D | ans_innerkits_module_slot_test.cpp | 126 NotificationSlot slot(NotificationConstant::SERVICE_REMINDER); 140 …EXPECT_EQ(0, NotificationHelper::GetNotificationSlot(NotificationConstant::SERVICE_REMINDER, spSlo… 149 EXPECT_EQ(NotificationConstant::SERVICE_REMINDER, spSlot->GetType()); 159 … EXPECT_EQ(0, NotificationHelper::RemoveNotificationSlot(NotificationConstant::SERVICE_REMINDER)); 160 …EXPECT_EQ(0, NotificationHelper::GetNotificationSlot(NotificationConstant::SERVICE_REMINDER, spSlo… 328 NotificationSlot slot(NotificationConstant::SERVICE_REMINDER); 438 …, NotificationHelper::SetEnabledForBundleSlot(bo, NotificationConstant::SERVICE_REMINDER, enable)); 441 …, NotificationHelper::GetEnabledForBundleSlot(bo, NotificationConstant::SERVICE_REMINDER, enable)); 445 …EXPECT_EQ(0, NotificationHelper::GetNotificationSlot(NotificationConstant::SERVICE_REMINDER, spSlo…
|
D | ans_innerkits_module_publish_test.cpp | 136 EXPECT_EQ(NotificationConstant::SERVICE_REMINDER, notificationRequest.GetSlotType()); in OnConsumed() 1018 NotificationSlot slot(NotificationConstant::SERVICE_REMINDER); 1032 req.SetSlotType(NotificationConstant::SERVICE_REMINDER); 1510 NotificationSlot slot(NotificationConstant::SERVICE_REMINDER); 1519 req.SetSlotType(NotificationConstant::SERVICE_REMINDER); 1527 …, NotificationHelper::SetEnabledForBundleSlot(bo, NotificationConstant::SERVICE_REMINDER, enable)); 1529 …, NotificationHelper::GetEnabledForBundleSlot(bo, NotificationConstant::SERVICE_REMINDER, enable)); 1534 …, NotificationHelper::SetEnabledForBundleSlot(bo, NotificationConstant::SERVICE_REMINDER, enable)); 1536 …, NotificationHelper::GetEnabledForBundleSlot(bo, NotificationConstant::SERVICE_REMINDER, enable));
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | notification_constant.h | 61 SERVICE_REMINDER, // the notification type is service reminder enumerator
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
D | reminder_helper_test.cpp | 115 NotificationConstant::SlotType slotType = NotificationConstant::SlotType::SERVICE_REMINDER;
|
D | notification_helper_test.cpp | 83 NotificationConstant::SlotType slotType = NotificationConstant::SlotType::SERVICE_REMINDER; 111 NotificationConstant::SlotType slotType = NotificationConstant::SlotType::SERVICE_REMINDER; 138 NotificationConstant::SlotType slotType = NotificationConstant::SlotType::SERVICE_REMINDER; 980 NotificationConstant::SlotType slotType = NotificationConstant::SlotType::SERVICE_REMINDER; 996 NotificationConstant::SlotType slotType = NotificationConstant::SlotType::SERVICE_REMINDER; 1045 slotType = NotificationConstant::SlotType::SERVICE_REMINDER;
|
/base/notification/distributed_notification_service/services/test/moduletest/ |
D | ans_module_test.cpp | 258 …r<NotificationSlot> slot0 = new NotificationSlot(NotificationConstant::SlotType::SERVICE_REMINDER); 950 …tr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::SERVICE_REMINDER); 1102 …icationSlot> reminderSlot = new NotificationSlot(NotificationConstant::SlotType::SERVICE_REMINDER); 1175 …icationSlot> reminderSlot = new NotificationSlot(NotificationConstant::SlotType::SERVICE_REMINDER); 1670 …icationSlot> reminderSlot = new NotificationSlot(NotificationConstant::SlotType::SERVICE_REMINDER); 2062 …tr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::SERVICE_REMINDER); 2084 req->SetSlotType(NotificationConstant::SlotType::SERVICE_REMINDER); 2085 req1->SetSlotType(NotificationConstant::SlotType::SERVICE_REMINDER); 2205 …icationSlot> reminderSlot = new NotificationSlot(NotificationConstant::SlotType::SERVICE_REMINDER); 2218 …dvancedNotificationService->RemoveSlotByType(NotificationConstant::SlotType::SERVICE_REMINDER), 0); [all …]
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | notification_slot.cpp | 104 case NotificationConstant::SlotType::SERVICE_REMINDER: in SetType()
|
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
D | notification_preferences_database_test.cpp | 51 …r<NotificationSlot> slot2 = new NotificationSlot(NotificationConstant::SlotType::SERVICE_REMINDER); 66 …r<NotificationSlot> slot2 = new NotificationSlot(NotificationConstant::SlotType::SERVICE_REMINDER); 373 …r<NotificationSlot> slot2 = new NotificationSlot(NotificationConstant::SlotType::SERVICE_REMINDER);
|
D | notification_hisysevent_test.cpp | 141 eventInfo.slotType = NotificationConstant::SERVICE_REMINDER; in HWTEST_F()
|
D | advanced_notification_service_test.cpp | 241 TestAddSlot(NotificationConstant::SlotType::SERVICE_REMINDER); 342 TestAddSlot(NotificationConstant::SlotType::SERVICE_REMINDER); 346 req->SetSlotType(NotificationConstant::SlotType::SERVICE_REMINDER); 2783 …T_EQ(advancedNotificationService_->AddSlotByType(NotificationConstant::SlotType::SERVICE_REMINDER), 3408 NotificationConstant::SlotType slotType = NotificationConstant::SlotType::SERVICE_REMINDER; 3425 NotificationConstant::SlotType slotType = NotificationConstant::SlotType::SERVICE_REMINDER;
|
D | notification_preferences_test.cpp | 218 bundleOption_, NotificationConstant::SlotType::SERVICE_REMINDER),
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/ |
D | ans_manager_stub_test.cpp | 4098 NotificationConstant::SlotType slotType = NotificationConstant::SlotType::SERVICE_REMINDER; 4114 NotificationConstant::SlotType slotType = NotificationConstant::SlotType::SERVICE_REMINDER;
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
D | common.cpp | 4369 outType = NotificationConstant::SlotType::SERVICE_REMINDER; in SlotTypeJSToC() 4394 case NotificationConstant::SlotType::SERVICE_REMINDER: in SlotTypeCToJS()
|