Searched refs:collateTypeMap (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/ |
H A D | relational_store_manager.cpp | 165 static int GetCollateTypeByName(const std::map<std::string, CollateType> &collateTypeMap, in GetCollateTypeByName() argument 168 auto it = collateTypeMap.find(name); in GetCollateTypeByName() 169 if (it == collateTypeMap.end()) { in GetCollateTypeByName() 183 const std::map<std::string, CollateType> &collateTypeMap) in CalcPrimaryKeyHash() argument 195 if (GetCollateTypeByName(collateTypeMap, iter->first, collateType) != E_OK) { in CalcPrimaryKeyHash() 213 …if (GetCollateTypeByName(collateTypeMap, DBCommon::ToLowerCase(item.first), collateType) != E_OK) { in CalcPrimaryKeyHash()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/relationalstoremanager_fuzzer/ |
H A D | relationalstoremanager_fuzzer.cpp | 142 std::map<std::string, CollateType> collateTypeMap = {{ key, collateType }}; in CombineTest() local 143 g_mgr.CalcPrimaryKeyHash(primaryKey, collateTypeMap); in CombineTest()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/relational/ |
H A D | relational_store_manager.h | 35 const std::map<std::string, CollateType> &collateTypeMap = {});
|