Searched defs:_interval (Results 1 - 6 of 6) sorted by relevance
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | reminder_timer_info.cpp | 36 void ReminderTimerInfo::SetInterval(const uint64_t &_interval) in SetInterval() argument
|
/base/time/time_service/services/time/src/ |
H A D | simple_timer_info.cpp | 35 void SimpleTimerInfo::SetInterval(const uint64_t &_interval) in SetInterval() argument
|
/base/time/time_service/test/unittest/service_test/include/ |
H A D | timer_info_test.h | 86 void TimerInfoTest::SetInterval(const uint64_t &_interval) in SetInterval() argument
|
/base/powermgr/thermal_manager/services/native/src/thermal_action/ |
H A D | thermal_timer.cpp | 56 void ThermalTimerInfo::SetInterval(const uint64_t &_interval) in SetInterval() argument
|
/base/time/time_service/services/timer/src/ |
H A D | timer_info.cpp | 34 TimerInfo(uint64_t _id, int _type, std::chrono::milliseconds _when, std::chrono::steady_clock::time_point _whenElapsed, std::chrono::milliseconds _windowLength, std::chrono::steady_clock::time_point _maxWhen, std::chrono::milliseconds _interval, std::function<int32_t (const uint64_t)> _callback, std::shared_ptr<OHOS::AbilityRuntime::WantAgent::WantAgent> _wantAgent, uint32_t _flags, int _uid, int _pid, const std::string &_bundleName) TimerInfo() argument
|
/base/time/time_service/framework/js/napi/system_timer/src/ |
H A D | napi_system_timer.cpp | 93 void ITimerInfoInstance::SetInterval(const uint64_t &_interval) in SetInterval() argument
|
Completed in 3 milliseconds