Home
last modified time | relevance | path

Searched refs:CheckCompatible (Results 1 – 10 of 10) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
Dsync_generic_interface.h139 virtual bool CheckCompatible(const std::string &schema, uint8_t type) const in CheckCompatible() function
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
Drd_single_ver_natural_store.h92 bool CheckCompatible(const std::string &schema, uint8_t type) const override;
Drd_single_ver_natural_store.cpp268 bool RdSingleVerNaturalStore::CheckCompatible(const std::string &schema, uint8_t type) const in CheckCompatible() function in DistributedDB::RdSingleVerNaturalStore
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
Dvirtual_single_ver_sync_db_Interface.h97 bool CheckCompatible(const std::string& schema, uint8_t type) const override;
Dvirtual_single_ver_sync_db_Interface.cpp158 bool VirtualSingleVerSyncDBInterface::CheckCompatible(const std::string& schema, uint8_t type) const in CheckCompatible() function in DistributedDB::VirtualSingleVerSyncDBInterface
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
Dsqlite_single_ver_natural_store.h122 bool CheckCompatible(const std::string &schema, uint8_t type) const override;
Dsqlite_single_ver_natural_store.cpp1494 bool SQLiteSingleVerNaturalStore::CheckCompatible(const std::string &schema, uint8_t type) const in CheckCompatible() function in DistributedDB::SQLiteSingleVerNaturalStore
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
Drelational_sync_able_storage.h122 bool CheckCompatible(const std::string &schema, uint8_t type) const override;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
Dability_sync.cpp407 …bool isCompatible = static_cast<SyncGenericInterface *>(storageInterface_)->CheckCompatible(schema… in AckRecv()
437 …bool isCompatible = static_cast<SyncGenericInterface *>(storageInterface_)->CheckCompatible(schema… in RequestRecv()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
Drelational_sync_able_storage.cpp846 bool RelationalSyncAbleStorage::CheckCompatible(const std::string &schema, uint8_t type) const in CheckCompatible() function in DistributedDB::RelationalSyncAbleStorage