| /base/sensors/sensor/interfaces/plugin/test/unittest/sar/ |
| D | ExampleJsunit.test.js | 114 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/ |
| D | ExampleJsunit.test.js | 116 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/ |
| D | ExampleJsunit.test.js | 114 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/ |
| D | ExampleJsunit.test.js | 118 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/ |
| D | watchdog.cpp | 31 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()
|
| D | watchdog_task.cpp | 34 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/ |
| D | utils_timer.c | 21 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()
|
| D | utils_timer.cpp | 55 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/ |
| D | init_watchdog.c | 59 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/ |
| D | timer_info.h | 47 void TimerInfo::SetInterval(const uint64_t &interval) in SetInterval()
|
| /base/time/time_service/interfaces/inner_api/include/ |
| D | itimer_info.h | 31 uint64_t interval; variable
|
| /base/update/updateservice/services/engine/src/ |
| D | update_service_cache.cpp | 80 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/ |
| D | global.cpp | 34 bool BlockRetry(uint32_t interval, uint32_t maxRetryTimes, Function func) in BlockRetry()
|
| /base/time/time_service/services/dfx/src/ |
| D | time_sysevent.cpp | 27 …eporter(int32_t callerPid, int32_t callerUid, int32_t type, int64_t triggerTime, uint64_t interval) in StatisticReporter()
|
| /base/inputmethod/imf/frameworks/common/ |
| D | block_data.h | 25 … explicit BlockData(uint32_t interval, const T &invalid = T()) : INTERVAL(interval), data_(invalid) in INTERVAL() argument
|
| /base/hiviewdfx/hiview/plugins/eventlogger/config/ |
| D | event_logger_config.h | 32 int interval; member
|
| /base/telephony/call_manager/utils/include/ |
| D | timer.h | 48 void start(int interval, std::function<void()> taskFun) in start()
|
| /base/powermgr/thermal_manager/application/protector/src/ |
| D | thermal_protector_timer.cpp | 59 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/ |
| D | SystemTimerNormal.test.js | 196 interval: 0 property 220 interval: 5000 property 405 interval: 0 property 429 interval: 5000 property
|
| D | SystemTimerException.test.js | 195 interval: "1000" property 412 interval: "1000" property 442 interval: 5001 property 469 interval: 5001 property
|
| /base/sensors/sensor/interfaces/plugin/test/unittest/sensor/ |
| D | ExampleJsunit.test.js | 110 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/ |
| D | time_common.h | 32 uint64_t interval; member
|
| /base/time/time_service/services/timer/include/ |
| D | timer_manager_interface.h | 29 uint64_t interval; member
|
| /base/sensors/medical_sensor/interfaces/plugin/src/ |
| D | medical_js.cpp | 89 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/ |
| D | update_system_event.h | 28 #define SYS_EVENT_UPGRADE_INTERVAL(validCheck, versionInfo, type, interval) \ argument
|