Home
last modified time | relevance | path

Searched defs:groupId (Results 1 – 3 of 3) sorted by relevance

/drivers/peripheral/sensor/hdi_service/
Dsensor_if_service.cpp219 int32_t SensorIfService::Register(int32_t groupId, const sptr<ISensorCallback> &callbackObj) in Register()
238 int32_t SensorIfService::Unregister(int32_t groupId, const sptr<ISensorCallback> &callbackObj) in Unregister()
/drivers/peripheral/sensor/hdi_impl/
Dsensor_impl.cpp277 int32_t SensorImpl::Register(int32_t groupId, const sptr<ISensorCallbackVdi> &callbackObj) in Register()
335 int32_t SensorImpl::Unregister(int32_t groupId, const sptr<ISensorCallbackVdi> &callbackObj) in Unregister()
350 int32_t SensorImpl::UnregisterImpl(int32_t groupId, IRemoteObject *callbackObj) in UnregisterImpl()
456 int32_t groupId = TRADITIONAL_SENSOR_TYPE; in OnRemoteDied() local
/drivers/peripheral/sensor/hal/src/
Dsensor_channel.c218 int32_t Register(int32_t groupId, RecordDataCallback cb) in Register()
247 int32_t Unregister(int32_t groupId, RecordDataCallback cb) in Unregister()