Home
last modified time | relevance | path

Searched refs:CONTENT_INFORMATION (Results 1 – 14 of 14) sorted by relevance

/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_slot_test.cpp172 NotificationSlot slot(NotificationConstant::CONTENT_INFORMATION);
186 …EXPECT_EQ(0, NotificationHelper::GetNotificationSlot(NotificationConstant::CONTENT_INFORMATION, sp…
195 EXPECT_EQ(NotificationConstant::CONTENT_INFORMATION, spSlot->GetType());
205 …XPECT_EQ(0, NotificationHelper::RemoveNotificationSlot(NotificationConstant::CONTENT_INFORMATION));
206 …EXPECT_EQ(0, NotificationHelper::GetNotificationSlot(NotificationConstant::CONTENT_INFORMATION, sp…
345 NotificationSlot slot(NotificationConstant::CONTENT_INFORMATION);
Dans_innerkits_module_publish_test.cpp336 EXPECT_EQ(NotificationConstant::CONTENT_INFORMATION, notificationRequest.GetSlotType()); in CheckCaseEightResult()
926 NotificationSlot slot(NotificationConstant::CONTENT_INFORMATION);
940 req.SetSlotType(NotificationConstant::CONTENT_INFORMATION);
1347 req.SetSlotType(NotificationConstant::CONTENT_INFORMATION);
1476 NotificationSlot slot(NotificationConstant::CONTENT_INFORMATION);
1485 req.SetSlotType(NotificationConstant::CONTENT_INFORMATION);
1492 …otificationHelper::SetEnabledForBundleSlot(bo, NotificationConstant::CONTENT_INFORMATION, enable));
1494 …otificationHelper::GetEnabledForBundleSlot(bo, NotificationConstant::CONTENT_INFORMATION, enable));
1498 … NotificationHelper::SetEnabledForBundleSlot(bo, NotificationConstant::CONTENT_INFORMATION, true));
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_constant.h62 CONTENT_INFORMATION, // the notificatin type is content information enumerator
/base/notification/distributed_notification_service/services/test/moduletest/
Dans_module_test.cpp295 …otificationSlot> slot0 = new NotificationSlot(NotificationConstant::SlotType::CONTENT_INFORMATION);
533 …otificationSlot> slot0 = new NotificationSlot(NotificationConstant::SlotType::CONTENT_INFORMATION);
584 …otificationSlot> slot0 = new NotificationSlot(NotificationConstant::SlotType::CONTENT_INFORMATION);
627 …otificationSlot> slot0 = new NotificationSlot(NotificationConstant::SlotType::CONTENT_INFORMATION);
678 …otificationSlot> slot0 = new NotificationSlot(NotificationConstant::SlotType::CONTENT_INFORMATION);
724 …NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::CONTENT_INFORMATION);
739 req->SetSlotType(NotificationConstant::SlotType::CONTENT_INFORMATION);
813 …NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::CONTENT_INFORMATION);
855 …NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::CONTENT_INFORMATION);
907 …NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::CONTENT_INFORMATION);
[all …]
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dnotification_preferences_test.cpp410 bundleOption_, NotificationConstant::SlotType::CONTENT_INFORMATION, slot),
467 …otificationSlot> slot2 = new NotificationSlot(NotificationConstant::SlotType::CONTENT_INFORMATION);
1201 bundleOption_, NotificationConstant::SlotType::CONTENT_INFORMATION, info),
1245 …NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::CONTENT_INFORMATION);
Dadvanced_notification_service_test.cpp219 req->SetSlotType(NotificationConstant::SlotType::CONTENT_INFORMATION);
245 req->SetSlotType(NotificationConstant::SlotType::CONTENT_INFORMATION);
267 TestAddSlot(NotificationConstant::SlotType::CONTENT_INFORMATION);
271 req->SetSlotType(NotificationConstant::SlotType::CONTENT_INFORMATION);
296 req->SetSlotType(NotificationConstant::SlotType::CONTENT_INFORMATION);
367 TestAddSlot(NotificationConstant::SlotType::CONTENT_INFORMATION);
371 req->SetSlotType(NotificationConstant::SlotType::CONTENT_INFORMATION);
1583 TestAddSlot(NotificationConstant::SlotType::CONTENT_INFORMATION);
1586 req->SetSlotType(NotificationConstant::SlotType::CONTENT_INFORMATION);
3442 NotificationConstant::SlotType slotType = NotificationConstant::SlotType::CONTENT_INFORMATION;
[all …]
Dnotification_hisysevent_test.cpp311 eventInfo.slotType = NotificationConstant::CONTENT_INFORMATION; in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_slot.cpp112 case NotificationConstant::SlotType::CONTENT_INFORMATION: in SetType()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dconstant.cpp58 …SetNamedPropertyByInteger(env, obj, (int32_t)SlotType::CONTENT_INFORMATION, "CONTENT_INFORMATION"); in SlotTypeInit()
Dcommon.cpp4371 case SlotType::CONTENT_INFORMATION: in SlotTypeJSToC()
4372 outType = NotificationConstant::SlotType::CONTENT_INFORMATION; in SlotTypeJSToC()
4397 case NotificationConstant::SlotType::CONTENT_INFORMATION: in SlotTypeCToJS()
4398 outType = SlotType::CONTENT_INFORMATION; in SlotTypeCToJS()
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
Dpublish.cpp53 = NotificationNapi::NotificationConstant::SlotType::CONTENT_INFORMATION;
63 = NotificationNapi::NotificationConstant::SlotType::CONTENT_INFORMATION;
/base/notification/distributed_notification_service/frameworks/js/napi/include/
Dcommon.h48 CONTENT_INFORMATION = 3, enumerator
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_helper_test.cpp1049 slotType = NotificationConstant::SlotType::CONTENT_INFORMATION;
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_service.cpp4606 if (slotType != NotificationConstant::SlotType::CONTENT_INFORMATION) { in IsNeedPushCheck()