Home
last modified time | relevance | path

Searched refs:g_sensorListsLength (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/sensors/sensor_lite/services/src/
H A Dsensor_service_impl.c26 static int32_t g_sensorListsLength; variable
42 int32_t ret = g_sensorDevice->GetAllSensors(&g_sensorLists, &g_sensorListsLength); in InitSensorList()
129 if ((g_sensorLists == NULL) || (g_sensorListsLength <= 0)) { in GetAllSensorsImpl()
137 *count = g_sensorListsLength; in GetAllSensorsImpl()
/ohos5.0/base/sensors/sensor_lite/frameworks/src/
H A Dsensor_agent_proxy.c26 static int32_t g_sensorListsLength; variable
331 g_sensorListsLength = owner.count; in InitSensorList()
349 *count = g_sensorListsLength; in GetAllSensorsByProxy()
422 if ((g_sensorLists == NULL) || (g_sensorListsLength == 0)) { in CheckSensorTypeId()
426 for (int32_t i = 0; i < g_sensorListsLength; i++) { in CheckSensorTypeId()