Searched defs:SyncInfo (Results 1 – 8 of 8) sorted by relevance
29 struct SyncInfo { struct31 int32_t mode = PUSH_PULL;55 virtual Status Sync(const AppId &appId, const StoreId &storeId, SyncInfo &syncInfo) = 0; argument
45 using SyncInfo = KVDBService::SyncInfo; variable
34 struct SyncInfo { struct52 virtual int SyncToDevice(SyncInfo &info) = 0; argument
26 struct SyncInfo { struct43 virtual Status Sync(const AppId &appId, const StoreId &storeId, const SyncInfo &syncInfo) = 0; argument
36 using SyncInfo = KVDBService::SyncInfo; variable
31 struct SyncInfo { struct32 int32_t syncId;33 std::shared_ptr<PlayerSync> sync;
47 SyncManager::SyncInfo::SyncInfo( in SyncInfo() function in OHOS::CloudData::SyncManager::SyncInfo57 SyncManager::SyncInfo::SyncInfo(int32_t user, const std::string &bundleName, const Stores &stores) in SyncInfo() function in OHOS::CloudData::SyncManager::SyncInfo66 SyncManager::SyncInfo::SyncInfo(int32_t user, const std::string &bundleName, const MutliStoreTables… in SyncInfo() function in OHOS::CloudData::SyncManager::SyncInfo73 SyncManager::SyncInfo::SyncInfo(const Param ¶m) in SyncInfo() function in OHOS::CloudData::SyncManager::SyncInfo
48 using SyncInfo = OHOS::DistributedKv::KVDBService::SyncInfo; typedef