Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store.h94 bool CheckCompatible(const std::string &schema, uint8_t type) const override;
H A Drd_single_ver_natural_store.cpp395 bool RdSingleVerNaturalStore::CheckCompatible(const std::string &schema, uint8_t type) const in CheckCompatible() function in DistributedDB::RdSingleVerNaturalStore
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dsync_generic_interface.h139 virtual bool CheckCompatible(const std::string &schema, uint8_t type) const in CheckCompatible() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_single_ver_sync_db_Interface.h97 bool CheckCompatible(const std::string& schema, uint8_t type) const override;
H A Dvirtual_single_ver_sync_db_Interface.cpp159 bool VirtualSingleVerSyncDBInterface::CheckCompatible(const std::string& schema, uint8_t type) const in CheckCompatible() function in DistributedDB::VirtualSingleVerSyncDBInterface
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store.h129 bool CheckCompatible(const std::string &schema, uint8_t type) const override;
H A Dsqlite_single_ver_natural_store.cpp1568 bool SQLiteSingleVerNaturalStore::CheckCompatible(const std::string &schema, uint8_t type) const in CheckCompatible() function in DistributedDB::SQLiteSingleVerNaturalStore
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_sync_able_storage.h123 bool CheckCompatible(const std::string &schema, uint8_t type) const override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dability_sync.cpp431 …bool isCompatible = static_cast<SyncGenericInterface *>(storageInterface_)->CheckCompatible(schema… in AckRecv()
461 …bool isCompatible = static_cast<SyncGenericInterface *>(storageInterface_)->CheckCompatible(schema… in RequestRecv()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp854 bool RelationalSyncAbleStorage::CheckCompatible(const std::string &schema, uint8_t type) const in CheckCompatible() function in DistributedDB::RelationalSyncAbleStorage