Searched refs:CLEARLY (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_constant.h | 110 CLEARLY = 3, // time period enumerator
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/src/ |
H A D | ans_convert_enum.cpp | 342 outType = NotificationConstant::DoNotDisturbType::CLEARLY; in DoNotDisturbTypeJSToC() 363 case NotificationConstant::DoNotDisturbType::CLEARLY: in DoNotDisturbTypeCToJS()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | ans_log_test.cpp | 364 EXPECT_EQ(outType, NotificationConstant::DoNotDisturbType::CLEARLY); 385 inType = NotificationConstant::DoNotDisturbType::CLEARLY;
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
H A D | ans_fw_module_test.cpp | 1447 …NotificationDoNotDisturbDate date(NotificationConstant::DoNotDisturbType::CLEARLY, beginDate, endD… 1459 EXPECT_EQ(date->GetDoNotDisturbType(), NotificationConstant::DoNotDisturbType::CLEARLY); 1655 auto srcDate = GetDoNotDisturbDateInstance(NotificationConstant::DoNotDisturbType::CLEARLY, 48);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_utils.cpp | 1569 case NotificationConstant::DoNotDisturbType::CLEARLY: in SetDoNotDisturbDateByUser() 1626 case NotificationConstant::DoNotDisturbType::CLEARLY: in GetDoNotDisturbDateByUser()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | notification_preferences_database_test.cpp | 277 …new NotificationDoNotDisturbDate(NotificationConstant::DoNotDisturbType::CLEARLY, beginDate, endDa…
|
H A D | advanced_notification_service_test.cpp | 842 …date = new NotificationDoNotDisturbDate(NotificationConstant::DoNotDisturbType::CLEARLY, beginDate… 939 …new NotificationDoNotDisturbDate(NotificationConstant::DoNotDisturbType::CLEARLY, beginDate, endDa… 945 ASSERT_EQ(result->GetDoNotDisturbType(), NotificationConstant::DoNotDisturbType::CLEARLY);
|
/ohos5.0/base/notification/distributed_notification_service/services/test/moduletest/ |
H A D | ans_module_test.cpp | 2728 …new NotificationDoNotDisturbDate(NotificationConstant::DoNotDisturbType::CLEARLY, beginDate, endDa…
|