Searched refs:GetBeginDate (Results 1 – 10 of 10) sorted by relevance
69 int64_t GetBeginDate() const;
32 notificationDoNotDisturbDate.GetBeginDate(); in DoSomethingInterestingWithMyAPI()
46 int64_t NotificationDoNotDisturbDate::GetBeginDate() const in GetBeginDate() function in OHOS::Notification::NotificationDoNotDisturbDate
67 EXPECT_EQ(rrc->GetBeginDate(), beginDate1);
1487 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 …]
941 EXPECT_EQ(getDate->GetBeginDate(), beginDate);965 EXPECT_EQ(getDate->GetBeginDate(), beginDate);
1322 EXPECT_EQ(result->GetBeginDate(), 0);1350 EXPECT_EQ(result->GetBeginDate(), beginDate);1378 EXPECT_EQ(result->GetBeginDate(), beginDate);1406 EXPECT_EQ(result->GetBeginDate(), beginDate);
486 std::string beginDateValue = std::to_string(date->GetBeginDate()); in PutDoNotDisturbDate()
3827 int64_t beginDate = ResetSeconds(date->GetBeginDate()); in SetDoNotDisturbDateByUser()
1399 double begind = double(date.GetBeginDate()); in SetDoNotDisturbDate()