/base/msdp/device_status/libs/test/unittest/src/ |
D | device_status_datahub_test.cpp | 54 void SensorAccelCallbackData(int32_t sensorTypeId, AccelData* data) in SensorAccelCallbackData() 69 int32_t sensorTypeId = SENSOR_TYPE_ID_ACCELEROMETER; variable 84 int32_t sensorTypeId = SENSOR_TYPE_ID_ACCELEROMETER; variable 141 int32_t sensorTypeId = SENSOR_TYPE_ID_ACCELEROMETER; variable 158 int32_t sensorTypeId = SENSOR_TYPE_ID_ACCELEROMETER; variable 173 int32_t sensorTypeId = SENSOR_TYPE_ID_ACCELEROMETER; variable 188 int32_t sensorTypeId = SENSOR_TYPE_ID_ACCELEROMETER; variable 206 int32_t sensorTypeId = SENSOR_TYPE_ID_ACCELEROMETER; variable 224 int32_t sensorTypeId = SENSOR_TYPE_ID_ACCELEROMETER; variable 242 int32_t sensorTypeId = SENSOR_TYPE_ID_TEMPERATURE; variable [all …]
|
D | device_status_algorithm_test.cpp | 208 int32_t sensorTypeId = SENSOR_TYPE_ID_ACCELEROMETER; variable 417 int32_t sensorTypeId = SENSOR_TYPE_ID_ACCELEROMETER; variable 433 int32_t sensorTypeId = SENSOR_TYPE_ID_NONE; variable 453 int32_t sensorTypeId = SENSOR_TYPE_ID_MAX; variable 472 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 | 49 int32_t sensorTypeId = event->sensorTypeId; in DataCallbackImpl() local 74 static int32_t UnsubscribeSensor(int32_t sensorTypeId) in UnsubscribeSensor() 91 static int32_t SubscribeSensor(int32_t sensorTypeId, int64_t interval, const MedicalSensorUser *use… in SubscribeSensor() 126 int32_t sensorTypeId = GetCppInt32(args[0], env); in On() local 173 int32_t sensorTypeId = GetCppInt32(args[0], env); in Off() local 224 int32_t sensorTypeId = GetCppInt32(args[0], env); in SetOpt() local
|
D | medical_napi_utils.cpp | 156 int32_t sensorTypeId = asyncCallbackInfo->sensorTypeId; in EmitUvEventLoop() local
|
/base/msdp/device_status/libs/src/algorithm/ |
D | algo_base.cpp | 28 void AlgoBase::Unsubscribe(int32_t sensorTypeId) in Unsubscribe() 35 bool AlgoBase::SetData(int32_t sensorTypeId, AccelData* sensorData) in SetData()
|
D | algo_absolute_still.cpp | 40 bool AlgoAbsoluteStill::StartAlgorithm(int32_t sensorTypeId, AccelData* sensorData) in StartAlgorithm()
|
D | algo_horizontal.cpp | 37 bool AlgoHorizontal::StartAlgorithm(int32_t sensorTypeId, AccelData* sensorData) in StartAlgorithm()
|
D | algo_vertical.cpp | 38 bool AlgoVertical::StartAlgorithm(int32_t sensorTypeId, AccelData* sensorData) in StartAlgorithm()
|
/base/sensors/sensor/test/fuzztest/interfaces/sensoragent_fuzzer/ |
D | sensoragent_fuzzer.cpp | 29 bool CheckSensorTypeId(int32_t sensorTypeId) in CheckSensorTypeId() 47 intptr_t sensorTypeId = reinterpret_cast<intptr_t>(data); in SensorAgentFuzzTest() local
|
/base/sensors/sensor/frameworks/js/napi/src/ |
D | sensor_js.cpp | 59 static bool CheckSubscribe(int32_t sensorTypeId) in CheckSubscribe() 70 int32_t sensorTypeId = event->sensorTypeId; in copySensorData() local 96 static bool CheckSystemSubscribe(int32_t sensorTypeId) in CheckSystemSubscribe() 109 int32_t sensorTypeId = event->sensorTypeId; in EmitSubscribeCallback() local 127 int32_t sensorTypeId = event->sensorTypeId; in EmitOnCallback() local 145 int32_t sensorTypeId = event->sensorTypeId; in EmitOnceCallback() local 181 int32_t UnsubscribeSensor(int32_t sensorTypeId) in UnsubscribeSensor() 192 int32_t SubscribeSensor(int32_t sensorTypeId, int64_t interval, RecordSensorCallback callback) in SubscribeSensor() 208 static bool IsOnceSubscribed(napi_env env, int32_t sensorTypeId, napi_value callback) in IsOnceSubscribed() 231 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 | 36 int32_t sensorTypeId; member
|
/base/sensors/sensor/frameworks/native/include/ |
D | native_sensor_impl.h | 27 int32_t sensorTypeId = -1; /**< Sensor type ID */ member 52 int32_t sensorTypeId = -1; member
|
/base/sensors/sensor/utils/common/src/ |
D | permission_util.cpp | 41 int32_t PermissionUtil::CheckSensorPermission(AccessTokenID callerToken, int32_t sensorTypeId) in CheckSensorPermission()
|
D | sensor.cpp | 58 void Sensor::SetSensorTypeId(int32_t sensorTypeId) in SetSensorTypeId()
|
/base/sensors/medical_sensor/utils/include/ |
D | medical_sensor_basic_data_channel.h | 31 uint32_t sensorTypeId; /**< Sensor type ID */ member
|
/base/msdp/device_status/libs/src/ |
D | devicestatus_algorithm_manager.cpp | 95 bool AlgoMgr::CheckSensorTypeId(int32_t sensorTypeId) in CheckSensorTypeId()
|
/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/interfaces/kits/native/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/hdi_connection/adapter/src/ |
D | hdi_connection.cpp | 297 int32_t sensorTypeId = sensorInfo.first; in Reconnect() local
|