Home
last modified time | relevance | path

Searched defs:interval (Results 1 – 25 of 55) sorted by relevance

123

/base/sensors/sensor/interfaces/plugin/test/
DExampleJsunit.test_ambientlight.js81 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback, {'interval': 100000000}); property
104 …sensor.on(sensor.SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, onSensorCallback, {'interval': 100000000… property
251 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback, {'interval': 100000000}); property
269 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback, {'interval': 100000000}); property
270 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback2, {'interval': 100000000}); property
292 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback, {'interval': 100000000}); property
293 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_AMBIENT_LIGHT, callback2, {'interval': 100000000}); property
DExampleJsunit.test_rotatingvector.js87 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback, {'interval': 100000000}); property
110 …on(sensor.SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, onSensorCallback, {'interval': 100000000}, 5); property
257 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback, {'interval': 100000000}); property
275 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback, {'interval': 100000000}); property
276 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback2, {'interval': 100000000}); property
298 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback, {'interval': 100000000}); property
299 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_ROTATION_VECTOR, callback2, {'interval': 100000000}); property
DExampleJsunit.test_orientating.js85 sensor.on(sensor.SensorType.SENSOR_TYPE_ID_ORIENTATION, callback, {'interval': 100000000}); property
108 …sensor.on(sensor.SensorType.SENSOR_TYPE_ID_ORIENTATION, onSensorCallback, {'interval': 100000000},… property
255 sensor.on(sensor.SensorType.SENSOR_TYPE_ID_ORIENTATION, callback, {'interval': 100000000}); property
273 sensor.on(sensor.SensorType.SENSOR_TYPE_ID_ORIENTATION, callback, {'interval': 100000000}); property
274 sensor.on(sensor.SensorType.SENSOR_TYPE_ID_ORIENTATION, callback2, {'interval': 100000000}); property
296 sensor.on(sensor.SensorType.SENSOR_TYPE_ID_ORIENTATION, callback, {'interval': 100000000}); property
297 sensor.on(sensor.SensorType.SENSOR_TYPE_ID_ORIENTATION, callback2, {'interval': 100000000}); property
DExampleJsunit.test_gravity.js85 sensor.on(sensor.SensorType.SENSOR_TYPE_ID_GRAVITY, callback, {'interval': 100000000}); property
108 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_GRAVITY, onSensorCallback, {'interval': 100000000}, 5); property
255 sensor.on(sensor.SensorType.SENSOR_TYPE_ID_GRAVITY, callback, {'interval': 100000000}); property
273 sensor.on(sensor.SensorType.SENSOR_TYPE_ID_GRAVITY, callback, {'interval': 100000000}); property
274 sensor.on(sensor.SensorType.SENSOR_TYPE_ID_GRAVITY, callback2, {'interval': 100000000}); property
296 sensor.on(sensor.SensorType.SENSOR_TYPE_ID_GRAVITY, callback, {'interval': 100000000}); property
297 sensor.on(sensor.SensorType.SENSOR_TYPE_ID_GRAVITY, callback2, {'interval': 100000000}); property
DExampleJsunit.test_acc.js84 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback, {'interval': 100000000}); property
107 …sensor.on(sensor.SensorType.SENSOR_TYPE_ID_ACCELEROMETER, onSensorCallback, {'interval': 100000000… property
254 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback, {'interval': 100000000}); property
272 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback, {'interval': 100000000}); property
273 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback2, {'interval': 100000000}); property
295 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback, {'interval': 100000000}); property
296 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_ACCELEROMETER, callback2, {'interval': 100000000}); property
DExampleJsunit.test_magnetic.js85 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback, {'interval': 100000000}); property
108 …sensor.on(sensor.SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, onSensorCallback, {'interval': 10000000… property
255 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback, {'interval': 100000000}); property
273 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback, {'interval': 100000000}); property
274 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback2, {'interval': 100000000}); property
296 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback, {'interval': 100000000}); property
297 … sensor.on(sensor.SensorType.SENSOR_TYPE_ID_MAGNETIC_FIELD, callback2, {'interval': 100000000}); property
DExampleJsunit.test_system.js57 interval: 'normal', property
92 interval: 'xxx', property
116 interval: 'xxx', property
140 interval: 'normal', property
446 interval: 'normal', property
481 interval: 'normal', property
/base/hiviewdfx/hicollie/frameworks/native/
Dwatchdog.cpp31 TimeOutCallback timeOutCallback, uint64_t interval) in AddThread()
36 …ead(const std::string &name, std::shared_ptr<AppExecFwk::EventHandler> handler, uint64_t interval) in AddThread()
46 void Watchdog::RunPeriodicalTask(const std::string& name, Task&& task, uint64_t interval, uint64_t … in RunPeriodicalTask()
Dwatchdog_task.cpp30 TimeOutCallback timeOutCallback, uint64_t interval) in WatchdogTask()
40 WatchdogTask::WatchdogTask(std::string name, Task&& task, uint64_t delay, uint64_t interval, bool … in WatchdogTask()
132 std::string WatchdogTask::GetBlockDescription(uint64_t interval) in GetBlockDescription()
Dwatchdog_inner.cpp48 …::shared_ptr<AppExecFwk::EventHandler> handler, TimeOutCallback timeOutCallback, uint64_t interval) in AddThread()
82 void WatchdogInner::RunPeriodicalTask(const std::string& name, Task&& task, uint64_t interval, uint… in RunPeriodicalTask()
Dxcollie_inner.h58 void SetCheckerInterval(int interval) in SetCheckerInterval()
/base/security/device_security_level/baselib/utils/src/
Dutils_timer.cpp55 TimerHandle StartPeriodicTimerTask(uint32_t interval, TimerProc callback, const void *context) in StartPeriodicTimerTask()
62 TimerHandle StartOnceTimerTask(uint32_t interval, TimerProc callback, const void *context) in StartOnceTimerTask()
/base/time/time_service/framework/js/napi/system_timer/test/unittest/src/
DSystemTimerJsunitCallback.test.js441 interval: 0, property
473 interval: 5000, property
505 interval: 0, property
568 interval: 0, property
600 interval: 100000, property
632 interval: 100000, property
1350 interval: 0, property
1382 interval: 5000, property
1414 interval: 0, property
1446 interval: 0, property
[all …]
DSystemTimerUnit.test.js99 interval: 5001 property
261 interval: 5000 property
/base/time/time_service/interfaces/inner_api/include/
Ditimer_info.h30 uint64_t interval; variable
/base/request/request/download/services/src/
Ddownload_thread.cpp19 DownloadThread::DownloadThread(std::function<bool()> &&task, uint32_t interval) in DownloadThread()
/base/time/time_service/services/dfx/src/
Dtime_sysevent.cpp28 …eporter(int32_t callerPid, int32_t callerUid, int32_t type, int64_t triggerTime, uint64_t interval) in StatisticReporter()
/base/telephony/call_manager/utils/include/
Dtimer.h46 void start(int interval, std::function<void()> taskFun) in start()
/base/hiviewdfx/hiview/plugins/eventlogger/config/
Devent_logger_config.h32 int interval; member
/base/powermgr/thermal_manager/application/protector/src/
Dthermal_protector_timer.cpp59 int interval = provision_->GetMaxCd(); in CreateProvisionFd() local
104 void ThermalProtectorTimer::SetTimerInterval(int32_t interval, int32_t timerfd) in SetTimerInterval()
/base/startup/init/watchdog/
Dinit_watchdog.c67 int interval = 0; in main() local
/base/time/time_service/utils/native/include/
Dtime_common.h31 uint64_t interval; member
/base/time/time_service/services/timer/include/
Dtimer_manager_interface.h29 uint64_t interval; member
/base/sensors/medical_sensor/interfaces/plugin/src/
Dmedical_js.cpp89 static int32_t SubscribeSensor(int32_t sensorTypeId, int64_t interval, const MedicalSensorUser *use… in SubscribeSensor()
130 int64_t interval = 200000000; in On() local
/base/update/updateservice/interfaces/inner_api/include/
Dupdate_system_event.h28 #define SYS_EVENT_UPDATE_INTERVAL(validCheck, versionInfo, type, interval) \ argument

123