Home
last modified time | relevance | path

Searched refs:blVersionType (Results 1 – 7 of 7) sorted by relevance

/base/update/updateservice/services/firmware/data/db/include/
Dfirmware_component.h41 int32_t blVersionType = 0; member
71 .append("blVersionType=").append(std::to_string(blVersionType)).append(",") in ToString()
/base/update/updateservice/services/firmware/upgrade/install/src/
Dfirmware_updater_install.cpp51 componentPaths.emplace_back(component.blVersionType, component.spath); in DoUpdaterInstall()
/base/update/updateservice/services/firmware/common/src/
Dfirmware_update_helper.cpp87 if (component.blVersionType == CAST_INT(BlType::HOTA_TYPE)) { in BuildNewVersionInfo()
90 if (component.blVersionType == CAST_INT(BlType::DYNAMIC_TYPE)) { in BuildNewVersionInfo()
/base/update/updateservice/services/firmware/data/db/src/
Dfirmware_component_table.cpp76 GetColumnValue(resultSet, COLUMN_COMPONENT_BL_VERSION_TYPE, value.blVersionType); in ParseDbValue()
104 PutColumnValue(dbValue, COLUMN_COMPONENT_BL_VERSION_TYPE, value.blVersionType); in BuildDbValue()
/base/update/updateservice/services/firmware/utils/src/
Dfirmware_check_analyze_utils.cpp80 checkResult.blVersionType = 1; in AnalyzeBlVersionCheckResults()
127 component.blVersionType = 1; in AnalyzeComponents()
/base/update/updateservice/services/firmware/common/include/
Dfirmware_common.h124 int32_t blVersionType = 0; member
/base/update/updateservice/services/firmware/upgrade/data_processor/src/
Dfirmware_check_data_processor.cpp222 if (component.blVersionType == CAST_INT(BlType::HOTA_TYPE)) { in GetCombinationType()