Searched refs:blVersionType (Results 1 – 7 of 7) sorted by relevance
43 int32_t blVersionType = 0; member73 .append("blVersionType=").append(std::to_string(blVersionType)).append(",") in ToString()
95 if (component.blVersionType == CAST_INT(BlType::HOTA_TYPE)) { in BuildNewVersionInfo()98 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()
79 checkResult.blVersionType = 1; in AnalyzeBlVersionCheckResults()126 component.blVersionType = 1; in AnalyzeComponents()
49 componentPaths.emplace_back(component.blVersionType, component.spath); in DoUpdaterInstall()
124 int32_t blVersionType = 0; member
221 if (component.blVersionType == CAST_INT(BlType::HOTA_TYPE)) { in GetCombinationType()