Home
last modified time | relevance | path

Searched refs:GetEndDate (Results 1 – 10 of 10) sorted by relevance

/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_do_not_disturb_date.h81 int64_t GetEndDate() const;
/base/notification/distributed_notification_service/test/fuzztest/notificationdonotdisturbdate_fuzzer/
Dnotificationdonotdisturbdate_fuzzer.cpp35 return notificationDoNotDisturbDate.GetEndDate(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_do_not_disturb_date.cpp56 int64_t NotificationDoNotDisturbDate::GetEndDate() const in GetEndDate() function in OHOS::Notification::NotificationDoNotDisturbDate
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_do_not_disturb_date_test.cpp84 EXPECT_EQ(rrc->GetEndDate(), endDate1);
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_fw_module_test.cpp1488 EXPECT_EQ(getDate.GetEndDate(), 0);
1519 …LOG_(INFO) << "ANS_Interface_MT_DoNotDisturb_01000:: srcDate : endMs : " << srcDate.GetEndDate();
1521 …LOG_(INFO) << "ANS_Interface_MT_DoNotDisturb_01000:: disDate : endMs : " << disDate.GetEndDate();
1541 …LOG_(INFO) << "ANS_Interface_MT_DoNotDisturb_02000:: srcDate : endMs : " << srcDate.GetEndDate();
1543 …LOG_(INFO) << "ANS_Interface_MT_DoNotDisturb_02000:: disDate : endMs : " << disDate.GetEndDate();
1547 EXPECT_NE(disDate.GetBeginDate(), disDate.GetEndDate());
1565 …LOG_(INFO) << "ANS_Interface_MT_DoNotDisturb_03000:: srcDate : endMs : " << srcDate.GetEndDate();
1567 …LOG_(INFO) << "ANS_Interface_MT_DoNotDisturb_03000:: disDate : endMs : " << disDate.GetEndDate();
1587 …LOG_(INFO) << "ANS_Interface_MT_DoNotDisturb_04000:: srcDate : endMs : " << srcDate.GetEndDate();
1589 …LOG_(INFO) << "ANS_Interface_MT_DoNotDisturb_04000:: disDate : endMs : " << disDate.GetEndDate();
[all …]
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dnotification_preferences_test.cpp942 EXPECT_EQ(getDate->GetEndDate(), endDate);
966 EXPECT_EQ(getDate->GetEndDate(), endDate);
Dadvanced_notification_service_test.cpp1323 EXPECT_EQ(result->GetEndDate(), 0);
1351 EXPECT_EQ(result->GetEndDate(), endDate);
1379 EXPECT_EQ(result->GetEndDate(), endDate);
1407 EXPECT_EQ(result->GetEndDate(), endDate);
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_preferences_database.cpp490 std::string endDateValue = std::to_string(date->GetEndDate()); in PutDoNotDisturbDate()
Dadvanced_notification_service.cpp3828 int64_t endDate = ResetSeconds(date->GetEndDate()); in SetDoNotDisturbDateByUser()
3892 if (now >= currentConfig->GetEndDate()) { in GetDoNotDisturbDateByUser()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp1405 double endd = double(date.GetEndDate()); in SetDoNotDisturbDate()