Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store.h304 int GetExistsDeviceList(std::set<std::string> &devices) const;
H A Dsqlite_single_ver_natural_store_extend.cpp478 errCode = GetExistsDeviceList(removeDevices); in RemoveDeviceDataInner()
H A Dsqlite_single_ver_natural_store.cpp921 int SQLiteSingleVerNaturalStore::GetExistsDeviceList(std::set<std::string> &devices) const in GetExistsDeviceList() function in DistributedDB::SQLiteSingleVerNaturalStore
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.h113 int GetExistsDeviceList(std::set<std::string> &devices) const;
H A Dsqlite_relational_store.cpp927 errCode = handle->GetExistsDeviceList(hashDevices); in GetExistDevices()
H A Dsqlite_single_ver_relational_storage_executor.cpp1599 int SQLiteSingleVerRelationalStorageExecutor::GetExistsDeviceList(std::set<std::string> &devices) c… in GetExistsDeviceList() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor