Home
last modified time | relevance | path

Searched refs:DoCloudSync (Results 1 - 13 of 13) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_service_impl.h124 Status DoCloudSync(const StoreMetaData &meta, const SyncInfo &syncInfo);
125 void DoCloudSync(bool statics, bool dynamic);
H A Dkvdb_service_impl.cpp228 return DoCloudSync(metaData, syncInfo); in CloudSync()
282 DoCloudSync(meta, {}); in NotifyDataChange()
907 Status KVDBServiceImpl::DoCloudSync(const StoreMetaData &meta, const SyncInfo &syncInfo) in DoCloudSync() function in OHOS::DistributedKv::KVDBServiceImpl
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_service_impl.h126 bool DoCloudSync(int32_t user);
180 static constexpr Handle WORK_DO_CLOUD_SYNC = &CloudServiceImpl::DoCloudSync;
H A Dcloud_service_impl.cpp187 syncManager_.DoCloudSync(info); in ChangeAppSwitch()
376 syncManager_.DoCloudSync(SyncManager::SyncInfo(user, store.bundleName, store.storeId, {}, mode)); in DoKvCloudSync()
390 syncManager_.DoCloudSync(SyncManager::SyncInfo(cloudInfo.user, bundleName)); in NotifyDataChange()
435 syncManager_.DoCloudSync(SyncManager::SyncInfo( in NotifyDataChange()
1034 bool CloudServiceImpl::DoCloudSync(int32_t user) in DoCloudSync() function in CloudServiceImpl
1037 syncManager_.DoCloudSync(info); in DoCloudSync()
H A Dsync_manager.h95 int32_t DoCloudSync(SyncInfo syncInfo);
H A Dsync_manager.cpp232 int32_t SyncManager::DoCloudSync(SyncInfo syncInfo) in DoCloudSync() function in SyncManager
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dkvdb_service_impl_test.cpp652 * @tc.name: DoCloudSync
653 * @tc.desc: DoCloudSync error function test.
657 HWTEST_F(KvdbServiceImplTest, DoCloudSync, TestSize.Level0) in HWTEST_F()
666 status = kvdbServiceImpl_->DoCloudSync(metaData, syncInfo); in HWTEST_F()
671 status = kvdbServiceImpl_->DoCloudSync(metaData, syncInfo); in HWTEST_F()
H A Dcloud_data_test.cpp1469 * @tc.name: DoCloudSync
1474 HWTEST_F(CloudDataTest, DoCloudSync, TestSize.Level0) in HWTEST_F()
1479 auto ret = sync.DoCloudSync(info); in HWTEST_F()
1486 ret = sync.DoCloudSync(info); in HWTEST_F()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp330 DoCloudSync(""); in SetDistributedTables()
980 DoCloudSync(table); in Insert()
1030 DoCloudSync(table); in BatchInsert()
1082 DoCloudSync(table); in Update()
1109 DoCloudSync(table); in Delete()
1184 DoCloudSync(""); in ExecuteSql()
2086 void RdbStoreImpl::DoCloudSync(const std::string &table) in DoCloudSync() function in RdbStoreImpl
2226 DoCloudSync(""); in Restore()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_impl.h156 void DoCloudSync(const RdbSyncerParam &param, const Option &option, const PredicatesMemo &predicates,
H A Drdb_service_impl.cpp423 DoCloudSync(param, option, predicates, async);
531 void RdbServiceImpl::DoCloudSync(const RdbSyncerParam &param, const RdbService::Option &option,
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
H A Drdb_store_impl.h97 void DoCloudSync(const std::string &table);
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_store_impl.h172 void DoCloudSync(const std::string &table);

Completed in 19 milliseconds