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 D | data_value.cpp | 92 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 D | distributeddb_data_transformer_test.cpp | 54 {StorageType::STORAGE_TYPE_NULL, &SetNull}, 65 StorageType type = StorageType::STORAGE_TYPE_NULL; in GenerateRowData()
|
H A D | distributeddb_relational_schema_analysis_test.cpp | 200 …EXPECT_EQ(field.GetStorageType(), StorageType::STORAGE_TYPE_NULL); // asset and assets affinity bl…
|
H A D | distributeddb_relational_result_set_test.cpp | 169 EXPECT_EQ(type, StorageType::STORAGE_TYPE_NULL);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | data_transformer.cpp | 99 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 D | table_info.cpp | 73 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 D | relational_result_set_impl.cpp | 173 { 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 D | data_value.h | 81 StorageType type_ = StorageType::STORAGE_TYPE_NULL;
|
H A D | db_types.h | 154 STORAGE_TYPE_NULL, enumerator
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_data_value_test.cpp | 35 EXPECT_EQ(dataValue.GetType(), StorageType::STORAGE_TYPE_NULL); in DataValueDefaultNullCheck()
|
H A D | distributeddb_interfaces_relational_sync_test.cpp | 947 EXPECT_EQ(val.GetType(), StorageType::STORAGE_TYPE_NULL);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/ |
H A D | schema_mgr.cpp | 115 return localType == StorageType::STORAGE_TYPE_NULL; in CompareType()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_relational_ver_p2p_sync_test.cpp | 234 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 D | sqlite_relational_store.cpp | 990 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 D | sqlite_utils.cpp | 2349 case StorageType::STORAGE_TYPE_NULL: { in BindDataValueByType()
|