Home
last modified time | relevance | path

Searched refs:GetDateTime (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_clock/
H A Drender_text_clock.cpp117 DateTime RenderTextClock::GetDateTime() const in GetDateTime() function in OHOS::Ace::RenderTextClock
139 DateTime dateTime = GetDateTime(); in GetFormatDateTime()
H A Drender_text_clock.h41 DateTime GetDateTime() const;
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_store_test.cpp575 EXPECT_EQ(calendar1->GetDateTime(), calendar->GetDateTime());
624 EXPECT_EQ(calendar1->GetDateTime(), calendar->GetDateTime());
625 EXPECT_EQ(calendar1->GetEndDateTime(), calendar->GetDateTime());
626 EXPECT_EQ(calendar1->GetLastStartDateTime(), calendar->GetDateTime());
H A Dreminder_request_calendar_test.cpp1115 EXPECT_EQ(calendar->GetDateTime(), 0);
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request_calendar.h140 uint64_t GetDateTime() const;
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request_calendar.cpp774 uint64_t ReminderRequestCalendar::GetDateTime() const in GetDateTime() function in OHOS::Notification::ReminderRequestCalendar
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_store_strategy.cpp497 dateTime = calendar->GetDateTime(); in AppendValuesBucket()