Home
last modified time | relevance | path

Searched refs:CheckSensorTypeId (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/sensors/sensor/test/fuzztest/interfaces/sensoragent_fuzzer/
H A Dsensoragent_fuzzer.cpp83 bool CheckSensorTypeId(int32_t sensorTypeId) in CheckSensorTypeId() function
105 bool validSensorId = CheckSensorTypeId(sensorTypeId); in SensorAgentFuzzTest()
/ohos5.0/base/msdp/device_status/test/unittest/libs/src/
H A Ddevice_status_algorithm_test.cpp205 ret = g_manager->CheckSensorTypeId(sensorTypeId);
398 int32_t ret = g_manager->CheckSensorTypeId(sensorTypeId);
414 int32_t ret = g_manager->CheckSensorTypeId(sensorTypeId);
432 int32_t ret = g_manager->CheckSensorTypeId(sensorTypeId);
450 int32_t ret = g_manager->CheckSensorTypeId(sensorTypeId);
468 int32_t ret = g_manager->CheckSensorTypeId(static_cast<SensorTypeId>(typeError));
/ohos5.0/base/msdp/device_status/libs/src/
H A Ddevicestatus_algorithm_manager.cpp45 if (!CheckSensorTypeId(sensorType)) { in StartSensor()
96 bool AlgoMgr::CheckSensorTypeId(int32_t sensorTypeId) in CheckSensorTypeId() function in OHOS::Msdp::DeviceStatus::AlgoMgr
/ohos5.0/base/msdp/device_status/libs/include/
H A Ddevicestatus_algorithm_manager.h55 bool CheckSensorTypeId(int32_t sensorTypeId);
/ohos5.0/base/sensors/sensor_lite/frameworks/src/
H A Dsensor_agent_proxy.c420 int32_t CheckSensorTypeId(int32_t sensorTypeId) in CheckSensorTypeId() function
441 if (CheckSensorTypeId(sensorId) != SENSOR_OK) { in SubscribeSensorByProxy()
465 if (CheckSensorTypeId(sensorId) != SENSOR_OK) { in UnsubscribeSensorByProxy()