Searched refs:pullTagIdWithoutUid (Results 1 – 1 of 1) sorted by relevance
/packages/modules/StatsD/statsd/tests/external/ |
D | StatsPullerManager_test.cpp | 42 int pullTagIdWithoutUid = 99999; variable 145 pullerManager->RegisterPullAtomCallback(unRegisteredUid1, pullTagIdWithoutUid, coolDownNs, in createPullerManagerAndRegister() 147 pullerManager->RegisterPullAtomCallback(unRegisteredUid2, pullTagIdWithoutUid, coolDownNs, in createPullerManagerAndRegister() 303 pullerManager->RegisterReceiver(pullTagIdWithoutUid, configKey, receiver, /*nextPullTimeNs =*/0, in TEST() 310 EXPECT_EQ(StatsdStats::getInstance().mPulledAtomStats[pullTagIdWithoutUid].pullerNotFound, 1); in TEST() 311 EXPECT_EQ(StatsdStats::getInstance().mPulledAtomStats[pullTagIdWithoutUid].pullFailed, 0); in TEST()
|