Home
last modified time | relevance | path

Searched defs:Register (Results 1 – 10 of 10) sorted by relevance

/drivers/peripheral/sensor/interfaces/include/
Dsensor_if.h151 int32_t (*Register)(int32_t groupId, RecordDataCallback cb); member
/drivers/external_device_manager/services/native/driver_extension_manager/src/bus_extension/core/
Dbus_extension_core.cpp81 int32_t BusExtensionCore::Register(BusType busType, std::shared_ptr<IBusExtension> busExtension) in Register() function in OHOS::ExternalDeviceManager::BusExtensionCore
/drivers/peripheral/motion/hdi_service/
Dmotion_if_service.cpp128 int32_t MotionIfService::Register(const sptr<IMotionCallback> &callbackObj) in Register() function in OHOS::HDI::Motion::V1_1::MotionIfService
/drivers/peripheral/thermal/interfaces/hdi_service/src/
Dthermal_interface_impl.cpp190 int32_t ThermalInterfaceImpl::Register(const sptr<IThermalCallback>& callbackObj) in Register() function in OHOS::HDI::Thermal::V1_1::ThermalInterfaceImpl
/drivers/peripheral/sensor/test/unittest/dump/
Dhdf_sensor_dump_test.cpp109 void HdfSensorDumpTest::Register(int32_t groupId, const sptr<ISensorCallback> &callbackObj) in Register() function in HdfSensorDumpTest
/drivers/peripheral/sensor/hal/src/
Dsensor_channel.c219 int32_t Register(int32_t groupId, RecordDataCallback cb) in Register() function
/drivers/peripheral/battery/interfaces/hdi_service/test/fuzztest/batteryhdi_fuzzer/
Dbatteryhdi_fuzz.cpp49 void Register([[maybe_unused]] const uint8_t *data, [[maybe_unused]] size_t size) in Register() function
/drivers/peripheral/battery/interfaces/hdi_service/src/
Dbattery_interface_impl.cpp75 int32_t BatteryInterfaceImpl::Register(const sptr<IBatteryCallback>& callback) in Register() function in OHOS::HDI::Battery::V2_0::BatteryInterfaceImpl
/drivers/peripheral/sensor/hdi_impl/
Dsensor_impl.cpp254 int32_t SensorImpl::Register(int32_t groupId, const sptr<ISensorCallbackVdi> &callbackObj) in Register() function in OHOS::HDI::Sensor::V1_1::SensorImpl
/drivers/peripheral/sensor/hdi_service/
Dsensor_if_service.cpp362 int32_t SensorIfService::Register(int32_t groupId, const sptr<ISensorCallback> &callbackObj) in Register() function in OHOS::HDI::Sensor::V2_0::SensorIfService