Searched refs:STORAGE_TYPE_INTEGER (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 | 119 case StorageType::STORAGE_TYPE_INTEGER: in operator =() 158 type_ = StorageType::STORAGE_TYPE_INTEGER; in operator =() 202 case StorageType::STORAGE_TYPE_INTEGER: in operator ==() 238 if (type_ != StorageType::STORAGE_TYPE_INTEGER) { in GetInt64() 331 case StorageType::STORAGE_TYPE_INTEGER: in ResetValue() 353 case StorageType::STORAGE_TYPE_INTEGER: in ToString()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_data_value_test.cpp | 64 EXPECT_EQ(dataValue.GetType(), StorageType::STORAGE_TYPE_INTEGER); in DataValueInt64Check()
|
H A D | distributeddb_interfaces_relational_sync_test.cpp | 837 EXPECT_EQ(value.GetType(), StorageType::STORAGE_TYPE_INTEGER); 849 EXPECT_EQ(value.GetType(), StorageType::STORAGE_TYPE_INTEGER); 854 EXPECT_EQ(value.GetType(), StorageType::STORAGE_TYPE_INTEGER); 937 EXPECT_EQ(val.GetType(), StorageType::STORAGE_TYPE_INTEGER); 939 EXPECT_EQ(val.GetType(), StorageType::STORAGE_TYPE_INTEGER);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
H A D | db_types.h | 155 STORAGE_TYPE_INTEGER, enumerator
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_data_transformer_test.cpp | 55 {StorageType::STORAGE_TYPE_INTEGER, &SetInt64},
|
H A D | distributeddb_cloud_schema_mgr_test.cpp | 710 EXPECT_EQ(fieldInfo.GetStorageType(), StorageType::STORAGE_TYPE_INTEGER); 712 EXPECT_EQ(fieldInfo.GetStorageType(), StorageType::STORAGE_TYPE_INTEGER);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_relational_ver_p2p_sync_test.cpp | 67 StorageType::STORAGE_TYPE_INTEGER, StorageType::STORAGE_TYPE_REAL, 130 {StorageType::STORAGE_TYPE_INTEGER, "INT"}, in GetType() 136 type = StorageType::STORAGE_TYPE_INTEGER; in GetType() 205 case StorageType::STORAGE_TYPE_INTEGER: { in BindValue() 296 {StorageType::STORAGE_TYPE_INTEGER, &SetInt64}, in GenerateValue() 316 columnFirst.SetStorageType(StorageType::STORAGE_TYPE_INTEGER); in InsertFieldInfo() 324 columnThird.SetStorageType(StorageType::STORAGE_TYPE_INTEGER); in InsertFieldInfo() 609 if (dataMap[column].GetType() == StorageType::STORAGE_TYPE_INTEGER) { in CheckSearchData() 1420 localStorageType.push_back(StorageType::STORAGE_TYPE_INTEGER); 1553 localStorageType.push_back(StorageType::STORAGE_TYPE_INTEGER);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/ |
H A D | schema_mgr.cpp | 117 return localType == StorageType::STORAGE_TYPE_INTEGER; in CompareType()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/ |
H A D | table_info.cpp | 93 type = StorageType::STORAGE_TYPE_INTEGER; in AffinityType() 106 storageType_ = StorageType::STORAGE_TYPE_INTEGER; in SetDataType()
|
H A D | relational_result_set_impl.cpp | 174 { static_cast<int>(StorageType::STORAGE_TYPE_INTEGER), ColumnType::INT64 }, in GetColumnType()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | data_transformer.cpp | 101 case StorageType::STORAGE_TYPE_INTEGER: in CalDataValueLength()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
H A D | distributeddb_relational_schema_object_test.cpp | 856 field1.SetStorageType(StorageType::STORAGE_TYPE_INTEGER);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_utils.cpp | 2320 case StorageType::STORAGE_TYPE_INTEGER: { in BindDataValueByType()
|