/ohos5.0/drivers/hdf_core/adapter/khdf/linux/osal/src/ |
H A D | osal_timer.c | 81 int32_t OsalTimerCreate(OsalTimer *timer, uint32_t interval, OsalTimerFunc func, uintptr_t arg) in OsalTimerCreate() function 106 EXPORT_SYMBOL(OsalTimerCreate);
|
/ohos5.0/drivers/hdf_core/interfaces/inner_api/osal/shared/ |
H A D | osal_timer.h | 76 int32_t OsalTimerCreate(OsalTimer *timer, uint32_t interval, OsalTimerFunc func, uintptr_t arg);
|
/ohos5.0/drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/src/ |
H A D | osal_all_test.c | 324 …ret = OsalTimerCreate(&g_testTimerLoop1, g_timerPeriod1, TimerLoopTest1, (uintptr_t)&g_timerPeriod… in OsaTimerTest() 328 …ret = OsalTimerCreate(&g_testTimerLoop2, g_timerPeriod2, TimerLoopTest2, (uintptr_t)&g_timerPeriod… in OsaTimerTest() 332 …ret = OsalTimerCreate(&g_testTimerOnce, g_timerPeriod3, TimerOnceTest, (uintptr_t)&g_timerPeriod3); in OsaTimerTest() 354 …ret = OsalTimerCreate(&g_testTimerOnce, g_timerPeriod3, TimerOnceTest, (uintptr_t)&g_timerPeriod3); in OsaTimerTestStop()
|
/ohos5.0/drivers/hdf_core/framework/test/unittest/osal/ |
H A D | osal_all_test.c | 383 …ret = OsalTimerCreate(&g_testTimerLoop1, g_timerPeriod1, TimerLoopTest1, (uintptr_t)&g_timerPeriod… in OsaTimerTest() 387 …ret = OsalTimerCreate(&g_testTimerLoop2, g_timerPeriod2, TimerLoopTest2, (uintptr_t)&g_timerPeriod… in OsaTimerTest() 391 …ret = OsalTimerCreate(&g_testTimerOnce, g_timerPeriod3, TimerOnceTest, (uintptr_t)&g_timerPeriod3); in OsaTimerTest() 411 …ret = OsalTimerCreate(&g_testTimerOnce, g_timerPeriod3, TimerOnceTest, (uintptr_t)&g_timerPeriod3); in OsaTimerTestStop()
|
/ohos5.0/drivers/hdf_core/adapter/khdf/uniproton/osal/src/ |
H A D | osal_timer.c | 46 int32_t OsalTimerCreate(OsalTimer *timer, uint32_t interval, OsalTimerFunc func, uintptr_t arg) in OsalTimerCreate() function
|
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/osal/src/ |
H A D | osal_timer.c | 47 int32_t OsalTimerCreate(OsalTimer *timer, uint32_t interval, OsalTimerFunc func, uintptr_t arg) in OsalTimerCreate() function
|
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos_m/osal/src/ |
H A D | osal_timer.c | 47 int32_t OsalTimerCreate(OsalTimer *timer, uint32_t interval, OsalTimerFunc func, uintptr_t arg) in OsalTimerCreate() function
|
/ohos5.0/drivers/hdf_core/framework/test/unittest/sensor/ |
H A D | hdf_sensor_test.c | 104 …ret = OsalTimerCreate(&drvData->timer, SENSOR_TIMER_MIN_TIME, SensorTestTimerEntry, (uintptr_t)drv… in SensorEnableTest()
|
/ohos5.0/drivers/hdf_core/framework/model/input/driver/ |
H A D | hdf_encoder.c | 121 ret = OsalTimerCreate(&EncoderDrv->timer, TIMER_INTERVAL_ENCODER, EncoderTimerFunc, EncoderDrv); in EncoderInit()
|
H A D | hdf_hid_adapter.c | 286 ret = OsalTimerCreate(&g_timer, TIMER_INTERVAL, TimerFunc, (uintptr_t)device); in RepateEvent()
|
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/accel/ |
H A D | sensor_gravity_driver.c | 127 …ret = OsalTimerCreate(&drvData->gravityTimer, GRAVITY_TIMER_MAX_TIME, GravityTimerEntry, (uintptr_… in SetGravityEnable()
|
H A D | sensor_accel_driver.c | 142 …ret = OsalTimerCreate(&drvData->accelTimer, SENSOR_TIMER_MIN_TIME, AccelTimerEntry, (uintptr_t)drv… in SetAccelEnable()
|
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/barometer/ |
H A D | sensor_barometer_driver.c | 117 …ret = OsalTimerCreate(&drvData->barometerTimer, SENSOR_TIMER_MIN_TIME, BarometerTimerEntry, (uintp… in SetBarometerEnable()
|
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/pedometer/ |
H A D | sensor_pedometer_driver.c | 119 …ret = OsalTimerCreate(&drvData->pedometerTimer, SENSOR_TIMER_MIN_TIME, PedometerTimerEntry, (uintp… in SetPedometerEnable()
|
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/gyro/ |
H A D | sensor_gyro_driver.c | 117 …ret = OsalTimerCreate(&drvData->gyroTimer, SENSOR_TIMER_MIN_TIME, GyroTimerEntry, (uintptr_t)drvDa… in SetGyroEnable()
|
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/humidity/ |
H A D | sensor_humidity_driver.c | 117 …ret = OsalTimerCreate(&drvData->humidityTimer, SENSOR_TIMER_MIN_TIME, HumidityTimerEntry, (uintptr… in SetHumidityEnable()
|
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/magnetic/ |
H A D | sensor_magnetic_driver.c | 117 …ret = OsalTimerCreate(&drvData->magneticTimer, SENSOR_TIMER_MIN_TIME, MagneticTimerEntry, (uintptr… in SetMagneticEnable()
|
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/proximity/ |
H A D | sensor_proximity_driver.c | 116 …ret = OsalTimerCreate(&drvData->proximityTimer, SENSOR_TIMER_MIN_TIME, ProximityTimerEntry, (uintp… in SetProximityEnable()
|
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/temperature/ |
H A D | sensor_temperature_driver.c | 118 …ret = OsalTimerCreate(&drvData->temperatureTimer, SENSOR_TIMER_MIN_TIME, TemperatureTimerEntry, (u… in SetTemperatureEnable()
|
/ohos5.0/drivers/hdf_core/framework/model/misc/vibrator/driver/src/ |
H A D | vibrator_haptic.c | 314 …if (OsalTimerCreate(&hapticData->timer, duration, HapticTimerEntry, (uintptr_t)hapticData) != HDF_… in StartHaptic()
|
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/ |
H A D | hdf_wifi_event.c | 199 OsalTimerCreate(&g_dhcpTimer, DHCP_CHECK_TIME, HdfDhcpResultCheck, (uintptr_t)netDev); in HdfStartDhcpClient()
|
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/als/ |
H A D | sensor_als_driver.c | 252 …ret = OsalTimerCreate(&drvData->alsTimer, SENSOR_TIMER_MIN_TIME, AlsTimerEntry, (uintptr_t)drvData… in SetAlsEnable()
|
/ohos5.0/drivers/hdf_core/framework/model/misc/light/driver/src/ |
H A D | light_driver.c | 229 …if (OsalTimerCreate(&drvData->timer, LIGHT_WAIT_TIME, LightTimerEntry, (uintptr_t)lightId) != HDF_… in TurnOnLight()
|
/ohos5.0/drivers/hdf_core/framework/model/display/driver/ |
H A D | hdf_disp.c | 473 OsalTimerCreate(esd->timer[devId], esd->panelEsd[devId]->interval, in EsdCheckStartUp()
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-peripherals-sensor-des.md | 334 …ret = OsalTimerCreate(&drvData->accelTimer, SENSOR_TIMER_MIN_TIME, AccelTimerEntry, (uintptr_t)drv…
|