Home
last modified time | relevance | path

Searched refs:GetFuncType (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dsingle_ver_natural_store.h38 static RegisterFuncType GetFuncType(int index, const TransPair *transMap, int32_t len);
H A Dsingle_ver_natural_store.cpp84 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 Drd_single_ver_natural_store.cpp103 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 Dsqlite_single_ver_natural_store.cpp1642 auto funcType = GetFuncType(observerType, transMap, sizeof(transMap) / sizeof(TransPair)); in TransObserverTypeToRegisterFunctionType()
1661 auto funcType = GetFuncType(conflictType, transMap, sizeof(transMap) / sizeof(TransPair)); in TransConflictTypeToRegisterFunctionType()