Home
last modified time | relevance | path

Searched refs:objectData (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_relational_sync_test.cpp584 rowData.objectData.GetDataValue("key", dataVal); in GetKey()
836 data[0].objectData.GetDataValue("id", value);
842 data[0].objectData.GetDataValue("name", value);
848 data[0].objectData.GetDataValue("level", value);
853 data[0].objectData.GetDataValue("score", value);
936 it.objectData.GetDataValue("id", val);
938 it.objectData.GetDataValue("f_int", val);
940 it.objectData.GetDataValue("f_real", val);
942 it.objectData.GetDataValue("f_text", val);
944 it.objectData.GetDataValue("f_blob", val);
[all …]
H A Ddistributeddb_interfaces_relational_test.cpp1177 rowData.objectData.PutDataValue("a", dA); in operator ()()
1180 rowData.objectData.PutDataValue("b", dB); in operator ()()
1606 virtualRowData.objectData.PutDataValue("create", d1); in ProcessSync()
1609 virtualRowData.objectData.PutDataValue("ddd", d2); in ProcessSync()
1612 virtualRowData.objectData.PutDataValue("eee", d3); in ProcessSync()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dgeneric_multi_ver_kv_entry.cpp83 std::vector<uint8_t> objectData; in DeSerialData() local
84 parcel.ReadVectorChar(objectData); in DeSerialData()
91 return valueObject_.DeSerialData(objectData); in DeSerialData()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_service_stub.cpp34 std::map<std::string, std::vector<uint8_t>> objectData; in ObjectStoreSaveOnRemote() local
36 …if (!ITypesUtil::Unmarshal(data, bundleName, sessionId, deviceId, objectData, obj) || obj == nullp… in ObjectStoreSaveOnRemote()
40 … DistributedData::Anonymous::Change(deviceId).c_str(), objectData.size(), obj == nullptr); in ObjectStoreSaveOnRemote()
43 int32_t status = ObjectStoreSave(bundleName, sessionId, deviceId, objectData, obj); in ObjectStoreSaveOnRemote()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H A Dflat_object_store.cpp203 std::map<std::string, std::vector<uint8_t>> objectData; in Save() local
204 uint32_t status = storageEngine_->GetItems(sessionId, objectData); in Save()
211 return cacheManager_->Save(bundleName_, sessionId, deviceId, objectData); in Save()
388 const std::map<std::string, std::vector<uint8_t>> &objectData) in Save() argument
392 int32_t status = SaveObject(bundleName, sessionId, deviceId, objectData, in Save()
430 const std::string &deviceId, const std::map<std::string, std::vector<uint8_t>> &objectData, in SaveObject() argument
448 bundleName, sessionId, deviceId, objectData, objectSaveCallback->AsObject().GetRefPtr()); in SaveObject()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/adaptor/
H A Dflat_object_store.h41 const std::map<std::string, std::vector<uint8_t>> &objectData);
52 const std::string &deviceId, const std::map<std::string, std::vector<uint8_t>> &objectData,
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/
H A Dobject_service_proxy.cpp35 const std::string &deviceId, const std::map<std::string, std::vector<uint8_t>> &objectData, in ObjectStoreSave() argument
43 if (!ITypesUtil::Marshal(data, bundleName, sessionId, deviceId, objectData, callback)) { in ObjectStoreSave()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_relational_ver_sync_db_interface.cpp106 … virtualRowData.objectData.PutDataValue(localFieldInfo_[index].GetFieldName(), dataValue); in PutSyncDataWithQuery()
143 (void)virtualData.objectData.GetDataValue(field.GetFieldName(), dataValue); in GetSyncData()
H A Dvirtual_relational_ver_sync_db_interface.h35 ObjectData objectData; member
H A Ddistributeddb_relational_multi_user_test.cpp703 virtualRowData.objectData.PutDataValue("id", d1);
706 virtualRowData.objectData.PutDataValue("name", d2);
H A Ddistributeddb_relational_ver_p2p_sync_test.cpp473 virtualRowData.objectData.PutDataValue(item.first, item.second); in InsertDataToDeviceB()
520 EXPECT_EQ(targetData[0].objectData.GetDataValue(field, target), E_OK); in CheckVirtualData()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/
H A Dobject_store_test.cpp1225 std::map<std::string, std::vector<uint8_t>> objectData; variable
1227 auto ret = cacheManager.Save(bundleName, sessionId, deviceId, objectData);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dpac_map.cpp1447 Json::Value objectData; in GetUserObjectJsonValue() local