Searched refs:GetAvailableZoneCityIDs (Results 1 – 7 of 7) sorted by relevance
43 I18nTimeZone::GetAvailableZoneCityIDs(); in DoSomethingInterestingWithMyAPI()
44 static std::set<std::string> GetAvailableZoneCityIDs();
609 GetAvailableZoneCityIDs(); in I18nTimeZone()800 std::set<std::string> I18nTimeZone::GetAvailableZoneCityIDs() in GetAvailableZoneCityIDs() function in OHOS::Global::I18n::I18nTimeZone971 GetAvailableZoneCityIDs(); in GetCityDisplayName()1026 GetAvailableZoneCityIDs(); in GetTimezoneIdByCityId()
155 std::set<std::string> zoneCityIds = I18nTimeZone::GetAvailableZoneCityIDs(); in GetTimezoneCityInfoArray()
101 static napi_value GetAvailableZoneCityIDs(napi_env env, napi_callback_info info);
3528 DECLARE_NAPI_FUNCTION("getAvailableZoneCityIDs", GetAvailableZoneCityIDs), in CreateTimeZoneObject()3618 napi_value I18nAddon::GetAvailableZoneCityIDs(napi_env env, napi_callback_info info) in GetAvailableZoneCityIDs() function in OHOS::Global::I18n::I18nAddon3620 std::set<std::string> cityIDs = I18nTimeZone::GetAvailableZoneCityIDs(); in GetAvailableZoneCityIDs()
2194 std::set<std::string> set1 = I18nTimeZone::GetAvailableZoneCityIDs();