/ohos5.0/drivers/hdf_core/adapter/khdf/linux/osal/src/ |
H A D | osal_timer.c | 141 int32_t OsalTimerSetTimeout(OsalTimer *timer, uint32_t interval) in OsalTimerSetTimeout() function 160 EXPORT_SYMBOL(OsalTimerSetTimeout);
|
/ohos5.0/drivers/hdf_core/interfaces/inner_api/osal/shared/ |
H A D | osal_timer.h | 146 int32_t OsalTimerSetTimeout(OsalTimer *timer, uint32_t interval);
|
/ohos5.0/drivers/hdf_core/adapter/khdf/uniproton/osal/src/ |
H A D | osal_timer.c | 120 int32_t OsalTimerSetTimeout(OsalTimer *timer, uint32_t interval) in OsalTimerSetTimeout() function
|
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/osal/src/ |
H A D | osal_timer.c | 123 int32_t OsalTimerSetTimeout(OsalTimer *timer, uint32_t interval) in OsalTimerSetTimeout() function
|
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos_m/osal/src/ |
H A D | osal_timer.c | 127 int32_t OsalTimerSetTimeout(OsalTimer *timer, uint32_t interval) in OsalTimerSetTimeout() function
|
/ohos5.0/drivers/hdf_core/framework/test/unittest/sensor/ |
H A D | hdf_sensor_test.c | 69 if (OsalTimerSetTimeout(&drvData->timer, interval) != HDF_SUCCESS) { in SensorTestTimerEntry()
|
/ohos5.0/drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/src/ |
H A D | osal_all_test.c | 242 int32_t ret = OsalTimerSetTimeout(&g_testTimerLoop1, g_timerPeriod1); in TimerLoopTest1() 294 int32_t ret = OsalTimerSetTimeout(&g_testTimerLoop2, g_timerPeriod2); in TimerLoopTest2()
|
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/accel/ |
H A D | sensor_gravity_driver.c | 90 ret = OsalTimerSetTimeout(&drvData->gravityTimer, drvData->interval); in GravityTimerEntry()
|
H A D | sensor_accel_driver.c | 98 ret = OsalTimerSetTimeout(&drvData->accelTimer, interval); in AccelTimerEntry()
|
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/barometer/ |
H A D | sensor_barometer_driver.c | 73 ret = OsalTimerSetTimeout(&drvData->barometerTimer, interval); in BarometerTimerEntry()
|
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/pedometer/ |
H A D | sensor_pedometer_driver.c | 75 ret = OsalTimerSetTimeout(&drvData->pedometerTimer, interval); in PedometerTimerEntry()
|
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/gyro/ |
H A D | sensor_gyro_driver.c | 73 ret = OsalTimerSetTimeout(&drvData->gyroTimer, interval); in GyroTimerEntry()
|
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/humidity/ |
H A D | sensor_humidity_driver.c | 73 ret = OsalTimerSetTimeout(&drvData->humidityTimer, interval); in HumidityTimerEntry()
|
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/magnetic/ |
H A D | sensor_magnetic_driver.c | 73 ret = OsalTimerSetTimeout(&drvData->magneticTimer, interval); in MagneticTimerEntry()
|
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/proximity/ |
H A D | sensor_proximity_driver.c | 72 ret = OsalTimerSetTimeout(&drvData->proximityTimer, interval); in ProximityTimerEntry()
|
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/temperature/ |
H A D | sensor_temperature_driver.c | 73 ret = OsalTimerSetTimeout(&drvData->temperatureTimer, interval); in TemperatureTimerEntry()
|
/ohos5.0/drivers/hdf_core/framework/model/misc/vibrator/driver/src/ |
H A D | vibrator_haptic.c | 230 if ((duration > 0) && (OsalTimerSetTimeout(&hapticData->timer, duration) == HDF_SUCCESS)) { in HapticTimerEntry()
|
/ohos5.0/drivers/hdf_core/framework/test/unittest/osal/ |
H A D | osal_all_test.c | 307 ret = OsalTimerSetTimeout(&g_testTimerLoop1, g_timerPeriod1); in TimerLoopTest1() 355 ret = OsalTimerSetTimeout(&g_testTimerLoop2, g_timerPeriod2); in TimerLoopTest2()
|
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/als/ |
H A D | sensor_als_driver.c | 206 ret = OsalTimerSetTimeout(&drvData->alsTimer, interval); in AlsTimerEntry()
|
/ohos5.0/drivers/hdf_core/framework/model/misc/light/driver/src/ |
H A D | light_driver.c | 174 if ((OsalTimerSetTimeout(&drvData->timer, duration) == HDF_SUCCESS)) { in LightTimerEntry()
|