Home
last modified time | relevance | path

Searched refs:GetStorageType (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_schema_analysis_test.cpp198 …EXPECT_EQ(field.GetStorageType(), StorageType::STORAGE_TYPE_BLOB); // asset and assets affinity bl…
200 …EXPECT_EQ(field.GetStorageType(), StorageType::STORAGE_TYPE_NULL); // asset and assets affinity bl…
H A Ddistributeddb_data_transformer_test.cpp66 if (g_typeMapFunction.find(item.GetStorageType()) != g_typeMapFunction.end()) { in GenerateRowData()
67 type = item.GetStorageType(); in GenerateRowData()
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/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dstorage.h26 uint16_t GetStorageType();
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dstorage.cpp33 uint16_t Storage::GetStorageType() in GetStorageType() function in OHOS::Media::Storage
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/
H A Dget_storage_info_data.cpp52 MtpPacketTool::PutUInt16(outBuffer, storage_->GetStorageType()); in Maker()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Dtable_info.h45 StorageType GetStorageType() const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dschema_mgr.cpp109 StorageType localType = localField.GetStorageType(); in CompareType()
H A Dcloud_storage_utils.cpp756 if (field.GetStorageType() == StorageType::STORAGE_TYPE_REAL) { in IsViolationOfConstraints()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Dtable_info.cpp139 StorageType FieldInfo::GetStorageType() const in GetStorageType() function in DistributedDB::FieldInfo
179 if (storageType_ != inField.GetStorageType()) { in CompareWithField()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_relational_ver_p2p_sync_test.cpp156 std::string type = GetType(field.GetStorageType()); in CreateTable()
303 if (typeMapFunction.find(fieldInfo.GetStorageType()) == typeMapFunction.end()) { in GenerateValue()
306 typeMapFunction[fieldInfo.GetStorageType()](dataValue); in GenerateValue()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store.cpp999 if (type != static_cast<int32_t>(oldField.GetStorageType()) || in CheckFields()