Home
last modified time | relevance | path

Searched refs:GetTzId (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_web_date_timezone_info_impl.cpp24 ArkWebString ArkWebTimezoneInfoImpl::GetTzId() in GetTzId() function in OHOS::ArkWeb::ArkWebTimezoneInfoImpl
26 std::string str = real_->GetTzId(); in GetTzId()
H A Dark_web_date_timezone_info_impl.h29 ArkWebString GetTzId() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_web_timezone_info_wrapper.cpp22 std::string ArkWebTimezoneInfoWrapper::GetTzId() in GetTzId() function in OHOS::ArkWeb::ArkWebTimezoneInfoWrapper
24 ArkWebString str = ctocpp_->GetTzId(); in GetTzId()
H A Dark_web_timezone_info_wrapper.h29 std::string GetTzId() override;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Ddate_time_format_adapter.h28 virtual std::string GetTzId() = 0;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_date_time_format_adapter.h29 virtual ArkWebString GetTzId() = 0;
/ohos5.0/base/web/webview/ohos_adapter/date_time_format_adapter/include/
H A Ddate_time_format_adapter_impl.h39 std::string GetTzId() override;
/ohos5.0/base/web/webview/ohos_adapter/date_time_format_adapter/src/
H A Ddate_time_format_adapter_impl.cpp27 std::string WebTimezoneInfoImpl::GetTzId() in GetTzId() function in OHOS::NWeb::WebTimezoneInfoImpl