Home
last modified time | relevance | path

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

/base/update/updateservice/services/firmware/data/db/src/
Dfirmware_component_table.cpp38 .append(COLUMN_COMPONENT_COMPONENT_ID + " varchar(128),") in GetTableCreateSql()
74 GetColumnValue(resultSet, COLUMN_COMPONENT_COMPONENT_ID, value.componentId); in ParseDbValue()
102 PutColumnValue(dbValue, COLUMN_COMPONENT_COMPONENT_ID, value.componentId); in BuildDbValue()
/base/update/updateservice/services/firmware/data/db/include/
Dfirmware_component_table.h37 const std::string COLUMN_COMPONENT_COMPONENT_ID = "componentId"; variable