Searched refs:SaveInfo (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/ |
H A D | object_manager.h | 137 struct SaveInfo : DistributedData::Serializable { struct 143 SaveInfo() = default; argument 144 …SaveInfo(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 D | object_manager.cpp | 401 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() 846 …SaveInfo 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 D | object_manager_test.cpp | 334 ObjectStoreManager::SaveInfo saveInfo(bundleName, sessionId, source, target, timestamp);
|