Searched refs:GetStorageType (Results 1 – 12 of 12) sorted by relevance
198 …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…
66 if (g_typeMapFunction.find(item.GetStorageType()) != g_typeMapFunction.end()) { in GenerateRowData()67 type = item.GetStorageType(); in GenerateRowData()
710 EXPECT_EQ(fieldInfo.GetStorageType(), StorageType::STORAGE_TYPE_INTEGER);712 EXPECT_EQ(fieldInfo.GetStorageType(), StorageType::STORAGE_TYPE_INTEGER);
26 uint16_t GetStorageType();
33 uint16_t Storage::GetStorageType() in GetStorageType() function in OHOS::Media::Storage
52 MtpPacketTool::PutUInt16(outBuffer, storage_->GetStorageType()); in Maker()
45 StorageType GetStorageType() const;
109 StorageType localType = localField.GetStorageType(); in CompareType()
756 if (field.GetStorageType() == StorageType::STORAGE_TYPE_REAL) { in IsViolationOfConstraints()
139 StorageType FieldInfo::GetStorageType() const in GetStorageType() function in DistributedDB::FieldInfo179 if (storageType_ != inField.GetStorageType()) { in CompareWithField()
156 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()
999 if (type != static_cast<int32_t>(oldField.GetStorageType()) || in CheckFields()