Home
last modified time | relevance | path

Searched refs:GetResultSet (Results 1 – 13 of 13) sorted by relevance

/base/notification/distributed_notification_service/services/ans/test/unittest/mock/include/
Dmock_single_kv_store.h61 …Status GetResultSet(const Key &prefixKey, std::shared_ptr<KvStoreResultSet> &resultSet) const over…
70 …Status GetResultSet(const DataQuery &query, std::shared_ptr<KvStoreResultSet> &resultSet) const ov…
/base/notification/distributed_notification_service/services/test/moduletest/mock/include/
Dmock_single_kv_store.h61 …virtual Status GetResultSet(const Key &prefixKey, std::shared_ptr<KvStoreResultSet> &resultSet) co…
70 …Status GetResultSet(const DataQuery &query, std::shared_ptr<KvStoreResultSet> &resultSet) const ov…
/base/notification/distributed_notification_service/services/distributed/test/unittest/mock/
Dmock_single_kv_store.h61 …virtual Status GetResultSet(const Key &prefixKey, std::shared_ptr<KvStoreResultSet> &resultSet) co…
70 virtual Status GetResultSet(const DataQuery &query,
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
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_screen_status_manager_branch_test/
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
/base/notification/distributed_notification_service/services/test/moduletest/mock/
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
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_database_branch_test/
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
/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
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
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_preferences_database_test/
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
/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/include/
Dmock_single_kv_store.h60 …virtual Status GetResultSet(const Key &prefixKey, std::shared_ptr<KvStoreResultSet> &resultSet) co…
69 …Status GetResultSet(const DataQuery &query, std::shared_ptr<KvStoreResultSet> &resultSet) const ov…
/base/telephony/telephony_data/sms_mms/include/
Dsms_mms_ability.h104 …std::shared_ptr<DataShare::DataShareResultSet> GetResultSet(MessageUriType messageUriType, const U…
/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/
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
/base/telephony/telephony_data/sms_mms/src/
Dsms_mms_ability.cpp177 return GetResultSet(messageUriType, uri); in Query()
263 std::shared_ptr<DataShare::DataShareResultSet> SmsMmsAbility::GetResultSet( in GetResultSet() function in OHOS::Telephony::SmsMmsAbility