/packages/modules/StatsD/statsd/tests/external/ |
D | StatsPuller_test.cpp | 95 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 …]
|
D | StatsPullerManager_test.cpp | 104 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()
|
D | StatsCallbackPuller_test.cpp | 199 EXPECT_FALSE(pullerManager->Pull(pullTagId, {uid}, startTimeNs, &dataHolder)); in TEST_F()
|
/packages/modules/Bluetooth/system/gd/common/ |
D | circular_buffer_test.cc | 41 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()
|
D | circular_buffer.h | 37 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/ |
D | metrics_test_helper.h | 41 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,
|
D | NumericValueMetricProducer_test.cpp | 301 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 …]
|
D | GaugeMetricProducer_test.cpp | 135 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/ |
D | README.md | 31 * Pull `contacts2.db` and query: 36 * Pull `contacts2.db` and query with a graphical interface:
|
/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_gatt_client.cc | 117 auto gatt_history = gatt_history_.Pull(); in DumpsysBtaDmGattClient() 136 return gatt_history_.Pull(); in PullCopyOfGattHistory()
|
D | bta_dm_device_search.cc | 1000 auto copy = search_state_history_.Pull(); in DumpsysBtaDmSearch()
|
D | bta_dm_disc.cc | 945 auto copy = discovery_state_history_.Pull(); in DumpsysBtaDmDisc()
|
/packages/modules/StatsD/statsd/tests/shell/ |
D | ShellSubscriber_test.cpp | 306 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/ |
D | StatsPullerManager.h | 105 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,
|
D | StatsPullerManager.cpp | 55 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()
|
D | StatsPuller.h | 60 PullErrorCode Pull(const int64_t eventTimeNs, std::vector<std::shared_ptr<LogEvent>>* data);
|
D | StatsPuller.cpp | 47 PullErrorCode StatsPuller::Pull(const int64_t eventTimeNs, in Pull() function in android::os::statsd::StatsPuller
|
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | le_audio_log_history.cc | 84 std::vector<Record> history = history_->Pull(); in Dump()
|
/packages/modules/Bluetooth/system/stack/test/btm/ |
D | stack_btm_sec_test.cc | 300 btm_cb.history_->Pull(); in TEST_F()
|
/packages/services/Car/tests/BugReportApp/ |
D | README.md | 84 5. Pull collected zip files from the device:
|
/packages/modules/StatsD/statsd/src/shell/ |
D | ShellSubscriberClient.cpp | 229 mPullerMgr->Pull(pullInfo.mPullerMatcher.atom_id(), uids, nowNanos, &data); in pullIfNeeded()
|
/packages/modules/StatsD/statsd/src/metrics/ |
D | NumericValueMetricProducer.cpp | 173 if (!mPullerManager->Pull(mPullAtomId, mConfigKey, timestampNs, &allData)) { in pullAndMatchEventsLocked()
|
D | GaugeMetricProducer.cpp | 410 if (!mPullerManager->Pull(mPullTagId, mConfigKey, timestampNs, &allData)) { in pullAndMatchEventsLocked()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | acl.cc | 1338 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/ |
D | StatsService.cpp | 907 if (mPullerManager->Pull(s, uids, getElapsedRealtimeNs(), &stats)) { in cmd_print_pulled_metrics()
|