Home
last modified time | relevance | path

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 Ddata_value.cpp119 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 Ddistributeddb_interfaces_data_value_test.cpp64 EXPECT_EQ(dataValue.GetType(), StorageType::STORAGE_TYPE_INTEGER); in DataValueInt64Check()
H A Ddistributeddb_interfaces_relational_sync_test.cpp837 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 Ddb_types.h155 STORAGE_TYPE_INTEGER, enumerator
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_data_transformer_test.cpp55 {StorageType::STORAGE_TYPE_INTEGER, &SetInt64},
H A Ddistributeddb_cloud_schema_mgr_test.cpp710 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 Ddistributeddb_relational_ver_p2p_sync_test.cpp67 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 Dschema_mgr.cpp117 return localType == StorageType::STORAGE_TYPE_INTEGER; in CompareType()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Dtable_info.cpp93 type = StorageType::STORAGE_TYPE_INTEGER; in AffinityType()
106 storageType_ = StorageType::STORAGE_TYPE_INTEGER; in SetDataType()
H A Drelational_result_set_impl.cpp174 { static_cast<int>(StorageType::STORAGE_TYPE_INTEGER), ColumnType::INT64 }, in GetColumnType()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Ddata_transformer.cpp101 case StorageType::STORAGE_TYPE_INTEGER: in CalDataValueLength()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_relational_schema_object_test.cpp856 field1.SetStorageType(StorageType::STORAGE_TYPE_INTEGER);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.cpp2320 case StorageType::STORAGE_TYPE_INTEGER: { in BindDataValueByType()