Home
last modified time | relevance | path

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

123

/base/sensors/sensor/interfaces/plugin/test/unittest/sar/
DExampleJsunit.test.js114 sensor.on(sensor.SensorId.SAR, callback, {'interval': 100000000}); property
154 sensor.on(sensor.SensorId.SAR, onSensorCallback, {'interval': 100000000}, 5); property
189 sensor.on(sensor.SensorId.SAR, callback, {'interval': -100000000}); property
329 sensor.on(sensor.SensorId.SAR, callback, {'interval': 100000000}); property
330 sensor.on(sensor.SensorId.SAR, callback2, {'interval': 100000000}); property
368 sensor.on(sensor.SensorId.SAR, callback, {'interval': 100000000}); property
369 sensor.on(sensor.SensorId.SAR, callback2, {'interval': 100000000}); property
/base/sensors/sensor/interfaces/plugin/test/unittest/color/
DExampleJsunit.test.js116 sensor.on(sensor.SensorId.COLOR, callback, {'interval': 100000000}); property
156 sensor.on(sensor.SensorId.COLOR, onSensorCallback, {'interval': 100000000}, 5); property
191 sensor.on(sensor.SensorId.COLOR, callback, {'interval': -100000000}); property
331 sensor.on(sensor.SensorId.COLOR, callback, {'interval': 100000000}); property
332 sensor.on(sensor.SensorId.COLOR, callback2, {'interval': 100000000}); property
370 sensor.on(sensor.SensorId.COLOR, callback, {'interval': 100000000}); property
371 sensor.on(sensor.SensorId.COLOR, callback2, {'interval': 100000000}); property
/base/sensors/sensor/interfaces/plugin/test/unittest/barometer/
DExampleJsunit.test.js114 sensor.on(sensor.SensorId.BAROMETER, callback, {'interval': 100000000}); property
154 … sensor.on(sensor.SensorId.BAROMETER, onSensorCallback, {'interval': 100000000}, 5); property
189 sensor.on(sensor.SensorId.BAROMETER, callback, {'interval': -100000000}); property
431 sensor.on(sensor.SensorId.BAROMETER, callback, {'interval': 100000000}); property
467 sensor.on(sensor.SensorId.BAROMETER, callback, {'interval': 100000000}); property
468 sensor.on(sensor.SensorId.BAROMETER, callback2, {'interval': 100000000}); property
506 sensor.on(sensor.SensorId.BAROMETER, callback, {'interval': 100000000}); property
507 sensor.on(sensor.SensorId.BAROMETER, callback2, {'interval': 100000000}); property
/base/sensors/sensor/interfaces/plugin/test/unittest/gyroscope/
DExampleJsunit.test.js118 sensor.on(sensor.SensorId.GYROSCOPE, callback, {'interval': 100000000}); property
158 … sensor.on(sensor.SensorId.GYROSCOPE, onSensorCallback, {'interval': 100000000}, 5); property
193 sensor.on(sensor.SensorId.GYROSCOPE, callback, {'interval': -100000000}); property
435 sensor.on(sensor.SensorId.GYROSCOPE, callback, {'interval': 100000000}); property
471 sensor.on(sensor.SensorId.GYROSCOPE, callback, {'interval': 100000000}); property
472 sensor.on(sensor.SensorId.GYROSCOPE, callback2, {'interval': 100000000}); property
510 sensor.on(sensor.SensorId.GYROSCOPE, callback, {'interval': 100000000}); property
511 sensor.on(sensor.SensorId.GYROSCOPE, callback2, {'interval': 100000000}); 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.cpp34 TimeOutCallback timeOutCallback, uint64_t interval) in WatchdogTask()
46 WatchdogTask::WatchdogTask(std::string name, Task&& task, uint64_t delay, uint64_t interval, bool … in WatchdogTask()
213 std::string WatchdogTask::GetBlockDescription(uint64_t interval) in GetBlockDescription()
/base/security/device_security_level/baselib/utils/src/
Dutils_timer.c21 TimerHandle UtilsStartPeriodicTimerTask(uint32_t interval, TimerProc callback, const void *context) in UtilsStartPeriodicTimerTask()
28 TimerHandle UtilsStartOnceTimerTask(uint32_t interval, TimerProc callback, const void *context) in UtilsStartOnceTimerTask()
Dutils_timer.cpp55 TimerHandle UtilsStartPeriodicTimerTask(uint32_t interval, TimerProc callback, const void *context) in UtilsStartPeriodicTimerTask()
62 TimerHandle UtilsStartOnceTimerTask(uint32_t interval, TimerProc callback, const void *context) in UtilsStartOnceTimerTask()
/base/startup/init/watchdog/
Dinit_watchdog.c59 int GetWatcherDogCfg(int interval, int timeoutGet, int fd) in GetWatcherDogCfg()
91 int interval = 0; in main() local
/base/time/time_service/test/fuzztest/timetesttimer_fuzzer/
Dtimer_info.h47 void TimerInfo::SetInterval(const uint64_t &interval) in SetInterval()
/base/time/time_service/interfaces/inner_api/include/
Ditimer_info.h31 uint64_t interval; variable
/base/update/updateservice/services/engine/src/
Dupdate_service_cache.cpp80 void UpdateServiceCache::SetCheckInterval(BusinessSubType businessSubType, uint64_t interval) in SetCheckInterval()
102 void UpdateServiceCache::SetDownloadInterval(BusinessSubType businessSubType, uint64_t interval) in SetDownloadInterval()
/base/inputmethod/imf/services/src/
Dglobal.cpp34 bool BlockRetry(uint32_t interval, uint32_t maxRetryTimes, Function func) in BlockRetry()
/base/time/time_service/services/dfx/src/
Dtime_sysevent.cpp27 …eporter(int32_t callerPid, int32_t callerUid, int32_t type, int64_t triggerTime, uint64_t interval) in StatisticReporter()
/base/inputmethod/imf/frameworks/common/
Dblock_data.h25 … explicit BlockData(uint32_t interval, const T &invalid = T()) : INTERVAL(interval), data_(invalid) in INTERVAL() argument
/base/hiviewdfx/hiview/plugins/eventlogger/config/
Devent_logger_config.h32 int interval; member
/base/telephony/call_manager/utils/include/
Dtimer.h48 void start(int interval, std::function<void()> taskFun) in start()
/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/time/time_service/test/unittest/js_test/permission/
DSystemTimerNormal.test.js196 interval: 0 property
220 interval: 5000 property
405 interval: 0 property
429 interval: 5000 property
DSystemTimerException.test.js195 interval: "1000" property
412 interval: "1000" property
442 interval: 5001 property
469 interval: 5001 property
/base/sensors/sensor/interfaces/plugin/test/unittest/sensor/
DExampleJsunit.test.js110 sensor.on(sensor.SensorId.ACCELEROMETER, callback, {'interval': 100000000}); property
133 sensor.on(sensor.SensorId.ACCELEROMETER, onSensorCallback, {'interval': 100000000}, 5); property
294 }, {'interval': 100000000}); property
318 }, {'interval': 100000000}); property
322 }, {'interval': 100000000}); property
415 sensor.on(sensor.SensorId.ACCELEROMETER, callback, {'interval': undefined}); property
430 sensor.on(sensor.SensorId.ACCELEROMETER, callback, {'interval': null}); property
445 sensor.on(sensor.SensorId.ACCELEROMETER, callback, {'interval': "abc"}); property
460 sensor.on(sensor.SensorId.ACCELEROMETER, callback, {'interval': 100000000}); property
475 sensor.on(sensor.SensorId.ACCELEROMETER, callback, {'interval': 100000000}); property
[all …]
/base/time/time_service/utils/native/include/
Dtime_common.h32 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_UPGRADE_INTERVAL(validCheck, versionInfo, type, interval) \ argument

123