Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/tests/
DDataCorruptionReason_test.cpp50 constexpr int32_t kInterestAtomId = 3; variable
53 constexpr int32_t kUnusedAtomId = kInterestAtomId + 100;
75 const int64_t matcherId = StringToId("CUSTOM_EVENT" + std::to_string(kInterestAtomId)); in buildGoodEventConfig()
79 simpleAtomMatcher->set_atom_id(kInterestAtomId); in buildGoodEventConfig()
140 config.add_whitelisted_atom_ids(kInterestAtomId); in SetUp()
197 CreateNoValuesLogEvent(&eventOfInterest, kInterestAtomId /* atom id */, 0 /* timestamp */); in TEST_P()
202 const auto eventSocketLossReported = createSocketLossInfoLogEvent(kAppUid, kInterestAtomId); in TEST_P()
234 const auto usedEventSocketLossReported = createSocketLossInfoLogEvent(kAppUid, kInterestAtomId); in TEST_P()
250 auto usedEventSocketLossReported = createSocketLossInfoLogEvent(kAppUid, kInterestAtomId); in TEST_P()
265 usedEventSocketLossReported = createSocketLossInfoLogEvent(kAppUid, kInterestAtomId); in TEST_P()
[all …]