Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_service_impl.h127 Status DoSyncBegin(const std::vector<std::string> &devices, const StoreMetaData &meta,
H A Dkvdb_service_impl.cpp1005 return DoSyncBegin(uuids, meta, info, complete, type); in DoSync()
1035 auto status = DoSyncBegin(ret.first, meta, info, complete, type); in DoSyncInOrder()
1046 return DoSyncBegin(uuids, meta, info, complete, type); in DoSyncInOrder()
1103 Status KVDBServiceImpl::DoSyncBegin(const std::vector<std::string> &devices, const StoreMetaData &m… in DoSyncBegin() function in OHOS::DistributedKv::KVDBServiceImpl