Searched refs:timeZone (Results 1 - 5 of 5) sorted by relevance
/applications/standard/calendardata/calendarmanager/test/unittest/src/ |
H A D | calendar_test.cpp | 142 event.timeZone = "UTC"; in HWTEST_F() 157 EXPECT_EQ(newEvent.timeZone, event.timeZone); in HWTEST_F()
|
H A D | event_filter_test.cpp | 260 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 D | native_util.cpp | 74 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 D | calendar_define.h | 109 optional<string> timeZone; member
|
/applications/standard/calendardata/calendarmanager/napi/src/ |
H A D | napi_util.cpp | 593 GetNamedPropertyOptional(env, in, "timeZone", out.timeZone); in GetValue() 629 SetNamedPropertyOptional(env, "timeZone", in.timeZone, out); in SetValue()
|
Completed in 6 milliseconds