Home
last modified time | relevance | path

Searched refs:sensorVdiImpl_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/sensor/hdi_service/
H A Dsensor_if_service.cpp95 if (sensorVdiImpl_ == nullptr) { in GetSensorVdiImpl()
105 if (sensorVdiImpl_ == nullptr) { in Init()
146 if (sensorVdiImpl_ == nullptr) { in GetAllSensorInfo()
197 if (sensorVdiImpl_ == nullptr) { in Enable()
249 if (sensorVdiImpl_ == nullptr) { in SetBatchSenior()
325 if (sensorVdiImpl_ == nullptr) { in SetMode()
347 if (sensorVdiImpl_ == nullptr) { in SetOption()
426 if (sensorVdiImpl_ == nullptr) { in Unregister()
645 if (sensorVdiImpl_ == nullptr) { in ReadData()
661 if (sensorVdiImpl_ == nullptr) { in DisableSensor()
[all …]
H A Dsensor_if_service.h63 OHOS::HDI::Sensor::V1_1::ISensorInterfaceVdi *sensorVdiImpl_ = nullptr; variable