| /base/sensors/sensor/test/unittest/interfaces/js/sensor/ |
| D | SensorFrequencyJsunit.test.js | 82 sensor.on(sensor.SensorId.ACCELEROMETER, callback, {'interval': 'game'}); property 120 sensor.on(sensor.SensorId.ACCELEROMETER, callback, {'interval': 'ui'}); property 158 sensor.on(sensor.SensorId.ACCELEROMETER, callback, {'interval': 'normal'}); property 196 sensor.on(sensor.SensorId.GYROSCOPE, callback, {'interval': 'game'}); property 234 sensor.on(sensor.SensorId.GYROSCOPE, callback, {'interval': 'ui'}); property 272 sensor.on(sensor.SensorId.GYROSCOPE, callback, {'interval': 'normal'}); property 310 sensor.on(sensor.SensorId.ORIENTATION, callback2, {'interval': 'game'}); property 348 sensor.on(sensor.SensorId.ORIENTATION, callback2, {'interval': 'ui'}); property 386 sensor.on(sensor.SensorId.ORIENTATION, callback2, {'interval': 'normal'}); property
|
| D | SarJsunit.test.js | 119 sensor.on(sensor.SensorId.SAR, callback, {'interval': 100000000}); property 163 sensor.on(sensor.SensorId.SAR, onSensorCallback, {'interval': 100000000}, 5); property 202 sensor.on(sensor.SensorId.SAR, callback, {'interval': -100000000}); property 358 sensor.on(sensor.SensorId.SAR, callback, {'interval': 100000000}); property 359 sensor.on(sensor.SensorId.SAR, callback2, {'interval': 100000000}); property 401 sensor.on(sensor.SensorId.SAR, callback, {'interval': 100000000}); property 402 sensor.on(sensor.SensorId.SAR, callback2, {'interval': 100000000}); property
|
| D | ColorJsunit.test.js | 120 sensor.on(sensor.SensorId.COLOR, callback, {'interval': 100000000}); property 164 sensor.on(sensor.SensorId.COLOR, onSensorCallback, {'interval': 100000000}, 5); property 203 sensor.on(sensor.SensorId.COLOR, callback, {'interval': -100000000}); property 359 sensor.on(sensor.SensorId.COLOR, callback, {'interval': 100000000}); property 360 sensor.on(sensor.SensorId.COLOR, callback2, {'interval': 100000000}); property 402 sensor.on(sensor.SensorId.COLOR, callback, {'interval': 100000000}); property 403 sensor.on(sensor.SensorId.COLOR, callback2, {'interval': 100000000}); property
|
| D | BarometerJsunit.test.js | 118 sensor.on(sensor.SensorId.BAROMETER, callback, {'interval': 100000000}); property 162 … sensor.on(sensor.SensorId.BAROMETER, onSensorCallback, {'interval': 100000000}, 5); property 201 sensor.on(sensor.SensorId.BAROMETER, callback, {'interval': -100000000}); property 471 sensor.on(sensor.SensorId.BAROMETER, callback, {'interval': 100000000}); property 511 sensor.on(sensor.SensorId.BAROMETER, callback, {'interval': 100000000}); property 512 sensor.on(sensor.SensorId.BAROMETER, callback2, {'interval': 100000000}); property 554 sensor.on(sensor.SensorId.BAROMETER, callback, {'interval': 100000000}); property 555 sensor.on(sensor.SensorId.BAROMETER, callback2, {'interval': 100000000}); property
|
| D | GyroscopeJsunit.test.js | 122 sensor.on(sensor.SensorId.GYROSCOPE, callback, {'interval': 100000000}); property 166 … sensor.on(sensor.SensorId.GYROSCOPE, onSensorCallback, {'interval': 100000000}, 5); property 205 sensor.on(sensor.SensorId.GYROSCOPE, callback, {'interval': -100000000}); property 475 sensor.on(sensor.SensorId.GYROSCOPE, callback, {'interval': 100000000}); property 515 sensor.on(sensor.SensorId.GYROSCOPE, callback, {'interval': 100000000}); property 516 sensor.on(sensor.SensorId.GYROSCOPE, callback2, {'interval': 100000000}); property 558 sensor.on(sensor.SensorId.GYROSCOPE, callback, {'interval': 100000000}); property 559 sensor.on(sensor.SensorId.GYROSCOPE, callback2, {'interval': 100000000}); property
|
| D | SensorJsunit.test.js | 122 sensor.on(sensor.SensorId.ACCELEROMETER, callback, {'interval': 100000000}); property 146 sensor.on(sensor.SensorId.ACCELEROMETER, onSensorCallback, {'interval': 100000000}, 5); property 315 }, {'interval': 100000000}); property 340 }, {'interval': 100000000}); property 344 }, {'interval': 100000000}); property 442 sensor.on(sensor.SensorId.ACCELEROMETER, callback, {'interval': undefined}); property 458 sensor.on(sensor.SensorId.ACCELEROMETER, callback, {'interval': null}); property 474 sensor.on(sensor.SensorId.ACCELEROMETER, callback, {'interval': "abc"}); property 490 sensor.on(sensor.SensorId.ACCELEROMETER, callback, {'interval': 100000000}); property 506 sensor.on(sensor.SensorId.ACCELEROMETER, callback, {'interval': 100000000}); property [all …]
|
| /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 | 44 TimeOutCallback timeOutCallback, uint64_t interval) in WatchdogTask() 56 WatchdogTask::WatchdogTask(std::string name, Task&& task, uint64_t delay, uint64_t interval, bool … in WatchdogTask() 248 std::string WatchdogTask::GetBlockDescription(uint64_t interval) in GetBlockDescription()
|
| /base/security/device_security_level/baselib/utils/src/ |
| D | utils_timer.c | 21 TimerHandle DslmUtilsStartPeriodicTimerTask(uint32_t interval, TimerProc callback, const void *cont… in DslmUtilsStartPeriodicTimerTask() 28 TimerHandle DslmUtilsStartOnceTimerTask(uint32_t interval, TimerProc callback, const void *context) in DslmUtilsStartOnceTimerTask()
|
| D | utils_timer.cpp | 55 TimerHandle DslmUtilsStartPeriodicTimerTask(uint32_t interval, TimerProc callback, const void *cont… in DslmUtilsStartPeriodicTimerTask() 62 TimerHandle DslmUtilsStartOnceTimerTask(uint32_t interval, TimerProc callback, const void *context) in DslmUtilsStartOnceTimerTask()
|
| /base/startup/init/watchdog/ |
| D | init_watchdog.c | 59 int GetWatcherDogCfg(int interval, int timeoutGet, int fd) in GetWatcherDogCfg() 92 int interval = 0; in main() local
|
| /base/time/time_service/interfaces/inner_api/include/ |
| D | itimer_info.h | 32 uint64_t interval; variable
|
| /base/time/time_service/test/fuzztest/timemanager_fuzzer/timetesttimer_fuzzer/ |
| D | timer_info.h | 47 void TimerInfo::SetInterval(const uint64_t &interval) in SetInterval()
|
| /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/telephony/call_manager/utils/include/ |
| D | timer.h | 48 void start(int interval, std::function<void()> taskFun) in start()
|
| /base/hiviewdfx/hiview/plugins/eventlogger/config/ |
| D | event_logger_config.h | 32 int interval; member
|
| /base/hiviewdfx/hicollie/frameworks/native/test/unittest/common/ |
| D | watchdog_inner_test.cpp | 91 uint64_t interval = 0; variable 116 uint64_t interval = 0; variable
|
| /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 | 200 interval: 0 property 220 interval: 5000 property 380 interval: 0 property 400 interval: 5000 property
|
| D | SystemTimerException.test.js | 216 interval: "1000" property 389 interval: "1000" property 421 interval: 5001 property 451 interval: 5001 property
|
| /base/time/time_service/utils/native/include/ |
| D | time_common.h | 31 uint64_t interval; member
|
| /base/sensors/medical_sensor/interfaces/plugin/src/ |
| D | medical_js.cpp | 91 static int32_t SubscribeSensor(int32_t sensorTypeId, int64_t interval, const MedicalSensorUser *use… in SubscribeSensor() 132 int64_t interval = 200000000; in On() local
|