Home
last modified time | relevance | path

Searched refs:g_sensorList (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/sensor/test/common/src/
H A Dsensor_callback_impl.cpp54 struct SensorDevelopmentList g_sensorList[] = { variable
69 constexpr int32_t LIST_NUM = sizeof(g_sensorList) / sizeof(g_sensorList[0]);
113 if (event.sensorId == g_sensorList[i].sensorTypeId) { in OnDataEvent()
115 SensorDataVerification(*data, g_sensorList[i]); in OnDataEvent()
/ohos5.0/drivers/peripheral/sensor/test/unittest/common/
H A Dhdf_sensor_test.cpp54 struct SensorDevelopmentList g_sensorList[] = { variable
67 constexpr int32_t g_listNum = sizeof(g_sensorList) / sizeof(g_sensorList[0]);
114 if (event->sensorId == g_sensorList[i].sensorTypeId) { in TraditionalSensorTestDataCallback()
116 SensorDataVerification(*data, g_sensorList[i]); in TraditionalSensorTestDataCallback()
308 if (info->sensorId == g_sensorList[j].sensorTypeId) {
600 if (g_sensorEvents->sensorId == g_sensorList[i].sensorTypeId) {
602 SensorDataVerification(*data, g_sensorList[i]);
/ohos5.0/drivers/peripheral/sensor/hal/src/
H A Dsensor_dump.c39 struct SensorDevelopmentList g_sensorList[] = { variable
157 g_sensorList[eventDumpList->listDumpArr[len].sensorId], reply); in SensorShowData()
165 g_sensorList[eventDumpList->listDumpArr[pos - 1].sensorId], reply); in SensorShowData()
/ohos5.0/drivers/peripheral/sensor/test/unittest/hdi/
H A Dhdf_sensor_hdi_test.cpp66 struct SensorDevelopmentList g_sensorList[] = { variable
81 constexpr int g_listNum = sizeof(g_sensorList) / sizeof(g_sensorList[0]);
149 if (iter.sensorId == g_sensorList[j].sensorTypeId) {