Home
last modified time | relevance | path

Searched refs:IsTableExistReference (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dstorage_proxy.h152 bool IsTableExistReference(const std::string &table);
H A Dicloud_sync_storage_interface.h222 virtual bool IsTableExistReference(const std::string &table) in IsTableExistReference() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_proxy.cpp667 bool StorageProxy::IsTableExistReference(const std::string &table) in IsTableExistReference() function in DistributedDB::StorageProxy
673 return store_->IsTableExistReference(table); in IsTableExistReference()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_sync_able_storage.h225 bool IsTableExistReference(const std::string &table) override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_meta_data_test.cpp300 EXPECT_EQ(proxyObj.IsTableExistReference(TABLE_NAME_1), false);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp2113 bool RelationalSyncAbleStorage::IsTableExistReference(const std::string &table) in IsTableExistReference() function in DistributedDB::RelationalSyncAbleStorage