Home
last modified time | relevance | path

Searched refs:GetLastStartDateTime (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_store_test.cpp577 EXPECT_EQ(calendar1->GetLastStartDateTime(), calendar->GetLastStartDateTime());
626 EXPECT_EQ(calendar1->GetLastStartDateTime(), calendar->GetDateTime());
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request_calendar.h314 uint64_t GetLastStartDateTime() const;
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request_calendar.cpp789 uint64_t ReminderRequestCalendar::GetLastStartDateTime() const in GetLastStartDateTime() function in OHOS::Notification::ReminderRequestCalendar
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_store_strategy.cpp500 lastStartDateTime = calendar->GetLastStartDateTime(); in AppendValuesBucket()