Searched refs:blVersionType (Results 1 – 7 of 7) sorted by relevance
41 int32_t blVersionType = 0; member71 .append("blVersionType=").append(std::to_string(blVersionType)).append(",") in ToString()
51 componentPaths.emplace_back(component.blVersionType, component.spath); in DoUpdaterInstall()
87 if (component.blVersionType == CAST_INT(BlType::HOTA_TYPE)) { in BuildNewVersionInfo()90 if (component.blVersionType == CAST_INT(BlType::DYNAMIC_TYPE)) { in BuildNewVersionInfo()
76 GetColumnValue(resultSet, COLUMN_COMPONENT_BL_VERSION_TYPE, value.blVersionType); in ParseDbValue()104 PutColumnValue(dbValue, COLUMN_COMPONENT_BL_VERSION_TYPE, value.blVersionType); in BuildDbValue()
80 checkResult.blVersionType = 1; in AnalyzeBlVersionCheckResults()127 component.blVersionType = 1; in AnalyzeComponents()
124 int32_t blVersionType = 0; member
222 if (component.blVersionType == CAST_INT(BlType::HOTA_TYPE)) { in GetCombinationType()