Home
last modified time | relevance | path

Searched refs:GetRemindType (Results 1 – 8 of 8) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/notification_fuzzer/
Dnotification_fuzzer.cpp52 notification.GetRemindType(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification.h196 NotificationConstant::RemindType GetRemindType() const;
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification.cpp196 NotificationConstant::RemindType Notification::GetRemindType() const in GetRemindType() function in OHOS::Notification::Notification
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_test.cpp183 EXPECT_EQ(rrc->GetRemindType(), reminType);
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_fw_module_test.cpp2118 …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…
/base/notification/distributed_notification_service/services/ans/include/
Dadvanced_notification_service.h786 NotificationConstant::RemindType GetRemindType();
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_service.cpp3215 …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
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp270 if (!DeviceRemindTypeCToJS(notification->GetRemindType(), outType)) { in SetNotificationByDistributedOptions()