Searched refs:GetLocalizedValue (Results 1 – 7 of 7) sorted by relevance
40 ArkWebString ArkWebDateTimeSuggestionImpl::GetLocalizedValue() in GetLocalizedValue() function in OHOS::ArkWeb::ArkWebDateTimeSuggestionImpl42 return ArkWebStringClassToStruct(nweb_date_time_suggestion_->GetLocalizedValue()); in GetLocalizedValue()
36 ArkWebString GetLocalizedValue() override;
44 std::string ArkWebDateTimeSuggestionWrapper::GetLocalizedValue() in GetLocalizedValue() function in OHOS::ArkWeb::ArkWebDateTimeSuggestionWrapper46 ArkWebString stLocalizedValue = ark_web_date_time_suggestion_->GetLocalizedValue(); in GetLocalizedValue()
34 std::string GetLocalizedValue() override;
37 virtual ArkWebString GetLocalizedValue() = 0;
42 virtual std::string GetLocalizedValue() = 0;
5195 settingData.rangeVector.push_back({ "", suggestions[i]->GetLocalizedValue() }); in ShowDateTimeSuggestionDialog()5196 settingData.values.push_back(suggestions[i]->GetLocalizedValue()); in ShowDateTimeSuggestionDialog()5197 …suggestionMap.emplace(std::make_pair(suggestions[i]->GetLocalizedValue(), suggestions[i]->GetValue… in ShowDateTimeSuggestionDialog()