Home
last modified time | relevance | path

Searched refs:Pull (Results 1 – 25 of 30) sorted by relevance

12

/packages/modules/StatsD/statsd/tests/external/
DStatsPuller_test.cpp95 EXPECT_EQ(puller.Pull(getElapsedRealtimeNs(), &dataHolder), PULL_SUCCESS); in TEST_F()
109 EXPECT_EQ(puller.Pull(getElapsedRealtimeNs(), &dataHolder), PULL_SUCCESS); in TEST_F()
123 EXPECT_EQ(puller.Pull(getElapsedRealtimeNs(), &dataHolder), PULL_SUCCESS); in TEST_F()
137 EXPECT_EQ(puller.Pull(getElapsedRealtimeNs(), &dataHolder), PULL_FAIL); in TEST_F()
143 EXPECT_EQ(puller.Pull(getElapsedRealtimeNs(), &dataHolder), PULL_FAIL); in TEST_F()
155 EXPECT_EQ(puller.Pull(getElapsedRealtimeNs(), &dataHolder), PULL_FAIL); in TEST_F()
164 EXPECT_EQ(puller.Pull(getElapsedRealtimeNs(), &dataHolder), PULL_FAIL); in TEST_F()
174 EXPECT_EQ(puller.Pull(getElapsedRealtimeNs(), &dataHolder), PULL_FAIL); in TEST_F()
185 EXPECT_EQ(puller.Pull(getElapsedRealtimeNs(), &dataHolder), PULL_FAIL); in TEST_F()
195 EXPECT_EQ(puller.Pull(getElapsedRealtimeNs(), &dataHolder), PULL_SUCCESS); in TEST_F()
[all …]
DStatsPullerManager_test.cpp104 EXPECT_FALSE(pullerManager->Pull(pullTagId1, {unregisteredUid}, /*timestamp =*/1, &data)); in TEST()
111 EXPECT_TRUE(pullerManager->Pull(pullTagId1, {uid1}, /*timestamp =*/1, &data)); in TEST()
124 EXPECT_FALSE(pullerManager->Pull(pullTagId1, badConfigKey, /*timestamp =*/1, &data)); in TEST()
133 EXPECT_TRUE(pullerManager->Pull(pullTagId1, configKey, /*timestamp =*/1, &data)); in TEST()
145 EXPECT_FALSE(pullerManager->Pull(pullTagId2, configKey, /*timestamp =*/1, &data)); in TEST()
DStatsCallbackPuller_test.cpp199 EXPECT_FALSE(pullerManager->Pull(pullTagId, {uid}, startTimeNs, &dataHolder)); in TEST_F()
/packages/modules/Bluetooth/system/gd/common/
Dcircular_buffer_test.cc41 auto vec = buffer.Pull(); in TEST()
47 auto vec2 = buffer.Pull(); in TEST()
65 auto vec2 = buffer.Pull(); in TEST()
78 auto vec = buffer.Pull(); in TEST()
97 auto vec = buffer.Pull(); in TEST()
Dcircular_buffer.h37 std::vector<T> Pull() const;
75 std::vector<TimestampedEntry<T>> Pull() const;
98 std::vector<T> bluetooth::common::CircularBuffer<T>::Pull() const { in Pull() function
123 …uct bluetooth::common::TimestampedEntry<T>> bluetooth::common::TimestampedCircularBuffer<T>::Pull() in Pull() function
125 return bluetooth::common::CircularBuffer<TimestampedEntry<T>>::Pull(); in Pull()
/packages/modules/StatsD/statsd/tests/metrics/
Dmetrics_test_helper.h41 MOCK_METHOD4(Pull, bool(const int pullCode, const ConfigKey& key, int64_t eventTimeNs,
43 MOCK_METHOD4(Pull, bool(const int pullCode, const vector<int32_t>& uids,
DNumericValueMetricProducer_test.cpp301 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, bucketStartTimeNs, _)) in TEST()
365 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, _, _)) in TEST_P()
426 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, bucketStartTimeNs, _)) in TEST()
483 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, bucketStartTimeNs, _)) in TEST()
536 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, bucketStartTimeNs, _)) in TEST()
588 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, _, _)) in TEST()
726 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, _, _)) in TEST_P()
780 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, bucketStartTimeNs, _)) in TEST()
804 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, _, _)) in TEST_P()
1063 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, _, _)) in TEST()
[all …]
DGaugeMetricProducer_test.cpp135 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, bucketStartTimeNs, _)) in TEST()
323 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, _, _)) in TEST_P()
399 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, bucketStartTimeNs, _)) in TEST()
450 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, conditionChangeNs, _)) in TEST()
540 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, sliceConditionChangeNs, _)) in TEST()
581 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, bucketStartTimeNs, _)) in TEST()
679 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, _, _)) in TEST()
745 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, _, _)) in TEST()
805 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, _, _)) in TEST()
892 EXPECT_CALL(*pullerManager, Pull(tagId, kConfigKey, bucketStartTimeNs + 3, _)) in TEST()
[all …]
/packages/providers/ContactsProvider/
DREADME.md31 * Pull `contacts2.db` and query:
36 * Pull `contacts2.db` and query with a graphical interface:
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_gatt_client.cc117 auto gatt_history = gatt_history_.Pull(); in DumpsysBtaDmGattClient()
136 return gatt_history_.Pull(); in PullCopyOfGattHistory()
Dbta_dm_device_search.cc1000 auto copy = search_state_history_.Pull(); in DumpsysBtaDmSearch()
Dbta_dm_disc.cc945 auto copy = discovery_state_history_.Pull(); in DumpsysBtaDmDisc()
/packages/modules/StatsD/statsd/tests/shell/
DShellSubscriber_test.cpp306 ON_CALL(*pullerManager, Pull(CPU_ACTIVE_TIME, uids, _, _)) in SetUp()
633 EXPECT_CALL(*pullerManager, Pull(_, A<const vector<int32_t>&>(), _, _)).Times(Exactly(0)); in TEST_F()
644 EXPECT_CALL(*pullerManager, Pull(_, A<const vector<int32_t>&>(), _, _)).Times(Exactly(1)); in TEST_F()
656 EXPECT_CALL(*pullerManager, Pull(_, A<const vector<int32_t>&>(), _, _)).Times(Exactly(1)); in TEST_F()
679 EXPECT_CALL(*pullerManager, Pull(_, A<const vector<int32_t>&>(), _, _)).Times(Exactly(1)); in TEST_F()
699 EXPECT_CALL(*pullerManager, Pull(_, A<const vector<int32_t>&>(), _, _)).Times(Exactly(0)); in TEST_F()
709 EXPECT_CALL(*pullerManager, Pull(_, A<const vector<int32_t>&>(), _, _)).Times(Exactly(0)); in TEST_F()
755 EXPECT_CALL(*pullerManager, Pull(CPU_ACTIVE_TIME, uids, _, _)) in TEST()
778 EXPECT_CALL(*pullerManager, Pull(CPU_ACTIVE_TIME, uids, _, _)) in TEST()
/packages/modules/StatsD/statsd/src/external/
DStatsPullerManager.h105 virtual bool Pull(int tagId, const ConfigKey& configKey, int64_t eventTimeNs,
109 virtual bool Pull(int tagId, const vector<int32_t>& uids, int64_t eventTimeNs,
DStatsPullerManager.cpp55 bool StatsPullerManager::Pull(int tagId, const ConfigKey& configKey, const int64_t eventTimeNs, in Pull() function in android::os::statsd::StatsPullerManager
62 bool StatsPullerManager::Pull(int tagId, const vector<int32_t>& uids, const int64_t eventTimeNs, in Pull() function in android::os::statsd::StatsPullerManager
97 PullErrorCode status = pullerIt->second->Pull(eventTimeNs, data); in PullLocked()
DStatsPuller.h60 PullErrorCode Pull(const int64_t eventTimeNs, std::vector<std::shared_ptr<LogEvent>>* data);
DStatsPuller.cpp47 PullErrorCode StatsPuller::Pull(const int64_t eventTimeNs, in Pull() function in android::os::statsd::StatsPuller
/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_log_history.cc84 std::vector<Record> history = history_->Pull(); in Dump()
/packages/modules/Bluetooth/system/stack/test/btm/
Dstack_btm_sec_test.cc300 btm_cb.history_->Pull(); in TEST_F()
/packages/services/Car/tests/BugReportApp/
DREADME.md84 5. Pull collected zip files from the device:
/packages/modules/StatsD/statsd/src/shell/
DShellSubscriberClient.cpp229 mPullerMgr->Pull(pullInfo.mPullerMatcher.atom_id(), uids, nowNanos, &data); in pullIfNeeded()
/packages/modules/StatsD/statsd/src/metrics/
DNumericValueMetricProducer.cpp173 if (!mPullerManager->Pull(mPullAtomId, mConfigKey, timestampNs, &allData)) { in pullAndMatchEventsLocked()
DGaugeMetricProducer.cpp410 if (!mPullerManager->Pull(mPullTagId, mConfigKey, timestampNs, &allData)) { in pullAndMatchEventsLocked()
/packages/modules/Bluetooth/system/main/shim/
Dacl.cc1338 std::vector<Record> history = btm_cb.history_->Pull(); in DumpsysBtm()
1394 const auto copy = btm_cb.neighbor.inquiry_history_->Pull(); in DumpsysNeighbor()
/packages/modules/StatsD/statsd/src/
DStatsService.cpp907 if (mPullerManager->Pull(s, uids, getElapsedRealtimeNs(), &stats)) { in cmd_print_pulled_metrics()

12