Home
last modified time | relevance | path

Searched defs:assets (Results 1 – 25 of 79) sorted by relevance

1234

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/cloud/
H A DiAssetLoader.h32 std::map<std::string, Assets> &assets) in Download()
37 virtual DBStatus RemoveLocalAssets(const std::vector<Asset> &assets) in RemoveLocalAssets()
43 std::map<std::string, Assets> &assets) in RemoveLocalAssets()
/ohos5.0/base/security/asset/test/unittest/inner_kits_rust/src/
H A Dquery.rs120 let assets = asset_sdk::Manager::build().unwrap().query(&query).unwrap(); in query_with_limit_with_without_offset() localVariable
125 let assets = asset_sdk::Manager::build().unwrap().query(&query).unwrap(); in query_with_limit_with_without_offset() localVariable
133 let assets = asset_sdk::Manager::build().unwrap().query(&query).unwrap(); in query_with_limit_with_without_offset() localVariable
201 let assets = asset_sdk::Manager::build().unwrap().query(&query).unwrap(); in query_with_order() localVariable
301 let assets = asset_sdk::Manager::build().unwrap().query(&query).unwrap(); in query_with_bytes_tag() localVariable
315 let assets = asset_sdk::Manager::build().unwrap().query(&query).unwrap(); in query_with_accessibility() localVariable
342 let mut assets = asset_sdk::Manager::build().unwrap().query(&query).unwrap(); in query_with_return_order_by() localVariable
365 let mut assets = asset_sdk::Manager::build().unwrap().query(&query).unwrap(); in query_with_return_limit() localVariable
388 let mut assets = asset_sdk::Manager::build().unwrap().query(&query).unwrap(); in query_with_return_offset() localVariable
410 let assets = asset_sdk::Manager::build().unwrap().query(&query).unwrap(); in query_with_return_type() localVariable
[all …]
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_asset_loader.cpp33 std::map<std::string, Assets> &assets) in Download()
47 DBStatus RdbAssetLoader::RemoveLocalAssets(const std::vector<Asset> &assets) in RemoveLocalAssets()
54 …PostEvent(std::set<std::string>& skipAssets, std::map<std::string, DistributedData::Value>& assets, in PostEvent()
66 void RdbAssetLoader::PostEvent(DistributedData::AssetEvent eventId, DistributedData::Assets& assets, in PostEvent()
H A Drdb_cloud_data_translate.cpp45 std::vector<uint8_t> RdbCloudDataTranslate::AssetsToBlob(const Assets &assets) in AssetsToBlob()
71 DataAssets assets; in BlobToAssets() local
111 size_t RdbCloudDataTranslate::ParserRawData(const uint8_t *data, size_t length, DataAssets &assets) in ParserRawData()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Drdb_asset_loader_test.cpp55 const DistributedData::Value &prefix, VBucket &assets) override in Download()
61 const DistributedData::Value &prefix, VBucket &assets) override in RemoveLocalAssets()
90 std::map<std::string, DistributedDB::Assets> assets; variable
108 std::vector<DistributedDB::Asset> assets; variable
130 std::map<std::string, DistributedDB::Assets> assets; variable
H A Dobject_asset_loader_test.cpp83 std::vector<Asset> assets{ asset_ }; variable
101 std::vector<Asset> assets{ asset_ }; variable
H A Dvalue_proxy_test.cpp147 … auto assets = std::get<OHOS::DistributedData::Assets>(transferredAssets.find("dbAssets")->second); variable
176 auto assets = std::get<DistributedDB::Assets>(transferredAssets.find("Assets")->second); variable
205 … auto assets = std::get<OHOS::DistributedData::Assets>(transferredAssets.find("dbAssets")->second); variable
H A Drdb_result_set_impl_test.cpp242 NativeRdb::ValueObject::Assets assets; variable
274 NativeRdb::ValueObject::Assets assets; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dasset_loader.cpp19 VBucket &assets) in Download()
24 const Value &prefix, VBucket &assets) in RemoveLocalAssets()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dasset_loader_test.cpp36 VBucket assets; variable
52 VBucket assets; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Dvirtual_asset_loader.cpp20 std::map<std::string, Assets> &assets) in Download()
41 DBStatus VirtualAssetLoader::RemoveLocalAssets(const std::vector<Asset> &assets) in RemoveLocalAssets()
50 std::map<std::string, Assets> &assets) in RemoveLocalAssets()
H A Dvirtual_cloud_data_translate.cpp36 uint32_t CalculateLens(const Assets &assets) in CalculateLens()
82 std::vector<uint8_t> VirtualCloudDataTranslate::AssetsToBlob(const Assets &assets) in AssetsToBlob()
109 Assets assets; in BlobToAssets() local
H A Ddistributeddb_cloud_syncer_download_assets_test.cpp143 Assets assets; in GenerateDataRecords() local
329 void CheckDownloadForTest001(int index, map<std::string, Assets> &assets) in CheckDownloadForTest001()
353 Assets assets; in CheckDownloadFailedForTest002() local
368 Assets assets; in UpdateAssetsForLocal() local
775 std::map<std::string, Assets> &assets) { in DataStatusTest007()
1095 Assets &assets = std::get<Assets>(extend["assets"]); in __anon32d7e6601502() local
1244 Assets assets; variable
1559 Assets assets; variable
2079 std::map<std::string, Assets> &assets) { in __anon32d7e6602a02()
2139 std::map<std::string, Assets> &assets) { in __anon32d7e6602c02()
[all …]
H A Ddistributeddb_cloud_db_proxy_test.cpp523 Assets assets; variable
594 Assets assets; variable
850 std::vector<Asset> assets; variable
892 Assets assets = {{}}; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/common/
H A Dvalue_proxy.cpp356 ValueProxy::Assets::Assets(DistributedData::Assets assets) in Assets()
365 ValueProxy::Assets::Assets(NativeRdb::ValueObject::Assets assets) in Assets()
374 ValueProxy::Assets::Assets(CommonType::Assets assets) in Assets()
383 ValueProxy::Assets::Assets(DistributedDB::Assets assets) in Assets()
412 NativeRdb::ValueObject::Assets assets; variable
422 CommonType::Assets assets; variable
432 DistributedData::Assets assets; variable
442 DistributedDB::Assets assets; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_assets_operation_sync_test.cpp220 std::vector<Asset> assets = GetAssets(name, templateAsset, assetCount); in InsertUserTableRecord() local
237 std::vector<Asset> assets; in GetAssets() local
262 Assets assets; in UpdateCloudTableRecord() local
303 auto assets = RelationalTestUtils::GetAssets(colValue, translate); in CheckAssetsCount() local
430 Assets assets; variable
471 Assets assets; in InsertLocalAssetData() local
553 virtualAssetLoader_->ForkRemoveLocalAssets([&removeCount](const std::vector<Asset> &assets) { in __anond35eef630802()
642 Assets assets; in InsertCloudAssetData() local
694 Assets assets = std::get<Assets>(bucket["assets"]); in __anond35eef630902() local
886 auto assets = RelationalTestUtils::GetAllAssets(db_, dbSchema.tables[0], virtualTranslator_); variable
[all …]
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
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()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Draw_data_parser.cpp57 size_t RawDataParser::ParserRawData(const uint8_t *data, size_t length, Assets &assets) in ParserRawData()
108 std::vector<uint8_t> RawDataParser::PackageRawData(const Assets &assets) in PackageRawData()
123 …DataParser::ParserRawData(const uint8_t *data, size_t length, std::map<std::string, Asset> &assets) in ParserRawData()
213 std::vector<uint8_t> RawDataParser::PackageRawData(const std::map<std::string, Asset> &assets) in PackageRawData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dcloud_storage_utils.cpp128 Assets assets; in BindBlob() local
175 Assets assets; in BindAsset() local
431 Assets assets; in GetAssetFromAssets() local
496 void CloudStorageUtils::FillAssetsAfterDownload(Assets &assets, Assets &dbAssets, in FillAssetsAfterDownload()
532 void CloudStorageUtils::FillAssetsForUpload(Assets &assets, Assets &dbAssets, in FillAssetsForUpload()
573 Assets assets; in PrepareToFillAssetFromVBucket() local
670 bool CloudStorageUtils::IsAssetsContainDuplicateAsset(Assets &assets) in IsAssetsContainDuplicateAsset()
720 std::map<std::string, size_t> CloudStorageUtils::GenAssetsIndexMap(Assets &assets) in GenAssetsIndexMap()
786 bool CloudStorageUtils::CheckAssetStatus(const Assets &assets) in CheckAssetStatus()
909 Assets assets; in GetToBeRemoveAssets() local
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_cloud_syncable_storage_test.cpp115 Assets assets; in CreateAndInitUserTable() local
209 void CheckGetAsset(VBucket &assets, uint32_t status) in CheckGetAsset()
237 Assets assets; in ConstructMultiDownloadData() local
318 Assets assets; in fillCloudAssetTest() local
1002 Assets assets = std::get<Assets>(entry2->second); variable
1104 Assets assets; variable
1159 Assets assets; variable
1214 Assets assets; variable
1497 VBucket assets; variable
1557 VBucket assets; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_asset_machine.cpp166 std::vector<Asset> assets{ changedAsset.asset }; in DoTransfer() local
254 Assets assets{ newAsset }; in MergeAssetData() local
268 auto* assets = Traits::get_if<DistributedData::Assets>(&value); in MergeAssetData() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_db_proxy.cpp134 auto assets = std::get_if<Assets>(&row.second); in Query() local
224 std::map<std::string, Assets> &assets) in Download()
241 int CloudDBProxy::RemoveLocalAssets(const std::vector<Asset> &assets) in RemoveLocalAssets()
260 std::map<std::string, Assets> &assets) in RemoveLocalAssets()
561 bool CloudDBProxy::CloudActionContext::IsEmptyAssetId(const Assets &assets) in IsEmptyAssetId()
592 auto assets = std::get_if<Assets>(&entry.second); in IsRecordActionFail() local
/ohos5.0/build/templates/metadata/
H A Dwrite_meta_data.py152 def load_assets(options, assets, assets_type): argument
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_asset.cpp220 auto assets = new Data_Asset *[count]; in OH_Data_Asset_CreateMultiple() local
227 int OH_Data_Asset_DestroyMultiple(Data_Asset **assets, uint32_t count) in OH_Data_Asset_DestroyMultiple()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dicloud_sync_storage_interface.h134 const RelationalSchemaObject &localSchema, std::vector<Asset> &assets) in CleanCloudData()
178 const Bytes &hashKey, VBucket &assets) in GetAssetsByGidOrHashKey()

1234