| /base/msdp/device_status/libs/test/unittest/src/ |
| D | device_status_datahub_test.cpp | 53 void SensorAccelCallbackData(int32_t sensorTypeId, AccelData* data) in SensorAccelCallbackData() 68 int32_t sensorTypeId = SENSOR_TYPE_ID_ACCELEROMETER; variable 83 int32_t sensorTypeId = SENSOR_TYPE_ID_ACCELEROMETER; variable 140 int32_t sensorTypeId = SENSOR_TYPE_ID_ACCELEROMETER; variable 157 int32_t sensorTypeId = SENSOR_TYPE_ID_ACCELEROMETER; variable 172 int32_t sensorTypeId = SENSOR_TYPE_ID_ACCELEROMETER; variable 187 int32_t sensorTypeId = SENSOR_TYPE_ID_ACCELEROMETER; variable 205 int32_t sensorTypeId = SENSOR_TYPE_ID_ACCELEROMETER; variable 223 int32_t sensorTypeId = SENSOR_TYPE_ID_ACCELEROMETER; variable 241 int32_t sensorTypeId = SENSOR_TYPE_ID_TEMPERATURE; variable [all …]
|
| D | device_status_algorithm_test.cpp | 143 int32_t sensorTypeId = SensorTypeId::SENSOR_TYPE_ID_ACCELEROMETER; variable 160 int32_t sensorTypeId = SensorTypeId::SENSOR_TYPE_ID_ACCELEROMETER; variable 180 int32_t sensorTypeId = SensorTypeId::SENSOR_TYPE_ID_ACCELEROMETER; variable 205 int32_t sensorTypeId = SENSOR_TYPE_ID_ACCELEROMETER; variable 414 int32_t sensorTypeId = SENSOR_TYPE_ID_ACCELEROMETER; variable 430 int32_t sensorTypeId = SENSOR_TYPE_ID_NONE; variable 450 int32_t sensorTypeId = SENSOR_TYPE_ID_MAX; variable 469 int32_t sensorTypeId = SENSOR_TYPE_ID_MAX; variable
|
| /base/sensors/sensor_lite/frameworks/src/ |
| D | sensor_agent.c | 28 int32_t ActivateSensor(int32_t sensorTypeId, SensorUser *user) in ActivateSensor() 36 int32_t DeactivateSensor(int32_t sensorTypeId, SensorUser *user) in DeactivateSensor() 44 int32_t SetBatch(int32_t sensorTypeId, SensorUser *user, int64_t samplingInterval, int64_t reportIn… in SetBatch() 52 int32_t SubscribeSensor(int32_t sensorTypeId, SensorUser *user) in SubscribeSensor() 60 int32_t UnsubscribeSensor(int32_t sensorTypeId, SensorUser *user) in UnsubscribeSensor() 68 int32_t SetMode(int32_t sensorTypeId, SensorUser *user, int32_t mode) in SetMode() 76 int32_t SetOption(int32_t sensorTypeId, SensorUser *user, int32_t option) in SetOption()
|
| D | sensor_agent_proxy.c | 51 for (int32_t sensorTypeId = 0; sensorTypeId < SENSOR_TYPE_ID_MAX; sensorTypeId++) { in IsRegisterCallback() local 60 static int32_t InsertCallbackNode(int32_t sensorTypeId, const SensorUser *user) in InsertCallbackNode() 88 static int32_t DeleteCallbackNode(int32_t sensorTypeId, const SensorUser *user) in DeleteCallbackNode() 420 int32_t CheckSensorTypeId(int32_t sensorTypeId) in CheckSensorTypeId()
|
| /base/msdp/device_status/libs/src/datahub/ |
| D | sensor_data_callback.cpp | 77 bool SensorDataCallback::SubscribeSensorEvent(int32_t sensorTypeId, SensorCallback callback) in SubscribeSensorEvent() 89 bool SensorDataCallback::UnsubscribeSensorEvent(int32_t sensorTypeId, SensorCallback callback) in UnsubscribeSensorEvent() 101 bool SensorDataCallback::NotifyCallback(int32_t sensorTypeId, AccelData* data) in NotifyCallback() 111 bool SensorDataCallback::PushData(int32_t sensorTypeId, uint8_t* data) in PushData() 130 bool SensorDataCallback::PopData(int32_t sensorTypeId, AccelData& data) in PopData() 157 bool SensorDataCallback::RegisterCallbackSensor(int32_t sensorTypeId) in RegisterCallbackSensor() 179 bool SensorDataCallback::UnregisterCallbackSensor(int32_t sensorTypeId) in UnregisterCallbackSensor()
|
| /base/sensors/medical_sensor/interfaces/plugin/src/ |
| D | medical_js.cpp | 47 int32_t sensorTypeId = event->sensorTypeId; in DataCallbackImpl() local 72 static int32_t UnsubscribeSensor(int32_t sensorTypeId) in UnsubscribeSensor() 89 static int32_t SubscribeSensor(int32_t sensorTypeId, int64_t interval, const MedicalSensorUser *use… in SubscribeSensor() 124 int32_t sensorTypeId = GetCppInt32(args[0], env); in On() local 171 int32_t sensorTypeId = GetCppInt32(args[0], env); in Off() local 222 int32_t sensorTypeId = GetCppInt32(args[0], env); in SetOpt() local
|
| D | medical_napi_utils.cpp | 154 int32_t sensorTypeId = asyncCallbackInfo->sensorTypeId; in EmitUvEventLoop() local
|
| /base/msdp/device_status/libs/src/algorithm/ |
| D | algo_base.cpp | 27 void AlgoBase::Unsubscribe(int32_t sensorTypeId) in Unsubscribe() 34 bool AlgoBase::SetData(int32_t sensorTypeId, AccelData* sensorData) in SetData()
|
| D | algo_absolute_still.cpp | 39 bool AlgoAbsoluteStill::StartAlgorithm(int32_t sensorTypeId, AccelData* sensorData) in StartAlgorithm()
|
| D | algo_horizontal.cpp | 36 bool AlgoHorizontal::StartAlgorithm(int32_t sensorTypeId, AccelData* sensorData) in StartAlgorithm()
|
| D | algo_vertical.cpp | 37 bool AlgoVertical::StartAlgorithm(int32_t sensorTypeId, AccelData* sensorData) in StartAlgorithm()
|
| /base/sensors/sensor/interfaces/native/test/fuzztest/sensoragent_fuzzer/ |
| D | sensoragent_fuzzer.cpp | 29 bool CheckSensorTypeId(int32_t sensorTypeId) in CheckSensorTypeId() 48 intptr_t sensorTypeId = reinterpret_cast<intptr_t>(data); in SensorAgentFuzzTest() local
|
| /base/sensors/sensor/interfaces/plugin/src/ |
| D | sensor_js.cpp | 59 static bool CheckSubscribe(int32_t sensorTypeId) in CheckSubscribe() 70 int32_t sensorTypeId = event->sensorTypeId; in copySensorData() local 91 static bool CheckSystemSubscribe(int32_t sensorTypeId) in CheckSystemSubscribe() 104 int32_t sensorTypeId = event->sensorTypeId; in EmitSubscribeCallback() local 122 int32_t sensorTypeId = event->sensorTypeId; in EmitOnCallback() local 140 int32_t sensorTypeId = event->sensorTypeId; in EmitOnceCallback() local 176 int32_t UnsubscribeSensor(int32_t sensorTypeId) in UnsubscribeSensor() 187 int32_t SubscribeSensor(int32_t sensorTypeId, int64_t interval, RecordSensorCallback callback) in SubscribeSensor() 203 static bool IsOnceSubscribed(napi_env env, int32_t sensorTypeId, napi_value callback) in IsOnceSubscribed() 226 static void UpdateOnceCallback(napi_env env, int32_t sensorTypeId, napi_value callback) in UpdateOnceCallback() [all …]
|
| /base/sensors/medical_sensor/interfaces/native/test/unittest/ |
| D | medical_native_test.cpp | 73 int32_t sensorTypeId = 0; variable
|
| /base/sensors/medical_sensor/utils/src/ |
| D | permission_util.cpp | 40 int32_t PermissionUtil::CheckSensorPermission(AccessTokenID callerToken, int32_t sensorTypeId) in CheckSensorPermission()
|
| /base/sensors/medical_sensor/interfaces/plugin/include/ |
| D | medical_napi_utils.h | 34 int32_t sensorTypeId; member
|
| /base/sensors/medical_sensor/utils/include/ |
| D | medical_sensor_basic_data_channel.h | 31 uint32_t sensorTypeId; /**< Sensor type ID */ member
|
| /base/sensors/sensor/utils/common/src/ |
| D | permission_util.cpp | 42 int32_t PermissionUtil::CheckSensorPermission(AccessTokenID callerToken, int32_t sensorTypeId) in CheckSensorPermission()
|
| D | sensor.cpp | 58 void Sensor::SetSensorTypeId(int32_t sensorTypeId) in SetSensorTypeId()
|
| /base/msdp/device_status/libs/src/ |
| D | devicestatus_algorithm_manager.cpp | 93 bool AlgoMgr::CheckSensorTypeId(int32_t sensorTypeId) in CheckSensorTypeId()
|
| /base/sensors/sensor_lite/interfaces/kits/native/include/ |
| D | sensor_agent_type.h | 113 int32_t sensorTypeId; /**< Sensor type ID */ member 126 int32_t sensorTypeId; /**< Sensor type ID */ member
|
| /base/sensors/sensor/utils/common/include/ |
| D | sensor_data_event.h | 34 int32_t sensorTypeId; /**< Sensor type ID */ member
|
| /base/sensors/medical_sensor/interfaces/native/include/ |
| D | medical_native_type.h | 85 int32_t sensorTypeId; /**< Sensor type ID */ member 98 int32_t sensorTypeId; /**< Sensor type ID */ member
|
| /base/sensors/sensor_lite/frameworks/include/ |
| D | sensor_agent_type.h | 117 int32_t sensorTypeId; /**< Sensor type ID */ member 130 int32_t sensorTypeId; /**< Sensor type ID */ member
|
| /base/sensors/sensor/services/sensor/hdi_connection/adapter/src/ |
| D | hdi_connection.cpp | 289 int32_t sensorTypeId = sensorInfo.first; in Reconnect() local
|