Home
last modified time | relevance | path

Searched refs:protoToBytes (Results 1 – 2 of 2) sorted by relevance

/packages/modules/StatsD/statsd/tests/shell/
DShellSubscriber_test.cpp209 const vector<uint8_t> trainExpIdsBytes = protoToBytes(trainExpIds); in createTestAtomReportedEvent()
266 configBytes = protoToBytes(config); in SetUp()
309 configBytes = protoToBytes(getPulledConfig()); in SetUp()
/packages/modules/StatsD/statsd/tests/
Dstatsd_test_util.h845 std::vector<uint8_t> protoToBytes(const P& proto) { in protoToBytes() function