Home
last modified time | relevance | path

Searched refs:columnCount (Results 1 - 9 of 9) sorted by relevance

/base/security/security_guard/services/data_collect/store/include/
H A Dstore_define.h48 int32_t columnCount;
63 int32_t columnCount;
/base/security/security_guard/test/unittest/data_collect/include/
H A Dstore_define.h48 int32_t columnCount;
63 int32_t columnCount;
/base/security/security_guard/test/unittest/config_manager/include/
H A Dstore_define.h48 int32_t columnCount;
63 int32_t columnCount;
/base/security/security_guard/test/unittest/risk_classify/include/
H A Dstore_define.h42 int32_t columnCount;
/base/security/security_guard/test/unittest/data_collect/database_manager/
H A Dstore_define.h42 int32_t columnCount;
/base/security/security_guard/services/data_collect/store/src/
H A Ddatabase_helper.cpp286 int32_t columnCount = 0; in GetResultSetTableInfo() local
289 resultSet->GetColumnCount(columnCount) != NativeRdb::E_OK || in GetResultSetTableInfo()
324 table.columnCount = columnCount; in GetResultSetTableInfo()
326 "dateIdx=%{public}d contentIdx=%{public}d", rowCount, columnCount, in GetResultSetTableInfo()
/base/usb/usb_manager/services/native/src/
H A Dusb_right_db_helper.cpp471 int32_t columnCount = 0; in GetResultSetTableInfo() local
473 if (resultSet->GetRowCount(rowCount) != E_OK || resultSet->GetColumnCount(columnCount) != E_OK || in GetResultSetTableInfo()
507 table.columnCount = columnCount; in GetResultSetTableInfo()
511 rowCount, columnCount, table.primaryKeyIndex, table.uidIndex, table.installTimeIndex, table.updateTimeIndex, in GetResultSetTableInfo()
556 table.rowCount, table.columnCount, position, infos.size(), (endFlag ? "yes" : "no")); in GetResultRightRecordEx()
/base/security/access_token/services/privacymanager/src/database/
H A Dpermission_used_record_db.cpp194 int32_t columnCount = statement.GetColumnCount(); in FindByConditions() local
196 for (int32_t i = 0; i < columnCount; i++) { in FindByConditions()
303 int32_t columnCount = statement.GetColumnCount(); in Query() local
306 for (int32_t i = 0; i < columnCount; i++) { in Query()
/base/usb/usb_manager/services/native/include/
H A Dusb_right_db_helper.h48 int32_t columnCount; member

Completed in 5 milliseconds