Home
last modified time | relevance | path

Searched refs:COLUMN_COMPONENT_BL_VERSION_INFO (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/update/updateservice/services/firmware/data/db/src/
H A Dfirmware_component_table.cpp36 .append(COLUMN_COMPONENT_BL_VERSION_INFO + " varchar(1024),") in GetTableCreateSql()
72 GetColumnValue(resultSet, COLUMN_COMPONENT_BL_VERSION_INFO, value.blVersionInfo); in ParseDbValue()
100 PutColumnValue(dbValue, COLUMN_COMPONENT_BL_VERSION_INFO, value.blVersionInfo); in BuildDbValue()
/ohos5.0/base/update/updateservice/services/firmware/data/db/include/
H A Dfirmware_component_table.h35 const std::string COLUMN_COMPONENT_BL_VERSION_INFO = "blVersionInfo"; variable