/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 | 75 bool SensorDataCallback::SubscribeSensorEvent(int32_t sensorTypeId, SensorCallback callback) in SubscribeSensorEvent() 88 bool SensorDataCallback::UnsubscribeSensorEvent(int32_t sensorTypeId, SensorCallback callback) in UnsubscribeSensorEvent() 101 bool SensorDataCallback::NotifyCallback(int32_t sensorTypeId, AccelData* data) in NotifyCallback() 114 bool SensorDataCallback::PushData(int32_t sensorTypeId, uint8_t* data) in PushData() 133 bool SensorDataCallback::PopData(int32_t sensorTypeId, AccelData& data) in PopData() 158 bool SensorDataCallback::RegisterCallbackSensor(int32_t sensorTypeId) in RegisterCallbackSensor() 180 bool SensorDataCallback::UnregisterCallbackSensor(int32_t sensorTypeId) in UnregisterCallbackSensor()
|
/base/msdp/device_status/libs/src/algorithm/ |
D | algo_base.cpp | 20 void AlgoBase::Unsubscribe(int32_t sensorTypeId) in Unsubscribe() 30 bool AlgoBase::GetData(int32_t sensorTypeId, AccelData* sensorData) in GetData()
|
D | algo_relative_still.cpp | 32 bool AlgoRelativeStill::StartAlgorithm(int32_t sensorTypeId, AccelData* sensorData) in StartAlgorithm()
|
D | algo_absolute_still.cpp | 32 bool AlgoAbsoluteStill::StartAlgorithm(int32_t sensorTypeId, AccelData* sensorData) in StartAlgorithm()
|
/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/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 90 static bool CheckSystemSubscribe(int32_t sensorTypeId) in CheckSystemSubscribe() 103 int32_t sensorTypeId = event->sensorTypeId; in EmitSubscribeCallback() local 116 int32_t sensorTypeId = event->sensorTypeId; in EmitOnCallback() local 134 int32_t sensorTypeId = event->sensorTypeId; in EmitOnceCallback() local 170 int32_t UnsubscribeSensor(int32_t sensorTypeId) in UnsubscribeSensor() 181 int32_t SubscribeSensor(int32_t sensorTypeId, int64_t interval, RecordSensorCallback callback) in SubscribeSensor() 197 static bool IsOnceSubscribed(napi_env env, int32_t sensorTypeId, napi_value callback) in IsOnceSubscribed() 220 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/sensor/utils/include/ |
D | sensor_basic_data_channel.h | 31 uint32_t sensorTypeId; member
|
/base/sensors/sensor/utils/src/ |
D | permission_util.cpp | 46 int32_t PermissionUtil::CheckSensorPermission(AccessTokenID callerToken, int32_t sensorTypeId) in CheckSensorPermission()
|
D | sensor.cpp | 58 void Sensor::SetSensorTypeId(uint32_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 | 103 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/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 | 281 int32_t sensorTypeId = sensorInfo.first; in Reconnect() local
|
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/adapter/src/ |
D | hdi_connection.cpp | 319 int32_t sensorTypeId = sensorInfo.first; in reconnect() local
|
/base/sensors/sensor/interfaces/plugin/include/ |
D | async_callback_info.h | 74 int32_t sensorTypeId; member
|
/base/sensors/sensor/interfaces/native/include/ |
D | sensor_agent_type.h | 109 int32_t sensorTypeId; /**< Sensor type ID */ member 124 int32_t sensorTypeId; /**< Sensor type ID */ member
|