Home
last modified time | relevance | path

Searched refs:GetCursor (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/
H A Dtlv_util.cpp149 auto tagCursor = data.GetCursor(); in Writing()
179 auto tagCursor = data.GetCursor(); in Writing()
199 while (data.GetCursor() < endCursor) { in Reading()
241 auto tagCursor = data.GetCursor(); in Writing()
256 while (data.GetCursor() < endCursor) { in Reading()
288 auto tagCursor = data.GetCursor(); in Writing()
312 while (data.GetCursor() < endCursor) { in Reading()
361 auto tagCursor = data.GetCursor(); in Writing()
409 while (data.GetCursor() < endCursor) { in Reading()
475 auto tagCursor = data.GetCursor(); in Writing()
[all …]
H A Dtlv_util.h115 while (data.GetCursor() < data.GetTotal()) { in ReadTlv()
133 if (data.GetCursor() == data.GetTotal()) { in InitWhenFirst()
192 auto tagCursor = data.GetCursor(); in Writing()
209 auto endCursor = data.GetCursor() + head.len; in Reading()
210 while (data.GetCursor() < endCursor) { in Reading()
242 auto tagCursor = data.GetCursor(); in Writing()
246 auto pairCursor = data.GetCursor(); in Writing()
265 auto endCursor = data.GetCursor() + head.len; in Reading()
266 while (data.GetCursor() < endCursor) { in Reading()
336 auto tagCursor = data.GetCursor(); in Writing()
[all …]
H A Dtlv_object.h44 size_t GetCursor();
H A Dtlv_object.cpp64 size_t TLVObject::GetCursor() in GetCursor() function in OHOS::UDMF::TLVObject
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcache_cursor_test.cpp40 static std::shared_ptr<CacheCursor> GetCursor();
50 std::shared_ptr<CacheCursor> CacheCursorTest::GetCursor() in GetCursor() function in OHOS::Test::DistributedRDBTest::CacheCursorTest
78 auto cursor = CacheCursorTest::GetCursor();
128 auto cursor = CacheCursorTest::GetCursor();
161 auto cursor = CacheCursorTest::GetCursor();
211 auto cursor = CacheCursorTest::GetCursor();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dwindow.h172 MouseFormat GetCursor() const in GetCursor() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.h234 int GetCursor(const std::string &tableName);
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp149 int cursor = GetCursor(tableName); in IncreaseCursorOnAssetData()
1009 int cursor = GetCursor(table); in GetCloudDeleteSql()
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp384 int SQLiteSingleVerRelationalStorageExecutor::GetCursor(const std::string &tableName) in GetCursor() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor
H A Dsqlite_single_ver_relational_storage_executor.cpp1772 context.cursor = GetCursor(tableName); in SetDataOnUserTableWithLogicDelete()