Searched refs:GetAvailableZoneCityIDs (Results 1 – 7 of 7) sorted by relevance
49 I18nTimeZone::GetAvailableZoneCityIDs(); in DoSomethingInterestingWithMyAPI()
37 static napi_value GetAvailableZoneCityIDs(napi_env env, napi_callback_info info);
86 DECLARE_NAPI_STATIC_FUNCTION("getAvailableZoneCityIDs", GetAvailableZoneCityIDs), in InitTimeZone()186 napi_value I18nTimeZoneAddon::GetAvailableZoneCityIDs(napi_env env, napi_callback_info info) in GetAvailableZoneCityIDs() function in OHOS::Global::I18n::I18nTimeZoneAddon188 std::set<std::string> cityIDs = I18nTimeZone::GetAvailableZoneCityIDs(); in GetAvailableZoneCityIDs()
615 GetAvailableZoneCityIDs(); in I18nTimeZone()828 std::set<std::string> I18nTimeZone::GetAvailableZoneCityIDs() in GetAvailableZoneCityIDs() function in OHOS::Global::I18n::I18nTimeZone1021 GetAvailableZoneCityIDs(); in GetCityDisplayName()1060 GetAvailableZoneCityIDs(); in GetTimezoneIdByCityId()
180 std::set<std::string> zoneCityIds = I18nTimeZone::GetAvailableZoneCityIDs(); in GetTimezoneCityInfoArray()
49 static std::set<std::string> GetAvailableZoneCityIDs();
416 std::set<std::string> set1 = I18nTimeZone::GetAvailableZoneCityIDs();