Searched refs:COLUMN_ID (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/ |
H A D | app_event_task_storage.cpp | 26 const std::string COLUMN_ID = "id"; variable 91 HIVIEW_LOGI("failed to get %{public}s from resultSet", COLUMN_ID.c_str()); in InnerGetAppTask() 140 COLUMN_ID, COLUMN_TASK_DATE, COLUMN_TASK_TYPE, COLUMN_UID, COLUMN_PID, in InnerQeuryAppTask()
|
/ohos5.0/base/update/updateservice/services/firmware/data/db/src/ |
H A D | firmware_component_table_empty.cpp | 20 const std::string COLUMN_ID = "id"; variable
|
H A D | firmware_component_table.cpp | 29 .append(COLUMN_ID + " integer PRIMARY KEY autoincrement not null,") in GetTableCreateSql() 63 GetColumnValue(resultSet, COLUMN_ID, value.id); in ParseDbValue()
|
H A D | firmware_task_table.cpp | 31 .append(COLUMN_ID + " integer PRIMARY KEY autoincrement not null,") in GetTableCreateSql()
|
/ohos5.0/base/update/updateservice/services/core/ability/sqlite/core/include/ |
H A D | itable.h | 32 const std::string COLUMN_ID = "id"; variable
|
H A D | table_base_operator.h | 116 predicates.EqualTo(COLUMN_ID, std::to_string(id)); in DeleteById()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/database/adapter/ |
H A D | export_db_storage.cpp | 30 constexpr char COLUMN_ID[] = "id"; variable
|