Home
last modified time | relevance | path

Searched refs:STORAGE_TYPE_NULL (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddata_value.cpp92 DataValue::DataValue() : type_(StorageType::STORAGE_TYPE_NULL) in DataValue()
330 case StorageType::STORAGE_TYPE_NULL: in ResetValue()
336 type_ = StorageType::STORAGE_TYPE_NULL; in ResetValue()
350 case StorageType::STORAGE_TYPE_NULL: in ToString()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_data_transformer_test.cpp54 {StorageType::STORAGE_TYPE_NULL, &SetNull},
65 StorageType type = StorageType::STORAGE_TYPE_NULL; in GenerateRowData()
H A Ddistributeddb_relational_schema_analysis_test.cpp200 …EXPECT_EQ(field.GetStorageType(), StorageType::STORAGE_TYPE_NULL); // asset and assets affinity bl…
H A Ddistributeddb_relational_result_set_test.cpp169 EXPECT_EQ(type, StorageType::STORAGE_TYPE_NULL);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Ddata_transformer.cpp99 case StorageType::STORAGE_TYPE_NULL: in CalDataValueLength()
255 if (type < StorageType::STORAGE_TYPE_NULL || type > StorageType::STORAGE_TYPE_BLOB) { in SerializeDataValue()
270 if (type < static_cast<uint32_t>(StorageType::STORAGE_TYPE_NULL) || in DeserializeDataValue()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Dtable_info.cpp73 StorageType type = StorageType::STORAGE_TYPE_NULL; in AffinityType()
83 } else if (hex == affinityTable[AFFINITY_BLOB] && (type == StorageType::STORAGE_TYPE_NULL || in AffinityType()
86 } else if (hex == affinityTable[AFFINITY_REAL] && type == StorageType::STORAGE_TYPE_NULL) { in AffinityType()
88 } else if (hex == affinityTable[AFFINITY_FLOA] && type == StorageType::STORAGE_TYPE_NULL) { in AffinityType()
90 } else if (hex == affinityTable[AFFINITY_DOUB] && type == StorageType::STORAGE_TYPE_NULL) { in AffinityType()
H A Drelational_result_set_impl.cpp173 { static_cast<int>(StorageType::STORAGE_TYPE_NULL), ColumnType::NULL_VALUE }, in GetColumnType()
279 isNull = type == StorageType::STORAGE_TYPE_NULL; in IsColumnNull()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddata_value.h81 StorageType type_ = StorageType::STORAGE_TYPE_NULL;
H A Ddb_types.h154 STORAGE_TYPE_NULL, enumerator
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_data_value_test.cpp35 EXPECT_EQ(dataValue.GetType(), StorageType::STORAGE_TYPE_NULL); in DataValueDefaultNullCheck()
H A Ddistributeddb_interfaces_relational_sync_test.cpp947 EXPECT_EQ(val.GetType(), StorageType::STORAGE_TYPE_NULL);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dschema_mgr.cpp115 return localType == StorageType::STORAGE_TYPE_NULL; in CompareType()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_relational_ver_p2p_sync_test.cpp234 case StorageType::STORAGE_TYPE_NULL: { in BindValue()
295 {StorageType::STORAGE_TYPE_NULL, &SetNull}, in GenerateValue()
304 fieldInfo.SetStorageType(StorageType::STORAGE_TYPE_NULL); in GenerateValue()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store.cpp990 type = static_cast<int32_t>(StorageType::STORAGE_TYPE_NULL); in CheckFields()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.cpp2349 case StorageType::STORAGE_TYPE_NULL: { in BindDataValueByType()