Home
last modified time | relevance | path

Searched refs:saveInfo (Results 1 - 5 of 5) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_manager.cpp401 SaveInfo saveInfo; in NotifyChange() local
404 DistributedData::Serializable::Unmarshall(std::string(value.begin(), value.end()), saveInfo); in NotifyChange() local
408 auto data = GetObjectData(changedData, saveInfo, hasAsset); in NotifyChange()
411 ObjectStore::DATA_RECV, ObjectStore::RADAR_SUCCESS, ObjectStore::START, saveInfo.bundleName); in NotifyChange()
418 NotifyDataChanged(data, saveInfo); in NotifyChange()
423 SaveInfo& saveInfo, bool& hasAsset) in GetObjectData()
426 std::string keyPrefix = saveInfo.ToPropertyPrefix(); in GetObjectData()
428 std::string observerKey = saveInfo.bundleName + saveInfo.sessionId; in GetObjectData()
445 if (saveInfo in GetObjectData()
422 GetObjectData(const ObjectRecord& changedData, SaveInfo& saveInfo, bool& hasAsset) GetObjectData() argument
462 ComputeStatus(const std::string& objectKey, const SaveInfo& saveInfo, const std::map<std::string, ObjectRecord>& data) ComputeStatus() argument
488 NotifyDataChanged(const std::map<std::string, ObjectRecord>& data, const SaveInfo& saveInfo) NotifyDataChanged() argument
499 WaitAssets(const std::string& objectKey, const SaveInfo& saveInfo, const std::map<std::string, ObjectRecord>& data) WaitAssets() argument
515 PullAssets(const std::map<std::string, ObjectRecord>& data, const SaveInfo& saveInfo) PullAssets() argument
[all...]
H A Dobject_manager.h175 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,
/foundation/distributedhardware/device_manager/services/implementation/src/devicestate/
H A Ddm_device_state_manager.cpp67 DmDeviceInfo saveInfo = info; in SaveOnlineDeviceInfo() local
71 remoteDeviceInfos_[uuid] = saveInfo; in SaveOnlineDeviceInfo()
72 stateDeviceInfos_[udid] = saveInfo; in SaveOnlineDeviceInfo()
192 DmDeviceInfo saveInfo; in OnDbReady() local
200 saveInfo = iter->second; in OnDbReady()
204 listener_->OnDeviceStateChange(pkgName, state, saveInfo); in OnDbReady()
/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()
337 std::string saveInfoStr = DistributedData::Serializable::Marshall(saveInfo); in HWTEST_F()
339 std::string prefix = saveInfo.ToPropertyPrefix(); in HWTEST_F()
/foundation/multimedia/image_effect/test/unittest/
H A Dnative_image_effect_unittest.cpp1100 std::string saveInfo = imageEffectInfo; in HWTEST_F() local
1105 imageEffect = OH_ImageEffect_Restore(saveInfo.c_str()); in HWTEST_F()

Completed in 9 milliseconds