Searched refs:GetTimezoneCityInfoArray (Results 1 – 5 of 5) sorted by relevance
114 static std::vector<TimeZoneCityItem> GetTimezoneCityInfoArray(I18nErrorCode &status);120 static std::vector<TimeZoneCityItem> GetTimezoneCityInfoArray();
164 std::vector<TimeZoneCityItem> SystemLocaleManager::GetTimezoneCityInfoArray(I18nErrorCode& status) in GetTimezoneCityInfoArray() function in OHOS::Global::I18n::SystemLocaleManager172 result = GetTimezoneCityInfoArray(); in GetTimezoneCityInfoArray()177 std::vector<TimeZoneCityItem> SystemLocaleManager::GetTimezoneCityInfoArray() in GetTimezoneCityInfoArray() function in OHOS::Global::I18n::SystemLocaleManager
39 systemLocaleManager->GetTimezoneCityInfoArray(status); in DoSomethingInterestingWithMyAPI()
187 …vector<TimeZoneCityItem> timezoneCityItemList = SystemLocaleManager::GetTimezoneCityInfoArray(err); in GetTimeZoneCityInfoArray()
350 …tor<TimeZoneCityItem> timezoneCityItemList = SystemLocaleManager::GetTimezoneCityInfoArray(status);