/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/ |
H A D | asset_loader_test.cpp | 36 VBucket assets; in HWTEST_F() local 52 VBucket assets; in HWTEST_F() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/cloud/ |
H A D | iAssetLoader.h | 37 virtual DBStatus RemoveLocalAssets(const std::vector<Asset> &assets) in RemoveLocalAssets() argument 31 Download(const std::string &tableName, const std::string &gid, const Type &prefix, std::map<std::string, Assets> &assets) Download() argument 42 RemoveLocalAssets(const std::string &tableName, const std::string &gid, const Type &prefix, std::map<std::string, Assets> &assets) RemoveLocalAssets() argument
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/ |
H A D | asset_loader.cpp | 18 Download( const std::string &tableName, const std::string &gid, const Value &prefix, VBucket &assets) Download() argument 24 RemoveLocalAssets( const std::string &tableName, const std::string &gid, const Value &prefix, VBucket &assets) RemoveLocalAssets() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | virtual_cloud_data_translate.cpp | 36 uint32_t CalculateLens(const Assets &assets) in CalculateLens() argument 82 std::vector<uint8_t> VirtualCloudDataTranslate::AssetsToBlob(const Assets &assets) in AssetsToBlob() argument 109 Assets assets; in BlobToAssets() local [all...] |
H A D | virtual_asset_loader.cpp | 41 DBStatus VirtualAssetLoader::RemoveLocalAssets(const std::vector<Asset> &assets) in RemoveLocalAssets() argument 19 Download(const std::string &tableName, const std::string &gid, const Type &prefix, std::map<std::string, Assets> &assets) Download() argument 49 RemoveLocalAssets(const std::string &tableName, const std::string &gid, const Type &prefix, std::map<std::string, Assets> &assets) RemoveLocalAssets() argument
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/ |
H A D | asset_loader_impl.cpp | 34 Download( const std::string &tableName, const std::string &gid, const DBValue &prefix, DBVBucket &assets) Download() argument 70 RemoveLocalAssets( const std::string &tableName, const std::string &gid, const DBValue &prefix, DBVBucket &assets) RemoveLocalAssets() argument
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_cloud_data_translate.cpp | 45 std::vector<uint8_t> RdbCloudDataTranslate::AssetsToBlob(const Assets &assets) in AssetsToBlob() argument 71 DataAssets assets; in BlobToAssets() local 111 size_t RdbCloudDataTranslate::ParserRawData(const uint8_t *data, size_t length, DataAssets &assets) in ParserRawData() argument
|
H A D | rdb_asset_loader.cpp | 47 DBStatus RdbAssetLoader::RemoveLocalAssets(const std::vector<Asset> &assets) in RemoveLocalAssets() argument 54 void RdbAssetLoader::PostEvent(std::set<std::string>& skipAssets, std::map<std::string, DistributedData::Value>& assets, in PostEvent() argument 66 void RdbAssetLoader::PostEvent(DistributedData::AssetEvent eventId, DistributedData::Assets& assets, in PostEvent() argument 32 Download(const std::string &tableName, const std::string &gid, const Type &prefix, std::map<std::string, Assets> &assets) Download() argument
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | rdb_cloud_test.cpp | 189 DistributedDB::Assets assets;
in HWTEST_F() local
|
H A D | rdb_asset_loader_test.cpp | 89 std::map<std::string, DistributedDB::Assets> assets;
in HWTEST_F() local 107 std::vector<DistributedDB::Asset> assets;
in HWTEST_F() local 129 std::map<std::string, DistributedDB::Assets> assets;
in HWTEST_F() local [all...] |
H A D | value_proxy_test.cpp | 149 auto assets = std::get<OHOS::DistributedData::Assets>(transferredAssets.find("dbAssets")->second); in HWTEST_F() local 178 auto assets = std::get<DistributedDB::Assets>(transferredAssets.find("Assets")->second); in HWTEST_F() local 207 auto assets = std::get<OHOS::DistributedData::Assets>(transferredAssets.find("dbAssets")->second); in HWTEST_F() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_sqlite_relational_utils_test.cpp | 103 Assets assets = { g_localAsset }; in PrepareStatement() local [all...] |
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | common.h | 33 std::vector<AssetValue> assets; member
|
H A D | rdb_update_test.cpp | 435 auto assets = ValueObject::Assets({ value1, value2, value3 }); in HWTEST_F() local
|
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/ |
H A D | relational_values_bucket.cpp | 144 std::vector<AssetValue> assets; in OH_VBucket_PutAssets() local
|
H A D | relational_cursor.cpp | 354 std::vector<NativeRdb::AssetValue> assets; in GetAssets() local 398 std::vector<NativeRdb::AssetValue> assets; in GetAssetsCount() local
|
H A D | relational_asset.cpp | 220 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() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/cloud/ |
H A D | asset_operation_utils.cpp | 51 auto assets = std::get<Assets>(colData); in CalAssetOperation() local 108 auto &assets = std::get<Assets>(item.second); in FilterDeleteAsset() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/cloud/ |
H A D | cloud_db_types.h | 35 std::vector<VBucket> assets; member
|
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/common/ |
H A D | js_util.cpp | 218 napi_status JSUtil::GetValue(napi_env env, napi_value in, Assets &assets) in GetValue() argument
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/ |
H A D | object_asset_loader.cpp | 67 TransferAssetsAsync(const int32_t userId, const std::string& bundleName, const std::string& deviceId, const std::vector<DistributedData::Asset>& assets, const TransferFunc& callback) TransferAssetsAsync() argument
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | raw_data_parser.cpp | 57 size_t RawDataParser::ParserRawData(const uint8_t *data, size_t length, Assets &assets) in ParserRawData() argument 108 std::vector<uint8_t> RawDataParser::PackageRawData(const Assets &assets) in PackageRawData() argument 123 size_t RawDataParser::ParserRawData(const uint8_t *data, size_t length, std::map<std::string, Asset> &assets) in ParserRawData() argument 213 std::vector<uint8_t> RawDataParser::PackageRawData(const std::map<std::string, Asset> &assets) in PackageRawData() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/plugin/ |
H A D | plugin_element.cpp | 294 std::string assets = "assets/js/"; in GetPackagePathByAbsolutePath() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/ |
H A D | cloud_sync_tag_assets.cpp | 331 Assets assets in TagAssetsInSingleCol() local 96 TagAssetsWithNormalStatus(const bool isNormalStatus, AssetOpType flag, Assets &assets, Assets &res, int &errCode) TagAssetsWithNormalStatus() argument [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/common/ |
H A D | value_proxy.cpp | 355 ValueProxy::Assets::Assets(DistributedData::Assets assets) in Assets() argument 364 ValueProxy::Assets::Assets(NativeRdb::ValueObject::Assets assets) in Assets() argument 373 ValueProxy::Assets::Assets(CommonType::Assets assets) in Assets() argument 382 ValueProxy::Assets::Assets(DistributedDB::Assets assets) in Assets() argument 411 NativeRdb::ValueObject::Assets assets; operator NativeRdb::ValueObject::Assets() local 421 CommonType::Assets assets; operator CommonType::Assets() local 431 DistributedData::Assets assets; operator DistributedData::Assets() local 441 DistributedDB::Assets assets; operator DistributedDB::Assets() local [all...] |