Home
last modified time | relevance | path

Searched defs:interval (Results 1 - 25 of 73) sorted by relevance

123

/base/security/device_security_level/baselib/utils/src/
H A Dutils_timer.c21 TimerHandle DslmUtilsStartPeriodicTimerTask(uint32_t interval, TimerProc callback, const void *context) in DslmUtilsStartPeriodicTimerTask() argument
28 TimerHandle DslmUtilsStartOnceTimerTask(uint32_t interval, TimerProc callback, const void *context) in DslmUtilsStartOnceTimerTask() argument
H A Dutils_timer.cpp55 TimerHandle DslmUtilsStartPeriodicTimerTask(uint32_t interval, TimerProc callback, const void *context) in DslmUtilsStartPeriodicTimerTask() argument
62 TimerHandle DslmUtilsStartOnceTimerTask(uint32_t interval, TimerProc callback, const void *context) in DslmUtilsStartOnceTimerTask() argument
/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/mock/
H A Dbbox_detectors_mock.cpp20 AddTimerEvent(std::shared_ptr<EventHandler> handler, std::shared_ptr<Event> event, const Task &task, uint64_t interval, bool repeat) AddTimerEvent() argument
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/swiper/
H A Dswiper_interval_test.cpp23 float interval = 1000; in TestSwiperInterval001() local
35 float interval = 10000; in TestSwiperInterval002() local
47 float interval = -600; in TestSwiperInterval003() local
/base/inputmethod/imf/frameworks/common/
H A Dblock_data.h26 explicit BlockData(uint32_t interval, const T &invalid = T()) : INTERVAL(interval), data_(invalid) in BlockData() argument
/base/hiviewdfx/hiview/plugins/eventlogger/config/
H A Devent_logger_config.h32 int interval; member
/base/inputmethod/imf/common/src/
H A Dglobal.cpp34 bool BlockRetry(uint32_t interval, uint32_t maxRetryTimes, Function func) in BlockRetry() argument
H A Dinputmethod_sysevent.cpp182 bool InputMethodSysEvent::StartTimer(const TimerCallback &callback, uint32_t interval) in StartTimer() argument
/base/telephony/call_manager/utils/include/
H A Dtimer.h48 void start(int interval, std::function<void()> taskFun) in start() argument
/base/time/time_service/services/dfx/src/
H A Dtime_sysevent.cpp33 auto interval = static_cast<uint64_t>(timer->repeatInterval.count()); in StatisticReporter() local
/base/time/time_service/test/fuzztest/timemanager_fuzzer/timetesttimer_fuzzer/
H A Dtimer_info.h47 void TimerInfo::SetInterval(const uint64_t &interval) in SetInterval() argument
/base/time/time_service/interfaces/inner_api/include/
H A Ditimer_info.h33 uint64_t interval; member in OHOS::MiscServices::ITimerInfo
/base/time/time_service/test/fuzztest/timeservice_fuzzer/timerproxy_fuzzer/
H A Dtimerproxy_fuzzer.cpp51 auto interval = static_cast<uint32_t>(*data); in FuzzTimerAdjustTimer() local
/base/hiviewdfx/hicollie/frameworks/native/
H A Dwatchdog.cpp36 int Watchdog::AddThread(const std::string &name, std::shared_ptr<AppExecFwk::EventHandler> handler, uint64_t interval) in AddThread() argument
46 void Watchdog::RunPeriodicalTask(const std::string& name, Task&& task, uint64_t interval, uint64_t delay) in RunPeriodicalTask() argument
30 AddThread(const std::string &name, std::shared_ptr<AppExecFwk::EventHandler> handler, TimeOutCallback timeOutCallback, uint64_t interval) AddThread() argument
/base/hiviewdfx/hiview/framework/native/unified_collection/process/
H A Dprocess_status.cpp59 uint64_t interval = now > lastClearTime ? (now - lastClearTime) : 0; in NeedClearProcessInfos() local
/base/msdp/device_status/tools/vdev/src/
H A Dvirtual_device.cpp148 void VirtualDevice::SetMinimumInterval(int32_t interval) in SetMinimumInterval() argument
/base/startup/init/watchdog/
H A Dinit_watchdog.c59 int GetWatcherDogCfg(int interval, int timeoutGet, int fd) in GetWatcherDogCfg() argument
92 int interval = 0; in main() local
[all...]
/base/time/time_service/services/timer/include/
H A Dtimer_manager_interface.h30 uint64_t interval; member
/base/update/updater/test/unittest/updater_ui_test/view/
H A Dui_component_unittest.cpp199 uint32_t interval = 0; in HWTEST_F() local
/base/update/updateservice/services/engine/src/
H A Dupdate_service_cache.cpp83 void UpdateServiceCache::SetCheckInterval(BusinessSubType businessSubType, uint64_t interval) in SetCheckInterval() argument
105 void UpdateServiceCache::SetDownloadInterval(BusinessSubType businessSubType, uint64_t interval) in SetDownloadInterval() argument
/base/hiviewdfx/hiview/plugins/performance/timer/
H A DSceneTimerOhImpl.cpp46 void SceneTimerOhImpl::Start(int user, int id, long interval) in Start() argument
/base/hiviewdfx/hiview/plugins/unified_collector/test/unittest/common/mock/
H A Dmock_function_jumble.cpp61 AddTimerEvent(std::shared_ptr<EventHandler> handler, std::shared_ptr<Event> event, const Task &task, uint64_t interval, bool repeat) AddTimerEvent() argument
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dprocess_state_info_collector.cpp253 uint64_t interval = collectionBootTime > lastClearTime ? (collectionBootTime - lastClearTime) : 0; in TryToDeleteDeadProcessInfoByTime() local
/base/location/frameworks/native/location_ndk/source/
H A Dlocator_c_impl.cpp194 OH_LocationRequestConfig_SetInterval(Location_RequestConfig* requestConfig, int interval) OH_LocationRequestConfig_SetInterval() argument
/base/powermgr/thermal_manager/application/protector/src/
H A Dthermal_sensor_provider.cpp154 void ThermalSensorProvider::SetTimerInterval(int interval, int32_t timerfd) in SetTimerInterval() argument

Completed in 9 milliseconds

123