Home
last modified time | relevance | path

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

/system/chre/apps/chqts/src/general_test/
Dsensor_info_test.cc22 SensorInfoTest::SensorInfoTest() in SensorInfoTest() function in general_test::SensorInfoTest
26 void SensorInfoTest::setUp(uint32_t messageSize, const void * /* message */) { in setUp()
47 void SensorInfoTest::validateSensorInfo(const struct chreSensorInfo& info) const { in validateSensorInfo()
69 void SensorInfoTest::handleEvent(uint32_t /* senderInstanceId */, in handleEvent()
Dsensor_info_test.h27 class SensorInfoTest : public Test {
29 SensorInfoTest();
Dapp.cc224 CASE(kSensorInfo, SensorInfoTest); in createTest()