Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_do_not_disturb_date.h69 int64_t GetBeginDate() const;
/base/notification/distributed_notification_service/test/fuzztest/notificationdonotdisturbdate_fuzzer/
Dnotificationdonotdisturbdate_fuzzer.cpp32 notificationDoNotDisturbDate.GetBeginDate(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_do_not_disturb_date.cpp46 int64_t NotificationDoNotDisturbDate::GetBeginDate() const in GetBeginDate() function in OHOS::Notification::NotificationDoNotDisturbDate
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_do_not_disturb_date_test.cpp67 EXPECT_EQ(rrc->GetBeginDate(), beginDate1);
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_fw_module_test.cpp1487 EXPECT_EQ(getDate.GetBeginDate(), 0);
1518 …G_(INFO) << "ANS_Interface_MT_DoNotDisturb_01000:: srcDate : beginMs : " << srcDate.GetBeginDate();
1520 …G_(INFO) << "ANS_Interface_MT_DoNotDisturb_01000:: disDate : beginMs : " << disDate.GetBeginDate();
1540 …G_(INFO) << "ANS_Interface_MT_DoNotDisturb_02000:: srcDate : beginMs : " << srcDate.GetBeginDate();
1542 …G_(INFO) << "ANS_Interface_MT_DoNotDisturb_02000:: disDate : beginMs : " << disDate.GetBeginDate();
1547 EXPECT_NE(disDate.GetBeginDate(), disDate.GetEndDate());
1564 …G_(INFO) << "ANS_Interface_MT_DoNotDisturb_03000:: srcDate : beginMs : " << srcDate.GetBeginDate();
1566 …G_(INFO) << "ANS_Interface_MT_DoNotDisturb_03000:: disDate : beginMs : " << disDate.GetBeginDate();
1586 …G_(INFO) << "ANS_Interface_MT_DoNotDisturb_04000:: srcDate : beginMs : " << srcDate.GetBeginDate();
1588 …G_(INFO) << "ANS_Interface_MT_DoNotDisturb_04000:: disDate : beginMs : " << disDate.GetBeginDate();
[all …]
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dnotification_preferences_test.cpp941 EXPECT_EQ(getDate->GetBeginDate(), beginDate);
965 EXPECT_EQ(getDate->GetBeginDate(), beginDate);
Dadvanced_notification_service_test.cpp1322 EXPECT_EQ(result->GetBeginDate(), 0);
1350 EXPECT_EQ(result->GetBeginDate(), beginDate);
1378 EXPECT_EQ(result->GetBeginDate(), beginDate);
1406 EXPECT_EQ(result->GetBeginDate(), beginDate);
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_preferences_database.cpp486 std::string beginDateValue = std::to_string(date->GetBeginDate()); in PutDoNotDisturbDate()
Dadvanced_notification_service.cpp3827 int64_t beginDate = ResetSeconds(date->GetBeginDate()); in SetDoNotDisturbDateByUser()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp1399 double begind = double(date.GetBeginDate()); in SetDoNotDisturbDate()