Searched refs:OH_SensorSubscriptionId_GetType (Results 1 – 7 of 7) sorted by relevance
69 | [OH_SensorSubscriptionId_GetType](#oh_sensorsubscriptionid_gettype)([Sensor_SubscriptionId](#sens…856 ### OH_SensorSubscriptionId_GetType()859 int32_t OH_SensorSubscriptionId_GetType(Sensor_SubscriptionId* id, Sensor_Type *sensorType)
62 | [OH_SensorSubscriptionId_GetType](_sensor.md#oh_sensorsubscriptionid_gettype) ([Sensor_Subscripti…
400 int32_t OH_SensorSubscriptionId_GetType(Sensor_SubscriptionId* id, Sensor_Type *sensorType);
562 int32_t ret = OH_SensorSubscriptionId_GetType(nullptr, &type);570 int32_t ret = OH_SensorSubscriptionId_GetType(id, nullptr);582 int32_t ret = OH_SensorSubscriptionId_GetType(id, &type);
260 int32_t OH_SensorSubscriptionId_GetType(Sensor_SubscriptionId* id, Sensor_Type *sensorType) in OH_SensorSubscriptionId_GetType() function