Home
last modified time | relevance | path

Searched refs:saveInfoValue (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dobject_manager_test.cpp336 auto saveInfoValue = std::vector<uint8_t>(saveInfoStr.begin(), saveInfoStr.end()); variable
339 data.insert_or_assign(prefix + "p_###SAVEINFO###", saveInfoValue);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_manager.cpp847 std::string saveInfoValue = DistributedData::Serializable::Marshall(saveInfo); in SaveToStore() local
848 saveInfoEntry.value = std::vector<uint8_t>(saveInfoValue.begin(), saveInfoValue.end()); in SaveToStore()