Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_manager.h137 struct SaveInfo : DistributedData::Serializable { struct
143 SaveInfo() = default; argument
144SaveInfo(const std::string &bundleName, const std::string &sessionId, const std::string &sourceDev…
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& saveI…
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 …nager::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 in PullAssets()
846SaveInfo saveInfo(appId, sessionId, DmAdaper::GetInstance().GetLocalDevice().udid, toDeviceId, tim… 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::Marshal(json &node) const in Marshal()
990 bool ObjectStoreManager::SaveInfo::Unmarshal(const json &node) in Unmarshal()
[all …]
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dobject_manager_test.cpp334 ObjectStoreManager::SaveInfo saveInfo(bundleName, sessionId, source, target, timestamp);