| /foundation/distributeddatamgr/relational_store/test/ndk/unittest/ |
| D | rdb_predicates_test.cpp | 133 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); variable 159 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); variable 184 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); variable 245 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); variable 270 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); variable 295 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); variable 317 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); variable 338 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); variable 367 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); variable 393 OH_Cursor *cursor = OH_Rdb_Query(predicatesTestRdbStore_, predicates, NULL, 0); variable [all …]
|
| D | rdb_cursor_test.cpp | 191 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, NULL, 0); variable 235 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, NULL, 0); variable 275 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, NULL, 0); variable 316 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, columnNames, len); variable 381 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, columnNames, len); variable 428 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, columnNames, len); variable 475 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, NULL, 0); variable 503 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, NULL, 0); variable 565 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, NULL, 0); variable 687 OH_Cursor *cursor = OH_Rdb_Query(cursorTestRdbStore_, predicates, NULL, 0); variable
|
| D | rdb_store_test.cpp | 121 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeTestRdbStore_, querySql); in SetUp() local 179 OH_Cursor *cursor = OH_Rdb_Query(storeTestRdbStore_, predicates, NULL, 0); variable 245 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeTestRdbStore_, querySql); variable 305 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeTestRdbStore_, querySql); variable 337 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeTestRdbStore_, querySql); variable 384 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeTestRdbStore_, querySql); variable 424 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeTestRdbStore_, querySql); variable 471 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeTestRdbStore_, querySql); variable 549 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(storeTestRdbStore_, querySql); variable 589 OH_Cursor *cursor = OH_Rdb_Query(storeTestRdbStore_, predicates2, NULL, 0); variable [all …]
|
| D | rdb_store_configv2_test.cpp | 113 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(store, querySql); in VdbTest002() local
|
| /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() 48 int RelationalCursor::GetColumnIndex(OH_Cursor *cursor, const char *name, int *columnIndex) in GetColumnIndex() 57 int RelationalCursor::GetColumnName(OH_Cursor *cursor, int32_t columnIndex, char *name, int length) in GetColumnName() 66 int RelationalCursor::GetRowCount(OH_Cursor *cursor, int *count) in GetRowCount() 75 int RelationalCursor::GoToNextRow(OH_Cursor *cursor) in GoToNextRow() 84 int RelationalCursor::GetSize(OH_Cursor *cursor, int32_t columnIndex, size_t *size) in GetSize() 93 int RelationalCursor::GetText(OH_Cursor *cursor, int32_t columnIndex, char *value, int length) in GetText() 102 int RelationalCursor::GetInt64(OH_Cursor *cursor, int32_t columnIndex, int64_t *value) in GetInt64() 111 int RelationalCursor::GetReal(OH_Cursor *cursor, int32_t columnIndex, double *value) in GetReal() [all …]
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/ |
| D | tlv_util.cpp | 29 std::string TLVUtil::ReadString(std::vector<uint8_t>& buff, int32_t& cursor) in ReadString() 58 double TLVUtil::ReadDouble(std::vector<uint8_t>& buff, int32_t& cursor) in ReadDouble() 80 Color TLVUtil::ReadColor(std::vector<uint8_t>& buff, int32_t& cursor) in ReadColor() 99 Dimension TLVUtil::ReadDimension(std::vector<uint8_t>& buff, int32_t& cursor) in ReadDimension() 118 std::vector<std::string> TLVUtil::ReadFontFamily(std::vector<uint8_t>& buff, int32_t& cursor) in ReadFontFamily() 144 Shadow TLVUtil::ReadTextShadow(std::vector<uint8_t>& buff, int32_t& cursor) in ReadTextShadow() 172 std::vector<Shadow> TLVUtil::ReadTextShadows(std::vector<uint8_t>& buff, int32_t& cursor) in ReadTextShadows() 195 …::pair<std::string, int32_t>> TLVUtil::ReadFontFeature(std::vector<uint8_t>& buff, int32_t& cursor) in ReadFontFeature() 220 …BorderRadiusProperty TLVUtil::ReadBorderRadiusProperty(std::vector<uint8_t>& buff, int32_t& cursor) in ReadBorderRadiusProperty() 259 RefPtr<Ace::PixelMap> TLVUtil::ReadPixelMap(std::vector<uint8_t>& buff, int32_t& cursor) in ReadPixelMap() [all …]
|
| D | tlv_util.h | 163 static uint8_t ReadUint8(std::vector<uint8_t>& buff, int32_t& cursor) in ReadUint8() 180 static int32_t ReadInt32(std::vector<uint8_t>& buff, int32_t& cursor) in ReadInt32()
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
| D | cache_cursor_test.cpp | 78 auto cursor = CacheCursorTest::GetCursor(); variable 128 auto cursor = CacheCursorTest::GetCursor(); variable 161 auto cursor = CacheCursorTest::GetCursor(); variable 211 auto cursor = CacheCursorTest::GetCursor(); variable
|
| D | rdb_result_set_impl_test.cpp | 42 std::shared_ptr<CursorMock::ResultSet> cursor; member in OHOS::Test::DistributedRDBTest::RdbResultSetImplTest
|
| /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/multimodalinput/input/frameworks/napi/pointer/include/ |
| D | js_pointer_manager.h | 55 CustomCursor cursor; member
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
| D | span_string_test_ng.cpp | 1632 int32_t cursor = 0; variable 1660 int32_t cursor = 0; variable 1696 int32_t cursor = 0; variable 1722 int32_t cursor = 0; variable 1744 int32_t cursor = 0; variable 1767 int32_t cursor = 0; variable 1789 int32_t cursor = 0; variable 1812 int32_t cursor = 0; variable 1841 int32_t cursor = 0; variable 1882 int32_t cursor = 0; variable [all …]
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
| D | sqlite_single_ver_relational_storage_executor.h | 51 int cursor; member
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
| D | result_entries_window.cpp | 157 int cursor = begin; in LoadData() local
|
| /foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/ |
| D | mock.cpp | 104 uint64_t cursor) in DropLogicDeletedData()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
| D | list_children_main_size.h | 69 int32_t cursor = 0; in ChangeData() local
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/include/ |
| D | cloud_extension.h | 236 const unsigned char *cursor; member
|
| /foundation/ability/ability_runtime/cj_environment/frameworks/cj_environment/src/ |
| D | dynamic_loader_ohos.cpp | 109 int32_t cursor = 0; in InitSharedLibsSonames() local
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/ |
| D | cloud_db_impl.cpp | 124 std::string cursor; in Query() local
|
| D | cloud_cursor_impl.cpp | 60 unsigned char *cursor = nullptr; in CloudCursorImpl() local
|
| /foundation/arkui/ace_engine/frameworks/core/common/ |
| D | window.h | 167 void SetCursor(MouseFormat cursor) in SetCursor()
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
| D | virtual_cloud_db.cpp | 287 std::string cursor = std::get<std::string>(extend[g_cursorField]); in Query() local 307 void VirtualCloudDb::GetCloudData(const std::string &cursor, bool isIncreCursor, std::vector<CloudD… in GetCloudData()
|
| /foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
| D | rd_connection.cpp | 173 int32_t RdConnection::CleanDirtyData(const std::string& table, uint64_t cursor) in CleanDirtyData()
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/ |
| D | general_store_mock.cpp | 133 int32_t GeneralStoreMock::CleanTrackerData(const std::string &tableName, int64_t cursor) in CleanTrackerData()
|
| /foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/ |
| D | napi_rdb_context.h | 64 uint64_t cursor = UINT64_MAX; member
|