Home
last modified time | relevance | path

Searched refs:DEVICE_IDLE_DONOT_REMIND (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_constant.h115 DEVICE_IDLE_DONOT_REMIND = 0, // The device is not in use, no reminder enumerator
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_reminder_service.cpp281 return NotificationConstant::RemindType::DEVICE_IDLE_DONOT_REMIND; in GetRemindType()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/src/
H A Dans_convert_enum.cpp376 case NotificationConstant::RemindType::DEVICE_IDLE_DONOT_REMIND: in DeviceRemindTypeCToJS()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dans_log_test.cpp399 …tificationConstant::RemindType inType = NotificationConstant::RemindType::DEVICE_IDLE_DONOT_REMIND;
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_fw_module_test.cpp2218 …T_EQ(outNotification->GetRemindType(), NotificationConstant::RemindType::DEVICE_IDLE_DONOT_REMIND);
2307 …T_EQ(outNotification->GetRemindType(), NotificationConstant::RemindType::DEVICE_IDLE_DONOT_REMIND);