/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/ |
H A D | rd_single_ver_natural_store.h | 94 bool CheckCompatible(const std::string &schema, uint8_t type) const override;
|
H A D | rd_single_ver_natural_store.cpp | 395 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 D | sync_generic_interface.h | 139 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 D | virtual_single_ver_sync_db_Interface.h | 97 bool CheckCompatible(const std::string& schema, uint8_t type) const override;
|
H A D | virtual_single_ver_sync_db_Interface.cpp | 159 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 D | sqlite_single_ver_natural_store.h | 129 bool CheckCompatible(const std::string &schema, uint8_t type) const override;
|
H A D | sqlite_single_ver_natural_store.cpp | 1568 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 D | relational_sync_able_storage.h | 123 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 D | ability_sync.cpp | 431 …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 D | relational_sync_able_storage.cpp | 854 bool RelationalSyncAbleStorage::CheckCompatible(const std::string &schema, uint8_t type) const in CheckCompatible() function in DistributedDB::RelationalSyncAbleStorage
|