Home
last modified time | relevance | path

Searched refs:TransConflictTypeToRegisterFunctionType (Results 1 – 5 of 5) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
Dgeneric_kvdb.h115 …virtual int TransConflictTypeToRegisterFunctionType(int conflictType, RegisterFuncType &type) cons…
Dgeneric_kvdb.cpp345 int GenericKvDB::TransConflictTypeToRegisterFunctionType(int conflictType, RegisterFuncType &type) … in TransConflictTypeToRegisterFunctionType() function in DistributedDB::GenericKvDB
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
Dsqlite_single_ver_natural_store.h123 …int TransConflictTypeToRegisterFunctionType(int conflictType, RegisterFuncType &type) const overri…
Dsqlite_single_ver_natural_store.cpp1650 int SQLiteSingleVerNaturalStore::TransConflictTypeToRegisterFunctionType( in TransConflictTypeToRegisterFunctionType() function in DistributedDB::SQLiteSingleVerNaturalStore
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
Ddistributeddb_interfaces_device_identifier_test.cpp385 EXPECT_EQ(errStore->TransConflictTypeToRegisterFunctionType(0, funcType), -E_NOT_SUPPORT);