Home
last modified time | relevance | path

Searched refs:GetTimezone (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_date_time_format_adapter_impl.cpp47 ArkWebString ArkDateTimeFormatAdapterImpl::GetTimezone() in GetTimezone() function in OHOS::ArkWeb::ArkDateTimeFormatAdapterImpl
49 std::string str = real_->GetTimezone(); in GetTimezone()
H A Dark_date_time_format_adapter_impl.h35 ArkWebString GetTimezone() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_date_time_format_adapter_wrapper.cpp48 std::string ArkDateTimeFormatAdapterWrapper::GetTimezone() in GetTimezone() function in OHOS::ArkWeb::ArkDateTimeFormatAdapterWrapper
50 ArkWebString str = ctocpp_->GetTimezone(); in GetTimezone()
H A Dark_date_time_format_adapter_wrapper.h35 std::string GetTimezone() override;
/ohos5.0/base/time/time_service/framework/js/napi/system_date_time/include/
H A Dnapi_system_date_time.h42 static napi_value GetTimezone(napi_env env, napi_callback_info info);
49 static int32_t GetTimezone(std::string &timezone);
/ohos5.0/base/time/time_service/framework/cj/src/
H A Dsystem_date_time.cpp156 int32_t GetTimezone(std::string &timezone) in GetTimezone() function
169 innerCode = GetTimezone(time); in getTimezone()
/ohos5.0/base/time/time_service/services/time/include/
H A Dtime_zone_info.h34 bool GetTimezone(std::string &timezoneId);
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Ddate_time_format_adapter.h50 virtual std::string GetTimezone() = 0;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_date_time_format_adapter.h52 virtual ArkWebString GetTimezone() = 0;
/ohos5.0/base/web/webview/ohos_adapter/date_time_format_adapter/include/
H A Ddate_time_format_adapter_impl.h74 std::string GetTimezone() override;
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/datetimeformat_fuzzer/
H A Ddatetimeformatadapterimpl_fuzzer.cpp78 auto timeStr = newadapter->GetTimezone(); in DateTimeFormatAdapterFuzzTest()
/ohos5.0/base/web/webview/ohos_adapter/date_time_format_adapter/src/
H A Ddate_time_format_adapter_impl.cpp90 std::string DateTimeFormatAdapterImpl::GetTimezone() in GetTimezone() function in OHOS::NWeb::DateTimeFormatAdapterImpl
/ohos5.0/base/time/time_service/framework/js/napi/system_date_time/src/
H A Dnapi_system_date_time.cpp59 DECLARE_NAPI_STATIC_FUNCTION("getTimezone", GetTimezone), in SystemDateTimeInit()
403 napi_value NapiSystemDateTime::GetTimezone(napi_env env, napi_callback_info info) in GetTimezone() function in OHOS::MiscServices::Time::NapiSystemDateTime
441 auto innerCode = GetTimezone(getTimezoneContext->timezone); in GetTimezoneSync()
522 int32_t NapiSystemDateTime::GetTimezone(std::string &timezone) in GetTimezone() function in OHOS::MiscServices::Time::NapiSystemDateTime
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/date_time_adapter_impl_test/
H A Ddate_time_adapter_impl_test.cpp122 auto timeStr = adapter->GetTimezone();
/ohos5.0/base/time/time_service/services/time/src/
H A Dtime_zone_info.cpp112 bool TimeZoneInfo::GetTimezone(std::string &timezoneId) in GetTimezone() function in OHOS::MiscServices::TimeZoneInfo
/ohos5.0/base/time/time_service/services/
H A Dtime_system_ability.cpp703 if (!TimeZoneInfo::GetInstance().GetTimezone(timeZoneId)) { in GetTimeZone()