Searched refs:DBVBucket (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_cloud.h | 35 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 D | rdb_cloud.cpp | 35 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 D | asset_loader_impl.h | 25 using DBVBucket = DistributedData::VBucket; variable 35 DBVBucket &assets) override; 37 const DBValue &prefix, DBVBucket &assets) override;
|
H A D | cloud_db_impl.h | 26 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 D | cloud_cursor_impl.h | 26 using DBVBucket = DistributedData::VBucket; variable 41 int32_t GetEntry(DBVBucket &entry) override; 42 int32_t GetRow(DBVBucket &data) override;
|
H A D | extension_util.h | 38 using DBVBucket = DistributedData::VBucket; variable 45 static DBVBucket ConvertBucket(OhCloudExtHashMap *value); 53 static std::pair<OhCloudExtHashMap *, size_t> Convert(const DBVBucket &bucket);
|
H A D | asset_loader_impl.cpp | 35 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 D | cloud_db_impl.cpp | 37 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 D | cloud_cursor_impl.cpp | 144 int32_t CloudCursorImpl::GetEntry(DBVBucket &entry) in GetEntry() 235 int32_t CloudCursorImpl::GetRow(DBVBucket &data) in GetRow()
|
H A D | extension_util.cpp | 42 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 D | rdb_cloud_test.cpp | 26 using DBVBucket = DistributedDB::VBucket; typedef 28 std::vector<DBVBucket> g_DBVBucket = { 87 DBVBucket extends = { 120 DBVBucket extends = { 124 std::vector<DBVBucket> data = {
|