/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | cache_result_set.h | 319 [ValueObject::TYPE_BLOB] = ColumnType::TYPE_BLOB, 320 [ValueObject::TYPE_ASSET] = ColumnType::TYPE_BLOB, 321 [ValueObject::TYPE_ASSETS] = ColumnType::TYPE_BLOB,
|
H A D | remote_result_set.h | 41 TYPE_BLOB, member in OHOS::NativeRdb::ColumnType
|
H A D | value_object.h | 95 TYPE_BLOB = TYPE_INDEX<Blob>,
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_result_set_impl.h | 94 [DistributedData::TYPE_INDEX<DistributedData::Bytes>] = ColumnType::TYPE_BLOB, 95 [DistributedData::TYPE_INDEX<DistributedData::Asset>] = ColumnType::TYPE_BLOB, 96 [DistributedData::TYPE_INDEX<DistributedData::Assets>] = ColumnType::TYPE_BLOB,
|
H A D | rdb_result_set_impl.cpp | 377 } else if (object.GetType() == ValueObject::TYPE_BLOB) { in GetSize()
|
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/basic/ |
H A D | result_set.h | 29 TYPE_BLOB, member in OHOS::DataShare::DataType
|
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rd_utils_test.cpp | 64 EXPECT_EQ(RdUtils::TransferGrdTypeToColType(GRD_DB_DATATYPE_BLOB), ColumnType::TYPE_BLOB); in HWTEST_F() member in Test::ColumnType
|
H A D | rdb_store_interface_test.cpp | 148 EXPECT_EQ(type, ValueObjectType::TYPE_BLOB); in HWTEST_F()
|
H A D | rdb_store_backup_restore_test.cpp | 163 EXPECT_EQ(columnType, ColumnType::TYPE_BLOB); in CheckBlob()
|
H A D | rdb_value_bucket_test.cpp | 110 EXPECT_EQ(ValueObjectType::TYPE_BLOB, valueObject.GetType());
in HWTEST_F()
|
H A D | rdb_step_result_set_test.cpp | 234 CheckColumnType(resultSet, 4, ColumnType::TYPE_BLOB);
in HWTEST_F() 735 CheckColumnType(resultSet, 4, ColumnType::TYPE_BLOB);
in HWTEST_F() 1150 CheckColumnType(resultSet, 3, ColumnType::TYPE_BLOB);
in HWTEST_F()
|
H A D | rdb_insert_test.cpp | 229 EXPECT_EQ(columnType, ColumnType::TYPE_BLOB); in CheckBlob()
|
/foundation/distributeddatamgr/relational_store/frameworks/cj/src/ |
H A D | relational_store_utils.cpp | 107 case TYPE_BLOB: { in ValueTypeToValueObject() 189 case NativeRdb::ValueObject::TYPE_BLOB: { in ValueObjectToValueType() 195 return ValueType {.Uint8Array = CArrUI8 {nullptr, -1}, .tag = TYPE_BLOB}; in ValueObjectToValueType() 197 return ValueType {.Uint8Array = arr, .tag = TYPE_BLOB}; in ValueObjectToValueType()
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rd_statement.cpp | 181 case ValueObjectType::TYPE_BLOB: { in InnerBindBlobTypeArgs() 420 case ColumnType::TYPE_BLOB: in GetColumnType() 437 if (type == ColumnType::TYPE_BLOB || type == ColumnType::TYPE_STRING || type == ColumnType::TYPE_NULL || in GetSize() 477 case ColumnType::TYPE_BLOB: { in GetColumn()
|
H A D | value_object.cpp | 284 if (type == ValueObject::TYPE_BLOB) { in operator Blob() 368 case TYPE_BLOB: in operator <()
|
H A D | sqlite_statement.cpp | 449 return int32_t(ColumnType::TYPE_BLOB); in Convert2ColumnType() 490 types_[index] = int32_t(ColumnType::TYPE_BLOB); in GetColumnType() 503 if (type == int32_t(ColumnType::TYPE_STRING) || type == int32_t(ColumnType::TYPE_BLOB) || in GetSize()
|
H A D | rd_utils.cpp | 105 return ColumnType::TYPE_BLOB; in TransferGrdTypeToColType()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/data/ |
H A D | resultset_json_formatter.cpp | 80 case ColumnType::TYPE_BLOB: {
in MarshalRow()
|
/foundation/distributeddatamgr/relational_store/interfaces/ndk/include/ |
H A D | oh_cursor.h | 73 TYPE_BLOB, enumerator
|
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/ |
H A D | datashare_value_object.h | 41 TYPE_BLOB,
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb_data_share_adapter/src/ |
H A D | rdb_result_set_bridge.cpp | 122 case ColumnType::TYPE_BLOB: in WriteColumn()
|
/foundation/distributeddatamgr/relational_store/frameworks/cj/include/ |
H A D | relational_store_utils.h | 79 TYPE_NULL, TYPE_INT, TYPE_DOU, TYPE_STR, TYPE_BOOL, TYPE_BLOB, TYPE_ASSET, TYPE_ASSETS enumerator
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | rdb_result_set_impl_test.cpp | 39 { "5_bytes", RdbResultSetImpl::ColumnType::TYPE_BLOB } 200 case RdbResultSetImpl::ColumnType::TYPE_BLOB: in HWTEST_F()
|
/foundation/distributeddatamgr/relational_store/test/ndk/unittest/ |
H A D | rdb_cursor_test.cpp | 209 EXPECT_EQ(type, OH_ColumnType::TYPE_BLOB); in HWTEST_F()
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/ |
H A D | napi_rdb_store.cpp | 467 if (ret == napi_ok && valueObject.GetType() == ValueObject::TYPE_BLOB) { in ParseValuesBucket() 790 if (valueObject.GetType() == ValueObject::TYPE_BLOB) { in ParseBindArgs()
|