Searched refs:SaveInfo (Results 1 - 3 of 3) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/ |
H A D | object_manager.h | 137 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 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 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 D | object_manager_test.cpp | 336 ObjectStoreManager::SaveInfo saveInfo(bundleName, sessionId, source, target, timestamp); in HWTEST_F()
|
Completed in 5 milliseconds