Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dstorage_proxy.h154 bool IsTableExistReferenceOrReferenceBy(const std::string &table);
H A Dicloud_sync_storage_interface.h227 virtual bool IsTableExistReferenceOrReferenceBy(const std::string &table) in IsTableExistReferenceOrReferenceBy() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_proxy.cpp676 bool StorageProxy::IsTableExistReferenceOrReferenceBy(const std::string &table) in IsTableExistReferenceOrReferenceBy() function in DistributedDB::StorageProxy
682 return store_->IsTableExistReferenceOrReferenceBy(table); in IsTableExistReferenceOrReferenceBy()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_sync_able_storage.h227 bool IsTableExistReferenceOrReferenceBy(const std::string &table) override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer_extend.cpp1103 if (IsLockInDownload() || storageProxy_->IsTableExistReferenceOrReferenceBy(downloadTable)) { in MarkDownloadFinishIfNeed()
1146 if (storageProxy_->IsTableExistReferenceOrReferenceBy(table)) { in MarkUploadFinishIfNeed()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp2125 bool RelationalSyncAbleStorage::IsTableExistReferenceOrReferenceBy(const std::string &table) in IsTableExistReferenceOrReferenceBy() function in DistributedDB::RelationalSyncAbleStorage