Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_do_not_disturb_date.h69 int64_t GetBeginDate() const;
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationdonotdisturbdate_fuzzer/
H A Dnotificationdonotdisturbdate_fuzzer.cpp32 notificationDoNotDisturbDate.GetBeginDate(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_fw_module_test.cpp1494 EXPECT_EQ(getDate.GetBeginDate(), 0);
1525 …G_(INFO) << "ANS_Interface_MT_DoNotDisturb_01000:: srcDate : beginMs : " << srcDate.GetBeginDate();
1527 …G_(INFO) << "ANS_Interface_MT_DoNotDisturb_01000:: disDate : beginMs : " << disDate.GetBeginDate();
1547 …G_(INFO) << "ANS_Interface_MT_DoNotDisturb_02000:: srcDate : beginMs : " << srcDate.GetBeginDate();
1549 …G_(INFO) << "ANS_Interface_MT_DoNotDisturb_02000:: disDate : beginMs : " << disDate.GetBeginDate();
1554 EXPECT_NE(disDate.GetBeginDate(), disDate.GetEndDate());
1571 …G_(INFO) << "ANS_Interface_MT_DoNotDisturb_03000:: srcDate : beginMs : " << srcDate.GetBeginDate();
1573 …G_(INFO) << "ANS_Interface_MT_DoNotDisturb_03000:: disDate : beginMs : " << disDate.GetBeginDate();
1593 …G_(INFO) << "ANS_Interface_MT_DoNotDisturb_04000:: srcDate : beginMs : " << srcDate.GetBeginDate();
1595 …G_(INFO) << "ANS_Interface_MT_DoNotDisturb_04000:: disDate : beginMs : " << disDate.GetBeginDate();
[all …]
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_do_not_disturb_date.cpp46 int64_t NotificationDoNotDisturbDate::GetBeginDate() const in GetBeginDate() function in OHOS::Notification::NotificationDoNotDisturbDate
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_do_not_disturb_date_test.cpp67 EXPECT_EQ(rrc->GetBeginDate(), beginDate1);
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_test.cpp941 ASSERT_EQ(getDate->GetBeginDate(), beginDate);
965 ASSERT_EQ(getDate->GetBeginDate(), beginDate);
H A Dadvanced_notification_service_test.cpp862 ASSERT_EQ(result->GetBeginDate(), 0);
890 ASSERT_EQ(result->GetBeginDate(), beginDate);
918 ASSERT_EQ(result->GetBeginDate(), beginDate);
946 ASSERT_EQ(result->GetBeginDate(), beginDate);
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon.cpp229 double begind = double(date.GetBeginDate()); in SetDoNotDisturbDate()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp1559 int64_t beginDate = ResetSeconds(date->GetBeginDate()); in SetDoNotDisturbDateByUser()
H A Dnotification_preferences_database.cpp471 std::string beginDateValue = std::to_string(date->GetBeginDate()); in PutDoNotDisturbDate()