Searched refs:IsTableExistReferenceOrReferenceBy (Results 1 – 6 of 6) sorted by relevance
154 bool IsTableExistReferenceOrReferenceBy(const std::string &table);
227 virtual bool IsTableExistReferenceOrReferenceBy(const std::string &table) in IsTableExistReferenceOrReferenceBy() function
676 bool StorageProxy::IsTableExistReferenceOrReferenceBy(const std::string &table) in IsTableExistReferenceOrReferenceBy() function in DistributedDB::StorageProxy682 return store_->IsTableExistReferenceOrReferenceBy(table); in IsTableExistReferenceOrReferenceBy()
227 bool IsTableExistReferenceOrReferenceBy(const std::string &table) override;
1103 if (IsLockInDownload() || storageProxy_->IsTableExistReferenceOrReferenceBy(downloadTable)) { in MarkDownloadFinishIfNeed()1146 if (storageProxy_->IsTableExistReferenceOrReferenceBy(table)) { in MarkUploadFinishIfNeed()
2125 bool RelationalSyncAbleStorage::IsTableExistReferenceOrReferenceBy(const std::string &table) in IsTableExistReferenceOrReferenceBy() function in DistributedDB::RelationalSyncAbleStorage