Searched refs:GetTzId (Results 1 – 8 of 8) sorted by relevance
24 ArkWebString ArkWebTimezoneInfoImpl::GetTzId() in GetTzId() function in OHOS::ArkWeb::ArkWebTimezoneInfoImpl26 std::string str = real_->GetTzId(); in GetTzId()
29 ArkWebString GetTzId() override;
22 std::string ArkWebTimezoneInfoWrapper::GetTzId() in GetTzId() function in OHOS::ArkWeb::ArkWebTimezoneInfoWrapper24 ArkWebString str = ctocpp_->GetTzId(); in GetTzId()
29 std::string GetTzId() override;
28 virtual std::string GetTzId() = 0;
29 virtual ArkWebString GetTzId() = 0;
39 std::string GetTzId() override;
27 std::string WebTimezoneInfoImpl::GetTzId() in GetTzId() function in OHOS::NWeb::WebTimezoneInfoImpl