Home
last modified time | relevance | path

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

/system/chre/apps/test/chqts/src/general_test/
Dwwan_cell_info_test.cc37 WwanCellInfoTest::WwanCellInfoTest() : Test(CHRE_API_VERSION_1_1) {} in WwanCellInfoTest() function in general_test::WwanCellInfoTest
39 void WwanCellInfoTest::setUp(uint32_t messageSize, const void * /* message */) { in setUp()
56 WwanCellInfoTest::~WwanCellInfoTest() { in ~WwanCellInfoTest()
61 void WwanCellInfoTest::handleEvent(uint32_t senderInstanceId, in handleEvent()
81 void WwanCellInfoTest::cancelTimer() { in cancelTimer()
88 void WwanCellInfoTest::validateCellInfo( in validateCellInfo()
134 void WwanCellInfoTest::validateCellInfoResult(const void *eventData) const { in validateCellInfoResult()
Dwwan_cell_info_test.h27 class WwanCellInfoTest : public Test {
29 WwanCellInfoTest();
30 ~WwanCellInfoTest();
Dapp.cc224 CASE(kWwanCellInfoTest, WwanCellInfoTest); in createTest()