Home
last modified time | relevance | path

Searched refs:GetDataValue (Results 1 – 8 of 8) 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 …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_data_structure.h78 std::vector<uint8_t> GetDataValue() const;
H A Dclassic_data_structure.cpp42 std::vector<uint8_t> ClassicDataStructure::GetDataValue() const in GetDataValue() function in OHOS::bluetooth::ClassicDataStructure
H A Dclassic_bluetooth_data.cpp42 std::vector<uint8_t> dataVec = dataStructure.GetDataValue(); in GetClassicBluetoothData()
H A Dclassic_adapter.cpp1276 std::vector<uint8_t> valueVec = dataStruc.GetDataValue(); in ParserEirData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_relational_ver_sync_db_interface.cpp143 (void)virtualData.objectData.GetDataValue(field.GetFieldName(), dataValue); in GetSyncData()
365 int ObjectData::GetDataValue(const std::string &fieldName, DataValue &value) const in GetDataValue() function in DistributedDB::ObjectData
H A Dvirtual_relational_ver_sync_db_interface.h28 int GetDataValue(const std::string &fieldName, DataValue &value) const;
H A Ddistributeddb_relational_ver_p2p_sync_test.cpp366 void GetDataValue(sqlite3_stmt *statement, int col, DataValue &dataValue) in GetDataValue() function
406 GetDataValue(statement, col, dataValue); in GetSyncDataStep()
520 EXPECT_EQ(targetData[0].objectData.GetDataValue(field, target), E_OK); in CheckVirtualData()