Searched refs:CUSTOM (Results 1 – 18 of 18) sorted by relevance
51 NotificationConstant::SlotType type = NotificationConstant::SlotType::CUSTOM;69 NotificationConstant::SlotType type = NotificationConstant::SlotType::CUSTOM;
193 req->SetSlotType(NotificationConstant::SlotType::CUSTOM);417 TestAddSlot(NotificationConstant::SlotType::CUSTOM);421 req->SetSlotType(NotificationConstant::SlotType::CUSTOM);787 EXPECT_EQ((int)advancedNotificationService_->RemoveSlotByType(NotificationConstant::CUSTOM), 0);
64 CUSTOM, // the notification type is custom enumerator
46 NotificationSlot(NotificationConstant::SlotType type = NotificationConstant::SlotType::CUSTOM);
75 CUSTOM, enumerator
129 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::CUSTOM); in BENCHMARK_F()148 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::CUSTOM); in BENCHMARK_F()156 … errCode = advancedNotificationService_->RemoveSlotByType(NotificationConstant::SlotType::CUSTOM); in BENCHMARK_F()
66 …if (napi_create_int32(env, static_cast<int32_t>(ReminderRequest::ActionButtonType::CUSTOM), &prop)… in ConstantInit()
81 … (ReminderRequest::ActionButtonType(buttonType) == ReminderRequest::ActionButtonType::CUSTOM && in GenActionButtons()88 … if (ReminderRequest::ActionButtonType(buttonType) == ReminderRequest::ActionButtonType::CUSTOM) { in GenActionButtons()
533 if (it->second.type == ReminderRequest::ActionButtonType::CUSTOM) { in ParseActionButtons()
94 type_ = NotificationConstant::SlotType::CUSTOM; in SetType()340 …ot *notificationSlot = new (std::nothrow) NotificationSlot(NotificationConstant::SlotType::CUSTOM); in Unmarshalling()
190 …onButtonType::CLOSE) && (type != ActionButtonType::SNOOZE) && (type != ActionButtonType::CUSTOM)) { in SetActionButton()1430 case ActionButtonType::CUSTOM: in AddActionButtons()
422 ReminderRequest::ActionButtonType actionButtonType = ReminderRequest::ActionButtonType::CUSTOM;449 ReminderRequest::ActionButtonType actionButtonType = ReminderRequest::ActionButtonType::CUSTOM;
130 NotificationConstant::SlotType slotType = NotificationConstant::SlotType::CUSTOM;169 NotificationConstant::SlotType slotType = NotificationConstant::SlotType::CUSTOM;692 NotificationConstant::SlotType slotType = NotificationConstant::SlotType::CUSTOM;
1070 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::SlotType::CUSTOM);1673 … sptr<NotificationSlot> customSlot = new NotificationSlot(NotificationConstant::SlotType::CUSTOM);2208 … sptr<NotificationSlot> customSlot = new NotificationSlot(NotificationConstant::SlotType::CUSTOM);2221 …ECT_EQ(g_advancedNotificationService->RemoveSlotByType(NotificationConstant::SlotType::CUSTOM), 0);2294 slots.push_back(new NotificationSlot(NotificationConstant::SlotType::CUSTOM));2311 req4->SetSlotType(NotificationConstant::SlotType::CUSTOM);
140 EXPECT_EQ(NotificationConstant::CUSTOM, notificationRequest.GetSlotType()); in OnConsumed()1084 NotificationSlot slot(NotificationConstant::CUSTOM);1097 req.SetSlotType(NotificationConstant::CUSTOM);
467 if ((request->GetSlotType() == NotificationConstant::SlotType::CUSTOM) && in PrepareNotificationInfo()
4388 case NotificationConstant::SlotType::CUSTOM: in SlotTypeCToJS()