Home
last modified time | relevance | path

Searched refs:timeZone (Results 1 - 5 of 5) sorted by relevance

/applications/standard/calendardata/calendarmanager/test/unittest/src/
H A Dcalendar_test.cpp142 event.timeZone = "UTC"; in HWTEST_F()
157 EXPECT_EQ(newEvent.timeZone, event.timeZone); in HWTEST_F()
H A Devent_filter_test.cpp260 event.timeZone = "shanghai"; in HWTEST_F()
264 {"title", "location", "isAllDay", "attendee", "timeZone"}); in HWTEST_F()
270 EXPECT_EQ(newEvent.timeZone.value(), "UTC"); in HWTEST_F()
/applications/standard/calendardata/calendarmanager/native/src/
H A Dnative_util.cpp74 LOG_DEBUG("timeZone :%{private}s", event.timeZone.value_or("[null]").c_str()); in DumpEvent()
382 if (event.timeZone.has_value()) { in GetUTCTime()
383 valuesBucket.Put("eventTimezone", event.timeZone.value()); in GetUTCTime()
776 if (columns.count("timeZone")) { in GetUTCTime()
777 GetValueOptional(resultSet, "eventTimezone", event.timeZone); in GetUTCTime()
980 { "timeZone", "eventTimezone" }, in GetUTCTime()
/applications/standard/calendardata/calendarmanager/common/
H A Dcalendar_define.h109 optional<string> timeZone; member
/applications/standard/calendardata/calendarmanager/napi/src/
H A Dnapi_util.cpp593 GetNamedPropertyOptional(env, in, "timeZone", out.timeZone); in GetValue()
629 SetNamedPropertyOptional(env, "timeZone", in.timeZone, out); in SetValue()

Completed in 6 milliseconds