Home
last modified time | relevance | path

Searched refs:ArkDateTimeFormatAdapterWrapper (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_date_time_format_adapter_wrapper.cpp24 ArkDateTimeFormatAdapterWrapper::ArkDateTimeFormatAdapterWrapper(ArkWebRefPtr<ArkDateTimeFormatAdap… in ArkDateTimeFormatAdapterWrapper() function in OHOS::ArkWeb::ArkDateTimeFormatAdapterWrapper
28 void ArkDateTimeFormatAdapterWrapper::RegTimezoneEvent( in RegTimezoneEvent()
38 bool ArkDateTimeFormatAdapterWrapper::StartListen() in StartListen()
43 void ArkDateTimeFormatAdapterWrapper::StopListen() in StopListen()
48 std::string ArkDateTimeFormatAdapterWrapper::GetTimezone() in GetTimezone()
H A Dark_date_time_format_adapter_wrapper.h25 class ArkDateTimeFormatAdapterWrapper : public OHOS::NWeb::DateTimeFormatAdapter {
27 explicit ArkDateTimeFormatAdapterWrapper(ArkWebRefPtr<ArkDateTimeFormatAdapter>);
H A Dark_ohos_adapter_helper_wrapper.cpp378 return std::make_unique<ArkDateTimeFormatAdapterWrapper>(adapter); in CreateDateTimeFormatAdapter()