Home
last modified time | relevance | path

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

/ohos5.0/base/update/updateservice/services/firmware/data/db/src/
H A Dfirmware_component_table.cpp33 .append(COLUMN_COMPONENT_TARGET_BL_DISPLAY_VERSION_NUMBER + " varchar(256),") in GetTableCreateSql()
69 …GetColumnValue(resultSet, COLUMN_COMPONENT_TARGET_BL_DISPLAY_VERSION_NUMBER, value.targetBlDisplay… in ParseDbValue()
97 …PutColumnValue(dbValue, COLUMN_COMPONENT_TARGET_BL_DISPLAY_VERSION_NUMBER, value.targetBlDisplayVe… in BuildDbValue()
/ohos5.0/base/update/updateservice/services/firmware/data/db/include/
H A Dfirmware_component_table.h32 const std::string COLUMN_COMPONENT_TARGET_BL_DISPLAY_VERSION_NUMBER = "targetBlDisplayVersionNumbe… variable