Home
last modified time | relevance | path

Searched refs:DBVBucket (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_cloud.h35 using DBVBucket = DistributedDB::VBucket; variable
43 DBStatus BatchInsert(const std::string &tableName, std::vector<DBVBucket> &&record,
44 std::vector<DBVBucket> &extend) override;
45 DBStatus BatchUpdate(const std::string &tableName, std::vector<DBVBucket> &&record,
46 std::vector<DBVBucket> &extend) override;
47 DBStatus BatchDelete(const std::string &tableName, std::vector<DBVBucket> &extend) override;
48 …DBStatus Query(const std::string &tableName, DBVBucket &extend, std::vector<DBVBucket> &data) over…
65 static std::pair<QueryNodes, DistributedData::GeneralError> ConvertQuery(DBVBucket& extend);
H A Drdb_cloud.cpp35 const std::string &tableName, std::vector<DBVBucket> &&record, std::vector<DBVBucket> &extend) in BatchInsert()
51 const std::string &tableName, std::vector<DBVBucket> &&record, std::vector<DBVBucket> &extend) in BatchUpdate()
66 DBStatus RdbCloud::BatchDelete(const std::string &tableName, std::vector<DBVBucket> &extend) in BatchDelete()
75 DBStatus RdbCloud::Query(const std::string &tableName, DBVBucket &extend, std::vector<DBVBucket> &d… in Query()
208 …oud::QueryNodes, DistributedData::GeneralError> RdbCloud::ConvertQuery(RdbCloud::DBVBucket& extend) in ConvertQuery()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dasset_loader_impl.h25 using DBVBucket = DistributedData::VBucket; variable
35 DBVBucket &assets) override;
37 const DBValue &prefix, DBVBucket &assets) override;
H A Dcloud_db_impl.h26 using DBVBucket = DistributedData::VBucket; variable
34 …int32_t Execute(const std::string &table, const std::string &sql, const DBVBucket &extend) overrid…
39 std::shared_ptr<DBCursor> Query(const std::string &table, const DBVBucket &extend) override;
H A Dcloud_cursor_impl.h26 using DBVBucket = DistributedData::VBucket; variable
41 int32_t GetEntry(DBVBucket &entry) override;
42 int32_t GetRow(DBVBucket &data) override;
H A Dextension_util.h38 using DBVBucket = DistributedData::VBucket; variable
45 static DBVBucket ConvertBucket(OhCloudExtHashMap *value);
53 static std::pair<OhCloudExtHashMap *, size_t> Convert(const DBVBucket &bucket);
H A Dasset_loader_impl.cpp35 const std::string &tableName, const std::string &gid, const DBValue &prefix, DBVBucket &assets) in Download()
71 const std::string &tableName, const std::string &gid, const DBValue &prefix, DBVBucket &assets) in RemoveLocalAssets()
H A Dcloud_db_impl.cpp37 int32_t CloudDbImpl::Execute(const std::string &table, const std::string &sql, const DBVBucket &ext… in Execute()
122 std::shared_ptr<DBCursor> CloudDbImpl::Query(const std::string &table, const DBVBucket &extend) in Query()
H A Dcloud_cursor_impl.cpp144 int32_t CloudCursorImpl::GetEntry(DBVBucket &entry) in GetEntry()
235 int32_t CloudCursorImpl::GetRow(DBVBucket &data) in GetRow()
H A Dextension_util.cpp42 std::pair<OhCloudExtHashMap *, size_t> ExtensionUtil::Convert(const DBVBucket &bucket) in Convert()
202 DBVBucket ExtensionUtil::ConvertBucket(OhCloudExtHashMap *value) in ConvertBucket()
204 DBVBucket bucket; in ConvertBucket()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Drdb_cloud_test.cpp26 using DBVBucket = DistributedDB::VBucket; typedef
28 std::vector<DBVBucket> g_DBVBucket = {
87 DBVBucket extends = {
120 DBVBucket extends = {
124 std::vector<DBVBucket> data = {