Home
last modified time | relevance | path

Searched refs:StatsService (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/cmds/statsd/src/
DStatsService.cpp129 StatsService::StatsService(const sp<Looper>& handlerLooper, shared_ptr<LogEventQueue> queue) in StatsService() function in android::os::statsd::StatsService
208 StatsService::~StatsService() { in ~StatsService()
212 void StatsService::readLogs() { in readLogs()
228 void StatsService::init_system_properties() { in init_system_properties()
236 void StatsService::init_build_type_callback(void* cookie, const char* /*name*/, const char* value, in init_build_type_callback()
239 reinterpret_cast<StatsService*>(cookie)->mEngBuild = true; in init_build_type_callback()
247 status_t StatsService::onTransact(uint32_t code, const Parcel& data, Parcel* reply, in onTransact()
282 status_t StatsService::dump(int fd, const Vector<String16>& args) { in dump()
315 void StatsService::dumpStatsdStats(int out, bool verbose, bool proto) { in dumpStatsdStats()
331 void StatsService::dumpIncidentSection(int out) { in dumpIncidentSection()
[all …]
Dmain.cpp41 sp<StatsService> service;
45 sp<StatsService> gStatsService = nullptr;
82 gStatsService = new StatsService(looper, eventQueue); in main()
DStatsService.h53 class StatsService : public BnStatsManager,
56 StatsService(const sp<Looper>& handlerLooper, std::shared_ptr<LogEventQueue> queue);
57 virtual ~StatsService();
/frameworks/base/cmds/statsd/tests/
DStatsService_test.cpp36 StatsService service(nullptr, nullptr); in TEST()
46 StatsService service(nullptr, nullptr); in TEST()
54 StatsService service(nullptr, nullptr); in TEST()
72 StatsService service(nullptr, nullptr); in TEST()
DStatsLogProcessor_test.cpp1552 StatsService service(nullptr, nullptr); in TEST()
/frameworks/base/cmds/statsd/tests/e2e/
DPartialBucket_e2e_test.cpp35 void SendConfig(StatsService& service, const StatsdConfig& config) { in SendConfig()
114 StatsService service(nullptr, nullptr); in TEST()
129 StatsService service(nullptr, nullptr); in TEST()
149 StatsService service(nullptr, nullptr); in TEST()
177 StatsService service(nullptr, nullptr); in TEST()
204 StatsService service(nullptr, nullptr); in TEST()
222 StatsService service(nullptr, nullptr); in TEST()
247 StatsService service(nullptr, nullptr); in TEST()
265 StatsService service(nullptr, nullptr); in TEST()
/frameworks/base/cmds/statsd/
DAndroid.bp104 "src/StatsService.cpp",