Searched refs:MergeAsset (Results 1 - 3 of 3) sorted by relevance
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
H A D | sqlite_connection.h | 102 static void MergeAsset(sqlite3_context *ctx, int argc, sqlite3_value **argv);
105 static void MergeAsset(ValueObject::Asset &oldAsset, ValueObject::Asset &newAsset);
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/ |
H A D | object_asset_machine.cpp | 63 static void MergeAsset(Asset& oldAsset, const Asset& newAsset); 271 MergeAsset(asset, newAsset); in MergeAssetData() 279 static void MergeAsset(Asset& oldAsset, const Asset& newAsset) in MergeAsset() function
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | sqlite_connection.cpp | 694 &MergeAsset, nullptr, nullptr, nullptr); in RegDefaultFunctions() 1029 void SqliteConnection::MergeAsset(sqlite3_context *ctx, int argc, sqlite3_value **argv) in MergeAsset() function in OHOS::NativeRdb::SqliteConnection 1056 MergeAsset(asset, newAsset); in MergeAsset() 1072 MergeAsset(oldIt->second, newIt->second); in CompAssets() 1089 void SqliteConnection::MergeAsset(ValueObject::Asset &oldAsset, ValueObject::Asset &newAsset) in MergeAsset() function in OHOS::NativeRdb::SqliteConnection
|
Completed in 4 milliseconds