Home
last modified time | relevance | path

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

/ohos5.0/base/update/updateservice/services/firmware/data/db/include/
H A Dfirmware_component.h43 int32_t blVersionType = 0; member
73 .append("blVersionType=").append(std::to_string(blVersionType)).append(",") in ToString()
/ohos5.0/base/update/updateservice/services/firmware/common/src/
H A Dfirmware_update_helper.cpp95 if (component.blVersionType == CAST_INT(BlType::HOTA_TYPE)) { in BuildNewVersionInfo()
98 if (component.blVersionType == CAST_INT(BlType::DYNAMIC_TYPE)) { in BuildNewVersionInfo()
/ohos5.0/base/update/updateservice/services/firmware/data/db/src/
H A 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()
/ohos5.0/base/update/updateservice/services/firmware/utils/src/
H A Dfirmware_check_analyze_utils.cpp79 checkResult.blVersionType = 1; in AnalyzeBlVersionCheckResults()
126 component.blVersionType = 1; in AnalyzeComponents()
/ohos5.0/base/update/updateservice/services/firmware/upgrade/install/src/
H A Dfirmware_updater_install.cpp49 componentPaths.emplace_back(component.blVersionType, component.spath); in DoUpdaterInstall()
/ohos5.0/base/update/updateservice/services/firmware/common/include/
H A Dfirmware_common.h124 int32_t blVersionType = 0; member
/ohos5.0/base/update/updateservice/services/firmware/upgrade/data_processor/src/
H A Dfirmware_check_data_processor.cpp221 if (component.blVersionType == CAST_INT(BlType::HOTA_TYPE)) { in GetCombinationType()