Searched refs:GetTimeZoneAvailableIDs (Results 1 – 6 of 6) sorted by relevance
64 std::set<std::string> availableTimeZoneIDs = GetTimeZoneAvailableIDs(); in SetTimezone()84 std::set<std::string> TimeZoneInfo::GetTimeZoneAvailableIDs() in GetTimeZoneAvailableIDs() function in OHOS::MiscServices::TimeZoneInfo
42 std::set<std::string> GetTimeZoneAvailableIDs();
55 std::set<std::string> GetTimeZoneAvailableIDs(I18nErrorCode &errorCode);
316 std::set<std::string> timeZoneList = GetTimeZoneAvailableIDs(errorCode);
310 std::set<std::string> GetTimeZoneAvailableIDs(I18nErrorCode &errorCode) in GetTimeZoneAvailableIDs() function
825 return GetTimeZoneAvailableIDs(errorCode); in GetAvailableIDs()