Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_constant.h110 CLEARLY = 3, // time period enumerator
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/src/
H A Dans_convert_enum.cpp342 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 Dans_log_test.cpp364 EXPECT_EQ(outType, NotificationConstant::DoNotDisturbType::CLEARLY);
385 inType = NotificationConstant::DoNotDisturbType::CLEARLY;
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_fw_module_test.cpp1447 …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 Dadvanced_notification_utils.cpp1569 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 Dnotification_preferences_database_test.cpp277 …new NotificationDoNotDisturbDate(NotificationConstant::DoNotDisturbType::CLEARLY, beginDate, endDa…
H A Dadvanced_notification_service_test.cpp842 …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 Dans_module_test.cpp2728 …new NotificationDoNotDisturbDate(NotificationConstant::DoNotDisturbType::CLEARLY, beginDate, endDa…