Searched defs:collateType (Results 1 – 6 of 6) sorted by relevance
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/ |
| D | relational_store_manager.cpp | 166 const std::string &name, CollateType &collateType) in GetCollateTypeByName() 191 CollateType collateType = CollateType::COLLATE_NONE; in CalcPrimaryKeyHash() local
|
| D | relational_store_sqlite_ext.cpp | 450 …DistributedDB::CollateType collateType = static_cast<DistributedDB::CollateType>(sqlite3_value_int… in CalcHashKey() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/ |
| D | cloud_storage_utils.cpp | 203 …oudStorageUtils::Int64ToVector(const VBucket &vBucket, const Field &field, CollateType collateType, in Int64ToVector() 215 …loudStorageUtils::BoolToVector(const VBucket &vBucket, const Field &field, CollateType collateType, in BoolToVector() 227 …udStorageUtils::DoubleToVector(const VBucket &vBucket, const Field &field, CollateType collateType, in DoubleToVector() 241 …loudStorageUtils::TextToVector(const VBucket &vBucket, const Field &field, CollateType collateType, in TextToVector() 258 …loudStorageUtils::BlobToVector(const VBucket &vBucket, const Field &field, CollateType collateType, in BlobToVector() 639 CollateType collateType, std::vector<uint8_t> &hashValue) in CalculateHashKeyForOneField() 1008 CollateType collateType = fieldInfos.at(pkMap.begin()->first).GetCollateType(); in GetHashValueWithPrimaryKeyMap() local 1020 CollateType collateType = fieldInfos.at(item.first).GetCollateType(); in GetHashValueWithPrimaryKeyMap() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/relationalstoremanager_fuzzer/ |
| D | relationalstoremanager_fuzzer.cpp | 141 auto collateType = static_cast<CollateType>(data[0]); in CombineTest() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
| D | distributeddb_relational_cloud_syncable_storage_test.cpp | 1251 std::map<std::string, CollateType> collateType = {{"name", CollateType::COLLATE_NONE}}; variable 1306 std::map<std::string, CollateType> collateType = {{"id", CollateType::COLLATE_NONE}}; variable
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/ |
| D | table_info.cpp | 212 void FieldInfo::SetCollateType(CollateType collateType) in SetCollateType()
|