/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/ |
D | relational_cursor.cpp | 30 int RelationalCursor::GetColumnCount(OH_Cursor *cursor, int *count) in GetColumnCount() 39 int RelationalCursor::GetColumnType(OH_Cursor *cursor, int32_t columnIndex, OH_ColumnType *columnTy… in GetColumnType() 51 int RelationalCursor::GetColumnIndex(OH_Cursor *cursor, const char *name, int *columnIndex) in GetColumnIndex() 60 int RelationalCursor::GetColumnName(OH_Cursor *cursor, int32_t columnIndex, char *name, int length) in GetColumnName() 79 int RelationalCursor::GetRowCount(OH_Cursor *cursor, int *count) in GetRowCount() 88 int RelationalCursor::GoToNextRow(OH_Cursor *cursor) in GoToNextRow() 97 int RelationalCursor::GetSize(OH_Cursor *cursor, int32_t columnIndex, size_t *size) in GetSize() 106 int RelationalCursor::GetText(OH_Cursor *cursor, int32_t columnIndex, char *value, int length) in GetText() 125 int RelationalCursor::GetInt64(OH_Cursor *cursor, int32_t columnIndex, int64_t *value) in GetInt64() 134 int RelationalCursor::GetReal(OH_Cursor *cursor, int32_t columnIndex, double *value) in GetReal() [all …]
|
/foundation/distributeddatamgr/relational_store/test/ndk/unittest/ |
D | rdb_predicates_test.cpp | 129 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); variable 155 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); variable 180 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); variable 262 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); variable 287 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); variable 312 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); variable 334 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); variable 355 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); variable 384 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); variable 410 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); variable [all …]
|
D | rdb_cursor_test.cpp | 119 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, NULL, 0); variable 163 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, NULL, 0); variable 203 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, NULL, 0); variable 244 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, columnNames, len); variable 309 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, columnNames, len); variable
|
D | rdb_store_test.cpp | 116 OH_Cursor *cursor = OH_Rdb_Query(storeTestRdbStore_, predicates, NULL, 0); variable 194 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeTestRdbStore_, querySql); variable 266 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeTestRdbStore_, querySql); variable 310 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeTestRdbStore_, querySql); variable 340 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeTestRdbStore_, querySql); variable 421 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeTestRdbStore_, querySql); variable 533 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeTestRdbStore_, querySql); variable 584 OH_Cursor *cursor = OH_Rdb_Query(storeTestRdbStore_, predicates2, NULL, 0); variable 647 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeTestRdbStore_, querySql); variable 733 auto cursor = OH_Rdb_Query(nullptr, predicates, NULL, 0); variable
|
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/data_sync/ |
D | data_handler.cpp | 35 void DataHandler::GetNextCursor(DriveKit::DKQueryCursor &cursor) in GetNextCursor() 44 void DataHandler::SetTempStartCursor(const DriveKit::DKQueryCursor &cursor) in SetTempStartCursor() 50 void DataHandler::GetTempStartCursor(DriveKit::DKQueryCursor &cursor) in GetTempStartCursor() 55 void DataHandler::SetTempNextCursor(const DriveKit::DKQueryCursor &cursor, bool isFinish) in SetTempNextCursor()
|
D | sdk_helper.cpp | 74 DriveKit::DKQueryCursor cursor, FetchRecordsCallback callback) in FetchRecords() 96 DriveKit::DKQueryCursor cursor, FetchDatabaseChangesCallback callback) in FetchDatabaseChanges() 184 …t32_t SdkHelper::GetStartCursor(DriveKit::DKRecordType recordType, DriveKit::DKQueryCursor &cursor) in GetStartCursor()
|
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/ |
D | dk_database_unnormal_mock.cpp | 42 DKQueryCursor cursor, in FetchRecords() 79 DKQueryCursor cursor, in FetchRecordsWithQuery() 89 DKQueryCursor cursor, in FetchDatabaseChanges() 95 DKError DKDatabase::GetStartCursor(DKRecordType recordType, DKQueryCursor &cursor) in GetStartCursor()
|
D | dk_database_mock.cpp | 42 DKQueryCursor cursor, in FetchRecords() 79 DKQueryCursor cursor, in FetchRecordsWithQuery() 89 DKQueryCursor cursor, in FetchDatabaseChanges() 95 DKError DKDatabase::GetStartCursor(DKRecordType recordType, DKQueryCursor &cursor) in GetStartCursor()
|
D | sdk_helper_mock.cpp | 53 DriveKit::DKQueryCursor cursor, FetchDatabaseChangesCallback callback) in FetchDatabaseChanges() 104 …t32_t SdkHelper::GetStartCursor(DriveKit::DKRecordType recordType, DriveKit::DKQueryCursor &cursor) in GetStartCursor()
|
/foundation/communication/ipc/ipc/native/test/fuzztest/core/bufferobject_fuzzer/ |
D | bufferobject_fuzzer.cpp | 92 ssize_t cursor = *(reinterpret_cast<const ssize_t*>(data)); in SetReceiveBufferWriteCursorTest() local 117 ssize_t cursor = *(reinterpret_cast<const ssize_t*>(data)); in SetReceiveBufferReadCursorTest() local 141 ssize_t cursor = *(reinterpret_cast<const ssize_t*>(data)); in SetSendBufferWriteCursorTest() local 165 ssize_t cursor = *(reinterpret_cast<const ssize_t*>(data)); in SetSendBufferReadCursorTest() local
|
/foundation/filemanagement/dfs_service/adapter/cloud_adapter_example/src/ |
D | dk_database.cpp | 55 DKQueryCursor cursor, in FetchRecords() 119 DKQueryCursor cursor, in FetchRecordsWithQuery() 129 DKQueryCursor cursor, in FetchDatabaseChanges() 141 DKError DKDatabase::GetStartCursor(DKRecordType recordType, DKQueryCursor &cursor) in GetStartCursor()
|
/foundation/filemanagement/dfs_service/test/unittests/cloud_adapter/ |
D | dk_database_test.cpp | 111 DKQueryCursor cursor = "FetchRecordsWithQuery"; variable 130 DKQueryCursor cursor = "FetchDatabaseChanges"; variable
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
D | result_entries_window.cpp | 157 int cursor = begin; in LoadData() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
D | virtual_cloud_db.cpp | 210 std::string cursor = std::get<std::string>(extend[g_cursorField]); in Query() local 227 void VirtualCloudDb::GetCloudData(const std::string &cursor, bool isIncreCursor, std::vector<CloudD… in GetCloudData()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
D | rdb_cloud.cpp | 62 auto cursor = cloudDB_->Query(tableName, ValueProxy::Convert(std::move(extend))); in Query() local
|
D | rdb_service_impl.cpp | 287 auto cursor = store->Query("", rdbQuery); in RemoteQuery() local
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
D | rdb_result_set_impl_test.cpp | 42 std::shared_ptr<CursorMock::ResultSet> cursor; member in OHOS::Test::DistributedRDBTest::RdbResultSetImplTest
|
/foundation/distributeddatamgr/pasteboard/framework/tlv/ |
D | tlv_object.cpp | 225 bool TLVObject::Encode(std::vector<std::uint8_t> &buffer, size_t &cursor, size_t total) in Encode() 233 bool TLVObject::Decode(const std::vector<std::uint8_t> &buffer, size_t &cursor, size_t total) in Decode()
|
/foundation/arkui/napi/scope_manager/ |
D | native_scope_manager.cpp | 136 unw_cursor_t cursor; in BackTrace() local
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
D | pixel_map.cpp | 1699 uint8_t PixelMap::ReadUint8(std::vector<uint8_t> &buff, int32_t &cursor) in ReadUint8() 1727 int32_t PixelMap::ReadVarint(std::vector<uint8_t> &buff, int32_t &cursor) in ReadVarint() 1751 uint8_t *PixelMap::ReadData(std::vector<uint8_t> &buff, int32_t size, int32_t &cursor) in ReadData() 1819 int cursor = 0; in ReadTlvAttr() local
|
/foundation/arkui/napi/module_manager/ |
D | native_module_manager.cpp | 305 int32_t cursor = 0; in CreateSharedLibsSonames() local
|