Home
last modified time | relevance | path

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 Dapp_event_task_storage.cpp26 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 Dfirmware_component_table_empty.cpp20 const std::string COLUMN_ID = "id"; variable
H A Dfirmware_component_table.cpp29 .append(COLUMN_ID + " integer PRIMARY KEY autoincrement not null,") in GetTableCreateSql()
63 GetColumnValue(resultSet, COLUMN_ID, value.id); in ParseDbValue()
H A Dfirmware_task_table.cpp31 .append(COLUMN_ID + " integer PRIMARY KEY autoincrement not null,") in GetTableCreateSql()
/ohos5.0/base/update/updateservice/services/core/ability/sqlite/core/include/
H A Ditable.h32 const std::string COLUMN_ID = "id"; variable
H A Dtable_base_operator.h116 predicates.EqualTo(COLUMN_ID, std::to_string(id)); in DeleteById()
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/database/adapter/
H A Dexport_db_storage.cpp30 constexpr char COLUMN_ID[] = "id"; variable