Home
last modified time | relevance | path

Searched refs:GetTimeZone (Results 1 - 25 of 47) sorted by relevance

12

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/include/
H A Dtime_util.h25 std::string GetTimeZone();
/base/web/webview/ohos_adapter/date_time_format_adapter/src/
H A Ddate_time_format_adapter_impl.cpp49 std::string ret = OHOS::MiscServices::TimeServiceClient::GetInstance()->GetTimeZone(); in OnReceiveEvent()
92 std::string ret = OHOS::MiscServices::TimeServiceClient::GetInstance()->GetTimeZone(); in GetTimezone()
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/
H A Dhisysevent_record_convertor.cpp44 return OHOS::HiviewDFX::StringUtil::CopyCString(recordStruct.tz, recordObj.GetTimeZone(), in ConvertTimeZone()
101 HILOG_ERROR(LOG_CORE, "Failed to convert tz=%{public}s", recordObj.GetTimeZone().c_str()); in ConvertRecord()
/base/time/time_service/test/fuzztest/timemanager_fuzzer/timesettimezone_fuzzer/
H A Dtimesettimezone_fuzzer.cpp41 TimeServiceClient::GetInstance()->GetTimeZone(); in FuzzTimeGetTimezone()
43 TimeServiceClient::GetInstance()->GetTimeZone(timezoneId); in FuzzTimeGetTimezone()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/
H A Dtime_util.cpp51 std::string GetTimeZone() in GetTimeZone() function
/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Dresolver.h42 std::string GetTimeZone() const;
H A Dresolver.cpp136 std::string FreezeResolver::GetTimeZone() const in GetTimeZone() function in OHOS::HiviewDFX::FreezeResolver
/base/hiviewdfx/hiview/base/utility/include/
H A Dtime_util.h56 std::string GetTimeZone();
/base/global/i18n/frameworks/intl/test/fuzztest/datetimeformat_fuzzer/
H A Ddatetimeformat_fuzzer.cpp40 dateTimeFormat.GetTimeZone(); in DoSomethingInterestingWithMyAPI()
/base/global/i18n/frameworks/intl/test/fuzztest/calendar_fuzzer/
H A Dcalendar_fuzzer.cpp42 calendar.GetTimeZone(); in DoSomethingInterestingWithMyAPI()
/base/time/time_service/interfaces/inner_api/include/
H A Dtime_service_client.h107 TIME_API std::string GetTimeZone();
117 TIME_API int32_t GetTimeZone(std::string &timezoneId);
H A Dtime_service_interface.h49 * GetTimeZone
54 virtual int32_t GetTimeZone(std::string &timezoneId) = 0;
/base/global/i18n/frameworks/intl/include/
H A Di18n_calendar.h54 std::string GetTimeZone(void);
H A Ddate_time_format.h46 std::string GetTimeZone() const;
H A Di18n_timezone.h94 icu::TimeZone* GetTimeZone();
/base/time/time_service/services/ipc/proxy/inner_api_include/
H A Dtime_service_proxy.h33 int32_t GetTimeZone(std::string &timeZoneId) override;
/base/hiviewdfx/hisysevent/test/fuzztest/common/hisyseventmanager_fuzzer/
H A Dhisyseventmanager_fuzzer.cpp46 (void)record.GetTimeZone(); in HiSysEventRecordTest()
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/
H A Dhisysevent_record.h47 std::string GetTimeZone() const;
/base/global/i18n/interfaces/js/kits/include/
H A Di18n_calendar_addon.h40 static napi_value GetTimeZone(napi_env env, napi_callback_info info);
/base/time/time_service/interfaces/inner_api/src/
H A Dtime_service_client.cpp432 std::string TimeServiceClient::GetTimeZone() in GetTimeZone() function in OHOS::MiscServices::TimeServiceClient
442 if (proxy->GetTimeZone(timeZoneId) != ERR_OK) { in GetTimeZone()
449 int32_t TimeServiceClient::GetTimeZone(std::string &timezoneId) in GetTimeZone() function in OHOS::MiscServices::TimeServiceClient
458 if (proxy->GetTimeZone(timezoneId) != ERR_OK) { in GetTimeZone()
/base/hiviewdfx/hiview/base/utility/
H A Dtime_util.cpp77 std::string GetTimeZone() in GetTimeZone() function
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Dapp_event_dao.cpp86 bucket.PutString(Events::FIELD_TZ, event->GetTimeZone()); in Insert()
/base/time/time_service/services/
H A Dtime_system_ability.h56 int32_t GetTimeZone(std::string &timeZoneId) override;
/base/hiviewdfx/hiview/plugins/freeze_detector/test/unittest/common/
H A Dfreeze_detector_test.cpp58 sysEvent->SetEventValue("tz_", TimeUtil::GetTimeZone()); in makeEvent()
188 sysEvent->SetEventValue("tz_", TimeUtil::GetTimeZone()); in HWTEST_F()
/base/global/i18n/interfaces/js/kits/src/
H A Di18n_calendar_addon.cpp92 DECLARE_NAPI_FUNCTION("getTimeZone", GetTimeZone), in InitI18nCalendar()
288 napi_value I18nCalendarAddon::GetTimeZone(napi_env env, napi_callback_info info) in GetTimeZone() function in OHOS::Global::I18n::I18nCalendarAddon
298 HILOG_ERROR_I18N("GetTimeZone: Get calendar object failed"); in GetTimeZone()
301 std::string temp = obj->calendar_->GetTimeZone(); in GetTimeZone()

Completed in 10 milliseconds

12