Home
last modified time | relevance | path

Searched defs:GetResultSet (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
H A Dmock_single_kv_store.cpp31 Status MockSingleKvStore::GetResultSet(const Key &prefixKey, std::shared_ptr<KvStoreResultSet> &res… in GetResultSet() function in OHOS::DistributedKv::MockSingleKvStore
36 Status MockSingleKvStore::GetResultSet(const DataQuery &query, std::shared_ptr<KvStoreResultSet> &r… in GetResultSet() function in OHOS::DistributedKv::MockSingleKvStore
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/mock/
H A Dmock_single_kv_store.cpp31 Status MockSingleKvStore::GetResultSet(const Key &prefixKey, std::shared_ptr<KvStoreResultSet> &res… in GetResultSet() function in OHOS::DistributedKv::MockSingleKvStore
36 Status MockSingleKvStore::GetResultSet( in GetResultSet() function in OHOS::DistributedKv::MockSingleKvStore
/ohos5.0/base/notification/distributed_notification_service/services/test/moduletest/mock/
H A Dmock_single_kv_store.cpp31 Status MockSingleKvStore::GetResultSet(const Key &prefixKey, std::shared_ptr<KvStoreResultSet> &res… in GetResultSet() function in OHOS::DistributedKv::MockSingleKvStore
36 Status MockSingleKvStore::GetResultSet(const DataQuery &query, std::shared_ptr<KvStoreResultSet> &r… in GetResultSet() function in OHOS::DistributedKv::MockSingleKvStore
/ohos5.0/foundation/ability/form_fwk/test/mock/include/
H A Dmock_single_kv_store.h52 DistributedKv::Status GetResultSet( in GetResultSet() function
58 DistributedKv::Status GetResultSet( in GetResultSet() function
/ohos5.0/foundation/ability/ability_runtime/test/mock/common/include/
H A Dmock_single_kv_store.h50 DistributedKv::Status GetResultSet( in GetResultSet() function
56 DistributedKv::Status GetResultSet(const DistributedKv::DataQuery &query, in GetResultSet() function
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_database_branch_test/
H A Dmock_single_kv_store.cpp46 Status MockSingleKvStore::GetResultSet(const Key &prefixKey, std::shared_ptr<KvStoreResultSet> &res… in GetResultSet() function in OHOS::DistributedKv::MockSingleKvStore
51 Status MockSingleKvStore::GetResultSet( in GetResultSet() 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.cpp40 Status MockSingleKvStore::GetResultSet(const Key &prefixKey, std::shared_ptr<KvStoreResultSet> &res… in GetResultSet() function in OHOS::DistributedKv::MockSingleKvStore
45 Status MockSingleKvStore::GetResultSet( in GetResultSet() 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.cpp45 Status MockSingleKvStore::GetResultSet(const Key &prefixKey, std::shared_ptr<KvStoreResultSet> &res… in GetResultSet() function in OHOS::DistributedKv::MockSingleKvStore
50 Status MockSingleKvStore::GetResultSet( in GetResultSet() function in OHOS::DistributedKv::MockSingleKvStore
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dgeneric_kvdb_connection.cpp243 int GenericKvDBConnection::GetResultSet(const IOption &option, const Key &keyPrefix, IKvDBResultSet… in GetResultSet() function in DistributedDB::GenericKvDBConnection
251 int GenericKvDBConnection::GetResultSet(const IOption &option, const Query &query, IKvDBResultSet *… in GetResultSet() function in DistributedDB::GenericKvDBConnection
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H A Dsingle_store_impl.cpp261 Status SingleStoreImpl::GetResultSet(const Key &prefix, std::shared_ptr<ResultSet> &resultSet) const in GetResultSet() function in OHOS::DistributedKv::SingleStoreImpl
279 Status SingleStoreImpl::GetResultSet(const DataQuery &query, std::shared_ptr<ResultSet> &resultSet)… in GetResultSet() function in OHOS::DistributedKv::SingleStoreImpl
393 Status SingleStoreImpl::GetResultSet(const DBQuery &query, std::shared_ptr<ResultSet> &resultSet) c… in GetResultSet() function in OHOS::DistributedKv::SingleStoreImpl
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_result_set_impl.cpp144 void KvStoreResultSetImpl::GetResultSet(IKvDBResultSet *&resultSet) const in GetResultSet() function in DistributedDB::KvStoreResultSetImpl
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/provider/include/
H A Djs_datashare_ext_ability.h304 void GetResultSet(std::shared_ptr<DataShareResultSet> &value) in GetResultSet() function
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/
H A Dmock_single_kv_store.cpp122 Status MockSingleKvStore::GetResultSet(const Key &prefixKey, std::shared_ptr<KvStoreResultSet> &res… in GetResultSet() function in OHOS::DistributedKv::MockSingleKvStore
127 Status MockSingleKvStore::GetResultSet(const DataQuery &query, std::shared_ptr<KvStoreResultSet> &r… in GetResultSet() function in OHOS::DistributedKv::MockSingleKvStore
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store_connection.cpp99 int RdSingleVerNaturalStoreConnection::GetResultSet(const IOption &option, const Key &keyPrefix, in GetResultSet() function in DistributedDB::RdSingleVerNaturalStoreConnection
152 int RdSingleVerNaturalStoreConnection::GetResultSet(const IOption &option, in GetResultSet() function in DistributedDB::RdSingleVerNaturalStoreConnection
/ohos5.0/base/telephony/telephony_data/sms_mms/src/
H A Dsms_mms_ability.cpp262 std::shared_ptr<DataShare::DataShareResultSet> SmsMmsAbility::GetResultSet( in GetResultSet() function in OHOS::Telephony::SmsMmsAbility
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dsingle_store_impl.cpp431 Status SingleStoreImpl::GetResultSet(const Key &prefix, std::shared_ptr<ResultSet> &resultSet) const in GetResultSet() function in OHOS::DistributedKv::SingleStoreImpl
490 Status SingleStoreImpl::GetResultSet(const DataQuery &query, std::shared_ptr<ResultSet> &resultSet)… in GetResultSet() function in OHOS::DistributedKv::SingleStoreImpl
871 Status SingleStoreImpl::GetResultSet(const DBQuery &query, std::shared_ptr<ResultSet> &resultSet) c… in GetResultSet() function in OHOS::DistributedKv::SingleStoreImpl
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_device_kv_store.cpp229 napi_value JsDeviceKVStore::GetResultSet(napi_env env, napi_callback_info info) in GetResultSet() function in OHOS::DistributedKVStore::JsDeviceKVStore
H A Djs_single_kv_store.cpp1010 napi_value JsSingleKVStore::GetResultSet(napi_env env, napi_callback_info info) in GetResultSet() function in OHOS::DistributedKVStore::JsSingleKVStore
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/cj/src/
H A Ddistributed_kv_store_impl.cpp500 int64_t CJDeviceKVStore::GetResultSet(const std::string &deviceId, const std::string &keyPrefix, in… in GetResultSet() function in OHOS::DistributedKVStore::CJDeviceKVStore
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_device_kv_store.cpp249 napi_value JsDeviceKVStore::GetResultSet(napi_env env, napi_callback_info info) in GetResultSet() function in OHOS::DistributedData::JsDeviceKVStore
H A Djs_single_kv_store.cpp201 napi_value JsSingleKVStore::GetResultSet(napi_env env, napi_callback_info info) in GetResultSet() function in OHOS::DistributedData::JsSingleKVStore
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store_connection.cpp534 int SQLiteSingleVerNaturalStoreConnection::GetResultSet(const IOption &option, const Key &keyPrefix, in GetResultSet() function in DistributedDB::SQLiteSingleVerNaturalStoreConnection
578 int SQLiteSingleVerNaturalStoreConnection::GetResultSet(const IOption &option, const Query &query, in GetResultSet() function in DistributedDB::SQLiteSingleVerNaturalStoreConnection
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_clone_test/src/
H A Dmedialibrary_backup_clone_test.cpp139 shared_ptr<ResultSet> GetResultSet(shared_ptr<NativeRdb::RdbStore> rdbStore, const string &querySql) in GetResultSet() function
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/trustprofilemanager/
H A Dtrust_profile_manager.cpp1567 std::shared_ptr<ResultSet> TrustProfileManager::GetResultSet( in GetResultSet() function in OHOS::DistributedDeviceProfile::TrustProfileManager