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 D | data_value.cpp | 125 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 D | data_transformer.cpp | 108 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 D | distributeddb_interfaces_data_value_test.cpp | 101 EXPECT_EQ(dataValue.GetType(), StorageType::STORAGE_TYPE_BLOB); in DataValueBlobCheck()
|
H A D | distributeddb_interfaces_relational_sync_test.cpp | 945 EXPECT_EQ(val.GetType(), StorageType::STORAGE_TYPE_BLOB);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_relational_schema_analysis_test.cpp | 198 …EXPECT_EQ(field.GetStorageType(), StorageType::STORAGE_TYPE_BLOB); // asset and assets affinity bl…
|
H A D | distributeddb_data_transformer_test.cpp | 58 {StorageType::STORAGE_TYPE_BLOB, &SetBlob}
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
H A D | db_types.h | 158 STORAGE_TYPE_BLOB enumerator
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/ |
H A D | schema_mgr.cpp | 125 return localType == StorageType::STORAGE_TYPE_BLOB; in CompareType()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/ |
H A D | table_info.cpp | 85 type = StorageType::STORAGE_TYPE_BLOB; in AffinityType() 104 storageType_ = StorageType::STORAGE_TYPE_BLOB; // use for cloud sync in SetDataType()
|
H A D | relational_result_set_impl.cpp | 177 { 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 D | distributeddb_relational_ver_p2p_sync_test.cpp | 68 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 D | sqlite_relational_store.cpp | 992 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 D | sqlite_utils.cpp | 2341 case StorageType::STORAGE_TYPE_BLOB: { in BindDataValueByType()
|