Home
last modified time | relevance | path

Searched refs:SaveInfo (Results 1 - 3 of 3) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_manager.h137 struct SaveInfo : DistributedData::Serializable { struct in OHOS::DistributedObject::ObjectStoreManager
143 SaveInfo() = default;
144 SaveInfo(const std::string &bundleName, const std::string &sessionId, const std::string &sourceDeviceId,
175 void ComputeStatus(const std::string& objectKey, const SaveInfo& saveInfo,
177 void NotifyDataChanged(const std::map<std::string, ObjectRecord>& data, const SaveInfo& saveInfo);
180 int32_t WaitAssets(const std::string& objectKey, const SaveInfo& saveInfo,
182 void PullAssets(const std::map<std::string, ObjectRecord>& data, const SaveInfo& saveInfo);
183 std::map<std::string, ObjectRecord> GetObjectData(const ObjectRecord& changedData, SaveInfo& saveInfo,
H A Dobject_manager.cpp401 SaveInfo saveInfo; in NotifyChange()
423 SaveInfo& saveInfo, bool& hasAsset) in GetObjectData()
462 void ObjectStoreManager::ComputeStatus(const std::string& objectKey, const SaveInfo& saveInfo, in ComputeStatus()
488 void ObjectStoreManager::NotifyDataChanged(const std::map<std::string, ObjectRecord>& data, const SaveInfo& saveInfo) in NotifyDataChanged()
499 int32_t ObjectStoreManager::WaitAssets(const std::string& objectKey, const SaveInfo& saveInfo, in WaitAssets()
515 void ObjectStoreManager::PullAssets(const std::map<std::string, ObjectRecord>& data, const SaveInfo& saveInfo) in PullAssets()
846 SaveInfo saveInfo(appId, sessionId, DmAdaper::GetInstance().GetLocalDevice().udid, toDeviceId, timestamp); in SaveToStore()
975 ObjectStoreManager::SaveInfo::SaveInfo(const std::string &bundleName, const std::string &sessionId, in SaveInfo() function in OHOS::DistributedObject::ObjectStoreManager::SaveInfo
980 bool ObjectStoreManager::SaveInfo
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dobject_manager_test.cpp336 ObjectStoreManager::SaveInfo saveInfo(bundleName, sessionId, source, target, timestamp); in HWTEST_F()

Completed in 6 milliseconds