表数据同步

Signed-off-by: torrizo <lishenhao2@huawei.com>
This commit is contained in:
torrizo 2024-10-25 07:25:56 +00:00 committed by Gitee
parent 44e0ee2990
commit 58e16b590e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -32,6 +32,7 @@ public:
bool isP2p) = 0;
virtual int32_t SyncProfile(const std::string& peerUdid, const std::string& peerNetworkId,
const sptr<IRemoteObject> syncCb, bool isP2p) = 0;
virtual int32_t FixDiffProfiles(const std::vector<std::string>& udidVtr) = 0;
};
using CreateDPSyncAdapterFuncPtr = IDPSyncAdapter *(*)(void);
} // namespace DeviceProfile