Searched refs:GetRemindType (Results 1 – 8 of 8) sorted by relevance
52 notification.GetRemindType(); in DoSomethingInterestingWithMyAPI()
196 NotificationConstant::RemindType GetRemindType() const;
196 NotificationConstant::RemindType Notification::GetRemindType() const in GetRemindType() function in OHOS::Notification::Notification
183 EXPECT_EQ(rrc->GetRemindType(), reminType);
2118 …EXPECT_EQ(outNotification->GetRemindType(), NotificationConstant::RemindType::DEVICE_ACTIVE_REMIND…2149 …EXPECT_EQ(outNotification->GetRemindType(), NotificationConstant::RemindType::DEVICE_ACTIVE_REMIND…2180 … EXPECT_EQ(outNotification->GetRemindType(), NotificationConstant::RemindType::DEVICE_IDLE_REMIND);2211 …EXPECT_EQ(outNotification->GetRemindType(), NotificationConstant::RemindType::DEVICE_IDLE_DONOT_RE…2256 …EXPECT_EQ(outNotification->GetRemindType(), NotificationConstant::RemindType::DEVICE_ACTIVE_REMIND…2300 …EXPECT_EQ(outNotification->GetRemindType(), NotificationConstant::RemindType::DEVICE_IDLE_DONOT_RE…
786 NotificationConstant::RemindType GetRemindType();
3215 …ndle handler = notificationSvrQueue_->submit_h(std::bind([&]() { remindType = GetRemindType(); })); in GetDeviceRemindType()3226 notification->SetRemindType(GetRemindType()); in SetNotificationRemindType()3250 NotificationConstant::RemindType AdvancedNotificationService::GetRemindType() in GetRemindType() function in OHOS::Notification::AdvancedNotificationService
270 if (!DeviceRemindTypeCToJS(notification->GetRemindType(), outType)) { in SetNotificationByDistributedOptions()