Searched refs:GetBeginDate (Results 1 – 10 of 10) sorted by relevance
69 int64_t GetBeginDate() const;
32 notificationDoNotDisturbDate.GetBeginDate(); in DoSomethingInterestingWithMyAPI()
1494 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 …]
46 int64_t NotificationDoNotDisturbDate::GetBeginDate() const in GetBeginDate() function in OHOS::Notification::NotificationDoNotDisturbDate
67 EXPECT_EQ(rrc->GetBeginDate(), beginDate1);
941 ASSERT_EQ(getDate->GetBeginDate(), beginDate);965 ASSERT_EQ(getDate->GetBeginDate(), beginDate);
862 ASSERT_EQ(result->GetBeginDate(), 0);890 ASSERT_EQ(result->GetBeginDate(), beginDate);918 ASSERT_EQ(result->GetBeginDate(), beginDate);946 ASSERT_EQ(result->GetBeginDate(), beginDate);
229 double begind = double(date.GetBeginDate()); in SetDoNotDisturbDate()
1559 int64_t beginDate = ResetSeconds(date->GetBeginDate()); in SetDoNotDisturbDateByUser()
471 std::string beginDateValue = std::to_string(date->GetBeginDate()); in PutDoNotDisturbDate()