Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/power_manager/services/native/include/
H A Dpower_mgr_service.h327 bool IsSupportSensor(SensorTypeId);
/ohos5.0/base/powermgr/power_manager/services/native/src/
H A Dpower_mgr_service.cpp363 if (!IsSupportSensor(SENSOR_TYPE_ID_HALL)) { in HallSensorSubscriberInit()
381 bool PowerMgrService::IsSupportSensor(SensorTypeId typeId) in IsSupportSensor() function in OHOS::PowerMgr::PowerMgrService
443 if (IsSupportSensor(SENSOR_TYPE_ID_HALL)) { in HallSensorSubscriberCancel()