Home
last modified time | relevance | path

Searched refs:ShellSubscriberClient (Results 1 – 6 of 6) sorted by relevance

/packages/modules/StatsD/statsd/src/shell/
DShellSubscriberClient.cpp42 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 …]
DShellSubscriberClient.h43 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,
DShellSubscriber.h81 return ShellSubscriberClient::getMaxSizeKb(); in getMaxSizeKb()
89 bool startNewSubscriptionLocked(unique_ptr<ShellSubscriberClient> client);
105 std::set<unique_ptr<ShellSubscriberClient>> mClientSet;
DShellSubscriber.cpp57 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/
DShellSubscriber_test.cpp312 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/
DAndroid.bp109 "src/shell/ShellSubscriberClient.cpp",