Searched refs:hasNanoappTimers (Results 1 – 3 of 3) sorted by relevance
39 bool hasNanoappTimers(TimerPool &pool, uint16_t instanceId) { in hasNanoappTimers() function in chre::TestTimer40 return pool.hasNanoappTimers(instanceId); in hasNanoappTimers()102 EXPECT_TRUE(hasNanoappTimers(timerPool, instanceId)); in TEST_F()112 EXPECT_FALSE(hasNanoappTimers(timerPool, instanceId)); in TEST_F()170 EXPECT_TRUE(hasNanoappTimers(timerPool, instanceId)); in TEST_F()175 EXPECT_FALSE(hasNanoappTimers(timerPool, instanceId)); in TEST_F()
308 bool hasNanoappTimers(uint16_t instanceId);
286 bool TimerPool::hasNanoappTimers(uint16_t instanceId) { in hasNanoappTimers() function in chre::TimerPool