Home
last modified time | relevance | path

Searched defs:GetEntries (Results 1 – 25 of 52) sorted by relevance

123

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Dkv_store_snapshot_callback.cpp33 std::vector<Entry> KvStoreSnapshotCallback::GetEntries() in GetEntries() function in KvStoreSnapshotCallback
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_natural_store_snapshot.cpp46 int MultiVerNaturalStoreSnapshot::GetEntries(const Key &keyPrefix, std::vector<Entry> &entries) con… in GetEntries() function in DistributedDB::MultiVerNaturalStoreSnapshot
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/
H A Dsqlite_local_kvdb_snapshot.cpp39 int SQLiteLocalKvDBSnapshot::GetEntries(const Key &keyPrefix, std::vector<Entry> &entries) const in GetEntries() function in DistributedDB::SQLiteLocalKvDBSnapshot
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dproxy_directory.cpp63 vector<IDirectory::Entry> ProxyDirectory::GetEntries() const in GetEntries() function in ProxyDirectory
H A Dstd_directory.cpp120 vector<IDirectory::Entry> StdDirectory::GetEntries() const in GetEntries() function in StdDirectory
219 vector<IDirectory::Entry> StdDirectory::GetEntries() const in GetEntries() function in StdDirectory
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_snapshot_delegate_impl.cpp54 void KvStoreSnapshotDelegateImpl::GetEntries( in GetEntries() function in DistributedDB::KvStoreSnapshotDelegateImpl
H A Dintercepted_data_impl.cpp85 std::vector<KVEntry> InterceptedDataImpl::GetEntries() in GetEntries() function in DistributedDB::InterceptedDataImpl
H A Dkv_store_nb_delegate_impl.cpp91 DBStatus KvStoreNbDelegateImpl::GetEntries(const Key &keyPrefix, std::vector<Entry> &entries) const in GetEntries() function in DistributedDB::KvStoreNbDelegateImpl
98 DBStatus KvStoreNbDelegateImpl::GetEntries(const Key &keyPrefix, KvStoreResultSet *&resultSet) const in GetEntries() function in DistributedDB::KvStoreNbDelegateImpl
125 DBStatus KvStoreNbDelegateImpl::GetEntries(const Query &query, std::vector<Entry> &entries) const in GetEntries() function in DistributedDB::KvStoreNbDelegateImpl
146 DBStatus KvStoreNbDelegateImpl::GetEntries(const Query &query, KvStoreResultSet *&resultSet) const in GetEntries() function in DistributedDB::KvStoreNbDelegateImpl
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Ddb_store_mock.cpp25 DBStatus DBStoreMock::GetEntries(const Key &keyPrefix, std::vector<Entry> &entries) const in GetEntries() function in OHOS::DistributedData::DBStoreMock
30 DBStatus DBStoreMock::GetEntries(const Key &keyPrefix, KvStoreResultSet *&resultSet) const in GetEntries() function in OHOS::DistributedData::DBStoreMock
36 DBStatus DBStoreMock::GetEntries(const Query &query, std::vector<Entry> &entries) const in GetEntries() function in OHOS::DistributedData::DBStoreMock
41 DBStatus DBStoreMock::GetEntries(const Query &query, KvStoreResultSet *&resultSet) const in GetEntries() function in OHOS::DistributedData::DBStoreMock
260 DBStatus DBStoreMock::GetEntries(ConcurrentMap<Key, Value> &store, const Key &keyPrefix, in GetEntries() function in OHOS::DistributedData::DBStoreMock
H A Dkv_store_nb_delegate_mock.cpp24 DBStatus KvStoreNbDelegateMock::GetEntries(const Key &keyPrefix, std::vector<Entry> &entries) const in GetEntries() function in DistributedDB::KvStoreNbDelegateMock
29 DBStatus KvStoreNbDelegateMock::GetEntries(const Key &keyPrefix, KvStoreResultSet *&resultSet) const in GetEntries() function in DistributedDB::KvStoreNbDelegateMock
34 DBStatus KvStoreNbDelegateMock::GetEntries(const Query &query, std::vector<Entry> &entries) const in GetEntries() function in DistributedDB::KvStoreNbDelegateMock
39 DBStatus KvStoreNbDelegateMock::GetEntries(const Query &query, KvStoreResultSet *&resultSet) const in GetEntries() function in DistributedDB::KvStoreNbDelegateMock
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dgeneric_kvdb_connection.cpp227 int GenericKvDBConnection::GetEntries(const IOption &option, const Key &keyPrefix, std::vector<Entr… in GetEntries() function in DistributedDB::GenericKvDBConnection
235 int GenericKvDBConnection::GetEntries(const IOption &option, const Query &query, std::vector<Entry>… in GetEntries() function in DistributedDB::GenericKvDBConnection
445 int GenericKvDBConnection::GetEntries(const std::string &device, std::vector<Entry> &entries) const in GetEntries() function in DistributedDB::GenericKvDBConnection
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
H A Dmock_single_kv_store.cpp21 Status MockSingleKvStore::GetEntries(const Key &prefixKey, std::vector<Entry> &entries) const in GetEntries() function in OHOS::DistributedKv::MockSingleKvStore
26 Status MockSingleKvStore::GetEntries(const DataQuery &query, std::vector<Entry> &entries) const in GetEntries() function in OHOS::DistributedKv::MockSingleKvStore
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/mock/
H A Dmock_single_kv_store.cpp21 Status MockSingleKvStore::GetEntries(const Key &prefixKey, std::vector<Entry> &entries) const in GetEntries() function in OHOS::DistributedKv::MockSingleKvStore
26 Status MockSingleKvStore::GetEntries(const DataQuery &query, std::vector<Entry> &entries) const in GetEntries() function in OHOS::DistributedKv::MockSingleKvStore
/ohos5.0/base/notification/distributed_notification_service/services/test/moduletest/mock/
H A Dmock_single_kv_store.cpp21 Status MockSingleKvStore::GetEntries(const Key &prefixKey, std::vector<Entry> &entries) const in GetEntries() function in OHOS::DistributedKv::MockSingleKvStore
26 Status MockSingleKvStore::GetEntries(const DataQuery &query, std::vector<Entry> &entries) const in GetEntries() function in OHOS::DistributedKv::MockSingleKvStore
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H A Dsingle_store_impl.cpp225 void SingleStoreImpl::GetEntries(const Key &prefix, const std::string &networkId, in GetEntries() function in OHOS::DistributedKv::SingleStoreImpl
233 Status SingleStoreImpl::GetEntries(const Key &prefix, std::vector<Entry> &entries) const in GetEntries() function in OHOS::DistributedKv::SingleStoreImpl
251 Status SingleStoreImpl::GetEntries(const DataQuery &query, std::vector<Entry> &entries) const in GetEntries() function in OHOS::DistributedKv::SingleStoreImpl
410 Status SingleStoreImpl::GetEntries(const DBQuery &query, std::vector<Entry> &entries) const in GetEntries() function in OHOS::DistributedKv::SingleStoreImpl
/ohos5.0/foundation/ability/form_fwk/test/mock/include/
H A Dmock_single_kv_store.h40 DistributedKv::Status GetEntries( in GetEntries() function
46 DistributedKv::Status GetEntries( in GetEntries() function
/ohos5.0/foundation/ability/ability_runtime/test/mock/common/include/
H A Dmock_single_kv_store.h38 DistributedKv::Status GetEntries( in GetEntries() function
44 DistributedKv::Status GetEntries( in GetEntries() function
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_database_branch_test/
H A Dmock_single_kv_store.cpp36 Status MockSingleKvStore::GetEntries(const Key &prefixKey, std::vector<Entry> &entries) const in GetEntries() function in OHOS::DistributedKv::MockSingleKvStore
41 Status MockSingleKvStore::GetEntries(const DataQuery &query, std::vector<Entry> &entries) const in GetEntries() function in OHOS::DistributedKv::MockSingleKvStore
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_preferences_database_test/
H A Dmock_single_kv_store.cpp30 Status MockSingleKvStore::GetEntries(const Key &prefixKey, std::vector<Entry> &entries) const in GetEntries() function in OHOS::DistributedKv::MockSingleKvStore
35 Status MockSingleKvStore::GetEntries(const DataQuery &query, std::vector<Entry> &entries) const in GetEntries() function in OHOS::DistributedKv::MockSingleKvStore
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_screen_status_manager_branch_test/
H A Dmock_single_kv_store.cpp30 Status MockSingleKvStore::GetEntries(const Key &prefixKey, std::vector<Entry> &entries) const in GetEntries() function in OHOS::DistributedKv::MockSingleKvStore
40 Status MockSingleKvStore::GetEntries(const DataQuery &query, std::vector<Entry> &entries) const in GetEntries() function in OHOS::DistributedKv::MockSingleKvStore
/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dsingle_kvstore.h74 virtual void GetEntries(const Key &prefix, in GetEntries() function
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/
H A Dmock_single_kv_store.cpp101 Status MockSingleKvStore::GetEntries(const Key &prefixKey, std::vector<Entry> &entries) const in GetEntries() function in OHOS::DistributedKv::MockSingleKvStore
117 Status MockSingleKvStore::GetEntries(const DataQuery &query, std::vector<Entry> &entries) const in GetEntries() function in OHOS::DistributedKv::MockSingleKvStore
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dunified_record.cpp127 std::shared_ptr<std::map<std::string, ValueType>> UnifiedRecord::GetEntries() const in GetEntries() function in OHOS::UDMF::UnifiedRecord
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_local_storage_executor.cpp81 int SQLiteLocalStorageExecutor::GetEntries(const Key &keyPrefix, in GetEntries() function in DistributedDB::SQLiteLocalStorageExecutor
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/multiver/
H A Dmulti_ver_sync_task_context.cpp159 void MultiVerSyncTaskContext::GetEntries(std::vector<MultiVerKvEntry *> &entries) const in GetEntries() function in DistributedDB::MultiVerSyncTaskContext

123