Home
last modified time | relevance | path

Searched defs:cursor (Results 1 – 25 of 76) sorted by relevance

1234

/foundation/distributeddatamgr/relational_store/test/ndk/unittest/
Drdb_predicates_test.cpp133 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 …]
Drdb_cursor_test.cpp191 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
Drdb_store_test.cpp121 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 …]
Drdb_store_configv2_test.cpp113 OH_Cursor *cursor = OH_Rdb_ExecuteQuery(store, querySql); in VdbTest002() local
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
Drelational_cursor.cpp30 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/
Dtlv_util.cpp29 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 …]
Dtlv_util.h163 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/
Dcache_cursor_test.cpp78 auto cursor = CacheCursorTest::GetCursor(); variable
128 auto cursor = CacheCursorTest::GetCursor(); variable
161 auto cursor = CacheCursorTest::GetCursor(); variable
211 auto cursor = CacheCursorTest::GetCursor(); variable
Drdb_result_set_impl_test.cpp42 std::shared_ptr<CursorMock::ResultSet> cursor; member in OHOS::Test::DistributedRDBTest::RdbResultSetImplTest
/foundation/communication/ipc/ipc/native/test/fuzztest/core/bufferobject_fuzzer/
Dbufferobject_fuzzer.cpp92 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/
Djs_pointer_manager.h55 CustomCursor cursor; member
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
Dspan_string_test_ng.cpp1632 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/
Dsqlite_single_ver_relational_storage_executor.h51 int cursor; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
Dresult_entries_window.cpp157 int cursor = begin; in LoadData() local
/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/
Dmock.cpp104 uint64_t cursor) in DropLogicDeletedData()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
Dlist_children_main_size.h69 int32_t cursor = 0; in ChangeData() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/include/
Dcloud_extension.h236 const unsigned char *cursor; member
/foundation/ability/ability_runtime/cj_environment/frameworks/cj_environment/src/
Ddynamic_loader_ohos.cpp109 int32_t cursor = 0; in InitSharedLibsSonames() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
Dcloud_db_impl.cpp124 std::string cursor; in Query() local
Dcloud_cursor_impl.cpp60 unsigned char *cursor = nullptr; in CloudCursorImpl() local
/foundation/arkui/ace_engine/frameworks/core/common/
Dwindow.h167 void SetCursor(MouseFormat cursor) in SetCursor()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
Dvirtual_cloud_db.cpp287 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/
Drd_connection.cpp173 int32_t RdConnection::CleanDirtyData(const std::string& table, uint64_t cursor) in CleanDirtyData()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
Dgeneral_store_mock.cpp133 int32_t GeneralStoreMock::CleanTrackerData(const std::string &tableName, int64_t cursor) in CleanTrackerData()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
Dnapi_rdb_context.h64 uint64_t cursor = UINT64_MAX; member

1234