Home
last modified time | relevance | path

Searched defs:keyRead (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_data_operation_test.cpp209 Key keyRead(3, 'w'); variable
264 Key keyRead(3, 'w'); variable
344 Key keyRead(3, 'w'); variable
416 Key keyRead(3, 'w'); variable
H A Ddistributeddb_storage_transaction_data_test.cpp974 Key keyRead; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Drd_sqlite_utils.cpp181 auto keyRead = static_cast<const uint8_t *>(sqlite3_column_blob(statement, index)); in GetColumnBlobValue() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_sqlite_ext.cpp1144 auto keyRead = static_cast<const uint8_t *>(sqlite3_column_blob(stmt, index)); in GetColumnBlobValue() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.cpp524 auto keyRead = static_cast<const uint8_t *>(sqlite3_column_blob(statement, index)); in GetColumnBlobValue() local