Home
last modified time | relevance | path

Searched refs:newAssets (Results 1 - 3 of 3) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_connection.cpp1018 std::map<std::string, ValueObject::Asset> newAssets; in MergeAssets() local
1022 RawDataParser::ParserRawData(data, len, newAssets); in MergeAssets()
1024 CompAssets(assets, newAssets); in MergeAssets()
1066 std::map<std::string, ValueObject::Asset> &newAssets) in CompAssets()
1069 auto newIt = newAssets.begin(); in CompAssets()
1070 for (; oldIt != assets.end() && newIt != newAssets.end();) { in CompAssets()
1074 newIt = newAssets.erase(newIt); in CompAssets()
1083 for (auto &[key, value] : newAssets) { in CompAssets()
1065 CompAssets(std::map<std::string, ValueObject::Asset> &assets, std::map<std::string, ValueObject::Asset> &newAssets) CompAssets() argument
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dsqlite_connection.h104 std::map<std::string, ValueObject::Asset> &newAssets);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_syncer_download_assets_test.cpp1272 Assets newAssets = g_virtualCloudDataTranslate->BlobToAssets(std::get<Bytes>(cloudValue)); in HWTEST_F() local
1273 for (const auto &ast : newAssets) { in HWTEST_F()

Completed in 7 milliseconds