Searched refs:MedicalSensorUser (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/sensors/medical_sensor/interfaces/native/include/ |
H A D | medical_native_impl.h | 70 int32_t SubscribeSensor(int32_t sensorTypeId, const MedicalSensorUser *user); 81 int32_t UnsubscribeSensor(int32_t sensorTypeId, const MedicalSensorUser *user); 94 int32_t SetBatch(int32_t sensorTypeId, const MedicalSensorUser *user, int64_t samplingInterval, int… 106 int32_t ActivateSensor(int32_t sensorTypeId, const MedicalSensorUser *user); 117 int32_t DeactivateSensor(int32_t sensorTypeId, const MedicalSensorUser *user); 129 int32_t SetMode(int32_t sensorTypeId, const MedicalSensorUser *user, int32_t mode); 131 int32_t SetOption(int32_t sensorTypeId, const MedicalSensorUser *user, int32_t option);
|
H A D | medical_native_type.h | 134 typedef struct MedicalSensorUser { struct 138 } MedicalSensorUser; typedef
|
/ohos5.0/base/sensors/medical_sensor/interfaces/native/src/ |
H A D | medical_native_impl.cpp | 37 static std::map<int32_t, const MedicalSensorUser *> g_subscribeMap; 38 static std::map<int32_t, const MedicalSensorUser *> g_unsubscribeMap; 162 int32_t ActivateSensor(int32_t sensorId, const MedicalSensorUser *user) in ActivateSensor() 190 int32_t DeactivateSensor(int32_t sensorId, const MedicalSensorUser *user) in DeactivateSensor() 213 int32_t SetBatch(int32_t sensorId, const MedicalSensorUser *user, int64_t samplingInterval, int64_t… in SetBatch() 234 int32_t SubscribeSensor(int32_t sensorId, const MedicalSensorUser *user) in SubscribeSensor() 251 int32_t UnsubscribeSensor(int32_t sensorId, const MedicalSensorUser *user) in UnsubscribeSensor() 274 int32_t SetMode(int32_t sensorId, const MedicalSensorUser *user, int32_t mode) in SetMode() 289 int32_t SetOption(int32_t sensorId, const MedicalSensorUser *user, int32_t option) in SetOption()
|
/ohos5.0/base/sensors/medical_sensor/interfaces/plugin/include/ |
H A D | medical_js.h | 24 static int32_t SubscribeSensor(int32_t sensorTypeId, int64_t interval, const MedicalSensorUser *use…
|
/ohos5.0/base/sensors/medical_sensor/interfaces/native/test/unittest/ |
H A D | medical_native_test.cpp | 74 MedicalSensorUser user;
|
/ohos5.0/base/sensors/medical_sensor/interfaces/plugin/src/ |
H A D | medical_js.cpp | 70 static const MedicalSensorUser user = { 91 static int32_t SubscribeSensor(int32_t sensorTypeId, int64_t interval, const MedicalSensorUser *use… in SubscribeSensor()
|