Searched refs:ShellSubscriberClient (Results 1 – 6 of 6) sorted by relevance
/packages/modules/StatsD/statsd/src/shell/ |
D | ShellSubscriberClient.cpp | 42 vector<ShellSubscriberClient::PullInfo> pullInfo; 59 vector<ShellSubscriberClient::PullInfo> pullInfo; in readConfig() 81 ShellSubscriberClient::PullInfo::PullInfo(const SimpleAtomMatcher& matcher, int64_t startTimeMs, in PullInfo() 92 ShellSubscriberClient::ShellSubscriberClient( in ShellSubscriberClient() function in android::os::statsd::ShellSubscriberClient 109 unique_ptr<ShellSubscriberClient> ShellSubscriberClient::create( in create() 139 return make_unique<ShellSubscriberClient>( in create() 144 unique_ptr<ShellSubscriberClient> ShellSubscriberClient::create( in create() 162 ShellSubscriberClient::kMinCallbackPullIntervalMs); in create() 171 return make_unique<ShellSubscriberClient>( in create() 176 bool ShellSubscriberClient::writeEventToProtoIfMatched(const LogEvent& event, in writeEventToProtoIfMatched() [all …]
|
D | ShellSubscriberClient.h | 43 class ShellSubscriberClient { 56 static std::unique_ptr<ShellSubscriberClient> create(int in, int out, int64_t timeoutSec, 61 static std::unique_ptr<ShellSubscriberClient> create( 67 explicit ShellSubscriberClient(int id, int out,
|
D | ShellSubscriber.h | 81 return ShellSubscriberClient::getMaxSizeKb(); in getMaxSizeKb() 89 bool startNewSubscriptionLocked(unique_ptr<ShellSubscriberClient> client); 105 std::set<unique_ptr<ShellSubscriberClient>> mClientSet;
|
D | ShellSubscriber.cpp | 57 return startNewSubscriptionLocked(ShellSubscriberClient::create( in startNewSubscription() 72 return startNewSubscriptionLocked(ShellSubscriberClient::create( in startNewSubscription() 76 bool ShellSubscriber::startNewSubscriptionLocked(unique_ptr<ShellSubscriberClient> client) { in startNewSubscriptionLocked()
|
/packages/modules/StatsD/statsd/tests/shell/ |
D | ShellSubscriber_test.cpp | 312 shellSubscriberClient = std::move(ShellSubscriberClient::create( in SetUp() 316 unique_ptr<ShellSubscriberClient> shellSubscriberClient; 716 EXPECT_THAT(sleepTimeMs, Eq(ShellSubscriberClient::kMinCallbackSleepIntervalMs)); in TEST_F()
|
/packages/modules/StatsD/statsd/ |
D | Android.bp | 109 "src/shell/ShellSubscriberClient.cpp",
|