Home
last modified time | relevance | path

Searched refs:PutCloudSyncDataInner (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_sync_able_storage.h236 …int PutCloudSyncDataInner(SQLiteSingleVerRelationalStorageExecutor *handle, const std::string &tab…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1276 return PutCloudSyncDataInner(transactionHandle_, tableName, downloadData); in PutCloudSyncData()
1279 int RelationalSyncAbleStorage::PutCloudSyncDataInner(SQLiteSingleVerRelationalStorageExecutor *hand… in PutCloudSyncDataInner() function in DistributedDB::RelationalSyncAbleStorage
1847 return PutCloudSyncDataInner(handle, tableName, downloadData); in UpsertDataInTransaction()