Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddata_value.cpp125 case StorageType::STORAGE_TYPE_BLOB: in operator =()
145 case StorageType::STORAGE_TYPE_BLOB: in operator =()
184 type_ = StorageType::STORAGE_TYPE_BLOB; in Set()
206 case StorageType::STORAGE_TYPE_BLOB: in operator ==()
247 if (type_ != StorageType::STORAGE_TYPE_BLOB && type_ != StorageType::STORAGE_TYPE_TEXT) { in GetBlob()
269 type_ = StorageType::STORAGE_TYPE_BLOB; in SetBlob()
279 if (type_ != StorageType::STORAGE_TYPE_BLOB && type_ != StorageType::STORAGE_TYPE_TEXT) { in GetBlob()
326 case StorageType::STORAGE_TYPE_BLOB: in ResetValue()
347 case StorageType::STORAGE_TYPE_BLOB: in ToString()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Ddata_transformer.cpp108 if (dataValue.GetType() != StorageType::STORAGE_TYPE_BLOB && in CalDataValueLength()
114 case StorageType::STORAGE_TYPE_BLOB: in CalDataValueLength()
220 } else if (type == StorageType::STORAGE_TYPE_BLOB) { in DeSerializeBlobByType()
233 return DeSerializeBlobByType(dataValue, parcel, StorageType::STORAGE_TYPE_BLOB); in DeSerializeBlobValue()
255 if (type < StorageType::STORAGE_TYPE_NULL || type > StorageType::STORAGE_TYPE_BLOB) { in SerializeDataValue()
271 type > static_cast<uint32_t>(StorageType::STORAGE_TYPE_BLOB)) { in DeserializeDataValue()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_data_value_test.cpp101 EXPECT_EQ(dataValue.GetType(), StorageType::STORAGE_TYPE_BLOB); in DataValueBlobCheck()
H A Ddistributeddb_interfaces_relational_sync_test.cpp945 EXPECT_EQ(val.GetType(), StorageType::STORAGE_TYPE_BLOB);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_schema_analysis_test.cpp198 …EXPECT_EQ(field.GetStorageType(), StorageType::STORAGE_TYPE_BLOB); // asset and assets affinity bl…
H A Ddistributeddb_data_transformer_test.cpp58 {StorageType::STORAGE_TYPE_BLOB, &SetBlob}
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_types.h158 STORAGE_TYPE_BLOB enumerator
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dschema_mgr.cpp125 return localType == StorageType::STORAGE_TYPE_BLOB; in CompareType()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Dtable_info.cpp85 type = StorageType::STORAGE_TYPE_BLOB; in AffinityType()
104 storageType_ = StorageType::STORAGE_TYPE_BLOB; // use for cloud sync in SetDataType()
H A Drelational_result_set_impl.cpp177 { static_cast<int>(StorageType::STORAGE_TYPE_BLOB), ColumnType::BLOB }, in GetColumnType()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_relational_ver_p2p_sync_test.cpp68 StorageType::STORAGE_TYPE_TEXT, StorageType::STORAGE_TYPE_BLOB
133 {StorageType::STORAGE_TYPE_BLOB, "BLOB"} in GetType()
226 case StorageType::STORAGE_TYPE_BLOB: { in BindValue()
299 {StorageType::STORAGE_TYPE_BLOB, &SetBlob} in GenerateValue()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store.cpp992 type = static_cast<int32_t>(StorageType::STORAGE_TYPE_BLOB); in CheckFields()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.cpp2341 case StorageType::STORAGE_TYPE_BLOB: { in BindDataValueByType()