Searched refs:componentIds (Results 1 – 2 of 2) sorted by relevance
35 std::vector<std::string> componentIds; in GetNewVersionComponentIds() local39 …if (std::find(componentIds.begin(), componentIds.end(), component.componentId) == componentIds.end… in GetNewVersionComponentIds()41 componentIds.push_back(component.componentId); in GetNewVersionComponentIds()45 return componentIds; in GetNewVersionComponentIds()50 std::vector<std::string> componentIds; in GetCurrentVersionComponentIds() local53 … componentIds.push_back(preferencesUtil->ObtainString(Firmware::HOTA_CURRENT_COMPONENT_ID, "")); in GetCurrentVersionComponentIds()56 return componentIds; in GetCurrentVersionComponentIds()72 void FirmwareChangelogUtils::GetAllComponentIds(std::vector<std::string> &componentIds) in GetAllComponentIds() argument77 componentIds.insert(componentIds.end(), curComponentIds.begin(), curComponentIds.end()); in GetAllComponentIds()78 componentIds.insert(componentIds.end(), newComponentIds.begin(), newComponentIds.end()); in GetAllComponentIds()
33 void GetAllComponentIds(std::vector<std::string> &componentIds);