Home
last modified time | relevance | path

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

/system/chre/apps/test/chqts/src/general_test/
Dnanoapp_info_by_app_id_test.cc29 NanoappInfoByAppIdTest::NanoappInfoByAppIdTest() : Test(CHRE_API_VERSION_1_1) {} in NanoappInfoByAppIdTest() function in general_test::NanoappInfoByAppIdTest
31 void NanoappInfoByAppIdTest::setUp(uint32_t /* messageSize */, in setUp()
36 void NanoappInfoByAppIdTest::handleEvent(uint32_t senderInstanceId, in handleEvent()
Dnanoapp_info_by_app_id_test.h31 class NanoappInfoByAppIdTest : public Test {
33 NanoappInfoByAppIdTest();
Dapp.cc226 CASE(kNanoappInfoByAppId, NanoappInfoByAppIdTest); in createTest()