Home
last modified time | relevance | path

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

/system/chre/apps/chqts/src/general_test/
Dwwan_cell_info_test.cc36 WwanCellInfoTest::WwanCellInfoTest() in WwanCellInfoTest() function in general_test::WwanCellInfoTest
40 void WwanCellInfoTest::setUp(uint32_t messageSize, const void * /* message */) { in setUp()
57 WwanCellInfoTest::~WwanCellInfoTest() { in ~WwanCellInfoTest()
62 void WwanCellInfoTest::handleEvent(uint32_t senderInstanceId, in handleEvent()
83 void WwanCellInfoTest::cancelTimer() { in cancelTimer()
90 void WwanCellInfoTest::validateCellInfo(uint8_t count, in validateCellInfo()
145 void WwanCellInfoTest::validateCellInfoResult(const void *eventData) const { in validateCellInfoResult()
Dwwan_cell_info_test.h27 class WwanCellInfoTest : public Test {
29 WwanCellInfoTest();
30 ~WwanCellInfoTest();
Dapp.cc225 CASE(kWwanCellInfoTest, WwanCellInfoTest); in createTest()