Searched refs:GetFuncType (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | single_ver_natural_store.h | 38 static RegisterFuncType GetFuncType(int index, const TransPair *transMap, int32_t len);
|
H A D | single_ver_natural_store.cpp | 84 RegisterFuncType SingleVerNaturalStore::GetFuncType(int index, const TransPair *transMap, int32_t l… in GetFuncType() function in DistributedDB::SingleVerNaturalStore
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/ |
H A D | rd_single_ver_natural_store.cpp | 103 auto funcType = GetFuncType(observerType, transMap, sizeof(transMap) / sizeof(TransPair)); in TransObserverTypeToRegisterFunctionType()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_natural_store.cpp | 1642 auto funcType = GetFuncType(observerType, transMap, sizeof(transMap) / sizeof(TransPair)); in TransObserverTypeToRegisterFunctionType() 1661 auto funcType = GetFuncType(conflictType, transMap, sizeof(transMap) / sizeof(TransPair)); in TransConflictTypeToRegisterFunctionType()
|