/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | notification_do_not_disturb_date.h | 57 NotificationConstant::DoNotDisturbType GetDoNotDisturbType() const;
|
/base/notification/distributed_notification_service/test/fuzztest/notificationdonotdisturbdate_fuzzer/ |
D | notificationdonotdisturbdate_fuzzer.cpp | 30 notificationDoNotDisturbDate.GetDoNotDisturbType(); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | notification_do_not_disturb_date.cpp | 36 NotificationConstant::DoNotDisturbType NotificationDoNotDisturbDate::GetDoNotDisturbType() const in GetDoNotDisturbType() function in OHOS::Notification::NotificationDoNotDisturbDate
|
/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
D | ans_fw_module_test.cpp | 1344 EXPECT_EQ(date->GetDoNotDisturbType(), NotificationConstant::DoNotDisturbType::NONE); 1380 EXPECT_EQ(date->GetDoNotDisturbType(), NotificationConstant::DoNotDisturbType::ONCE); 1416 EXPECT_EQ(date->GetDoNotDisturbType(), NotificationConstant::DoNotDisturbType::DAILY); 1452 EXPECT_EQ(date->GetDoNotDisturbType(), NotificationConstant::DoNotDisturbType::CLEARLY); 1486 EXPECT_EQ(getDate.GetDoNotDisturbType(), NotificationConstant::DoNotDisturbType::NONE); 1523 EXPECT_EQ(srcDate.GetDoNotDisturbType(), disDate.GetDoNotDisturbType()); 1545 EXPECT_EQ(srcDate.GetDoNotDisturbType(), disDate.GetDoNotDisturbType()); 1569 EXPECT_EQ(srcDate.GetDoNotDisturbType(), disDate.GetDoNotDisturbType()); 1591 EXPECT_EQ(srcDate.GetDoNotDisturbType(), disDate.GetDoNotDisturbType()); 1613 EXPECT_EQ(srcDate.GetDoNotDisturbType(), disDate.GetDoNotDisturbType()); [all …]
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
D | notification_do_not_disturb_date_test.cpp | 50 EXPECT_EQ(rrc->GetDoNotDisturbType(), doNotDisturbType);
|
/base/notification/distributed_notification_service/services/ans/include/ |
D | notification_preferences_database.h | 227 void GetDoNotDisturbType(NotificationPreferencesInfo &info, int32_t userId);
|
/base/notification/distributed_notification_service/services/ans/src/ |
D | notification_preferences_database.cpp | 482 std::string typeValue = std::to_string((int)date->GetDoNotDisturbType()); in PutDoNotDisturbDate() 1037 NotificationPreferencesDatabase::GetDoNotDisturbType(info, iter); in ParseDoNotDisturbType() 1213 void NotificationPreferencesDatabase::GetDoNotDisturbType(NotificationPreferencesInfo &info, int32_… in GetDoNotDisturbType() function in OHOS::Notification::NotificationPreferencesDatabase
|
D | reminder_data_manager.cpp | 630 if (date->GetDoNotDisturbType() == NotificationConstant::DoNotDisturbType::NONE) { in ShouldAlert()
|
D | advanced_notification_service.cpp | 3829 switch (date->GetDoNotDisturbType()) { in SetDoNotDisturbDateByUser() 3848 date->GetDoNotDisturbType(), in SetDoNotDisturbDateByUser() 3889 switch (currentConfig->GetDoNotDisturbType()) { in GetDoNotDisturbDateByUser()
|
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
D | notification_preferences_test.cpp | 940 EXPECT_EQ(getDate->GetDoNotDisturbType(), NotificationConstant::DoNotDisturbType::DAILY); 964 EXPECT_EQ(getDate->GetDoNotDisturbType(), NotificationConstant::DoNotDisturbType::DAILY);
|
D | advanced_notification_service_test.cpp | 1321 EXPECT_EQ(result->GetDoNotDisturbType(), NotificationConstant::DoNotDisturbType::NONE); 1349 EXPECT_EQ(result->GetDoNotDisturbType(), NotificationConstant::DoNotDisturbType::ONCE); 1377 EXPECT_EQ(result->GetDoNotDisturbType(), NotificationConstant::DoNotDisturbType::DAILY); 1405 EXPECT_EQ(result->GetDoNotDisturbType(), NotificationConstant::DoNotDisturbType::CLEARLY);
|
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_preferences_database_branch_test/ |
D | notification_preferences_database_branch_test.cpp | 786 preferncesDB_->GetDoNotDisturbType(info, userId);
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
D | common.cpp | 1389 if (!DoNotDisturbTypeCToJS(date.GetDoNotDisturbType(), outType)) { in SetDoNotDisturbDate()
|