Searched refs:UnsubscribeSensorEvent (Results 1 – 4 of 4) sorted by relevance
72 ret = SENSOR_DATA_CB.UnsubscribeSensorEvent(sensorTypeId, callback);110 …ret = SENSOR_DATA_CB.UnsubscribeSensorEvent(static_cast<SensorTypeId>(SENSOR_TYPE_ID_ERROR), callb…127 …ret = SENSOR_DATA_CB.UnsubscribeSensorEvent(static_cast<SensorTypeId>(SENSOR_TYPE_ID_ERROR), callb…144 ret = SENSOR_DATA_CB.UnsubscribeSensorEvent(sensorTypeId, callback);161 ret = SENSOR_DATA_CB.UnsubscribeSensorEvent(sensorTypeId, callback);
44 bool UnsubscribeSensorEvent(int32_t sensorTypeId, SensorCallback callback);
32 SENSOR_DATA_CB.UnsubscribeSensorEvent(sensorTypeId, algoCallback_); in Unsubscribe()
97 bool SensorDataCallback::UnsubscribeSensorEvent(int32_t sensorTypeId, SensorCallback callback) in UnsubscribeSensorEvent() function in OHOS::Msdp::DeviceStatus::SensorDataCallback