/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/ |
H A D | kv_store_snapshot_callback.cpp | 33 std::vector<Entry> KvStoreSnapshotCallback::GetEntries() in GetEntries() function in KvStoreSnapshotCallback
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
H A D | multi_ver_natural_store_snapshot.cpp | 46 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 D | sqlite_local_kvdb_snapshot.cpp | 39 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 D | proxy_directory.cpp | 63 vector<IDirectory::Entry> ProxyDirectory::GetEntries() const in GetEntries() function in ProxyDirectory
|
H A D | std_directory.cpp | 120 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 D | kv_store_snapshot_delegate_impl.cpp | 54 void KvStoreSnapshotDelegateImpl::GetEntries( in GetEntries() function in DistributedDB::KvStoreSnapshotDelegateImpl
|
H A D | intercepted_data_impl.cpp | 85 std::vector<KVEntry> InterceptedDataImpl::GetEntries() in GetEntries() function in DistributedDB::InterceptedDataImpl
|
H A D | kv_store_nb_delegate_impl.cpp | 91 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 D | db_store_mock.cpp | 25 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 D | kv_store_nb_delegate_mock.cpp | 24 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 D | generic_kvdb_connection.cpp | 227 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 D | mock_single_kv_store.cpp | 21 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 D | mock_single_kv_store.cpp | 21 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 D | mock_single_kv_store.cpp | 21 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 D | single_store_impl.cpp | 225 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 D | mock_single_kv_store.h | 40 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 D | mock_single_kv_store.h | 38 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 D | mock_single_kv_store.cpp | 36 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 D | mock_single_kv_store.cpp | 30 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 D | mock_single_kv_store.cpp | 30 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 D | single_kvstore.h | 74 virtual void GetEntries(const Key &prefix, in GetEntries() function
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/ |
H A D | mock_single_kv_store.cpp | 101 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 D | unified_record.cpp | 127 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 D | sqlite_local_storage_executor.cpp | 81 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 D | multi_ver_sync_task_context.cpp | 159 void MultiVerSyncTaskContext::GetEntries(std::vector<MultiVerKvEntry *> &entries) const in GetEntries() function in DistributedDB::MultiVerSyncTaskContext
|