Home
last modified time | relevance | path

Searched refs:TIMER_INTERVAL (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/msdp/device_status/libs/src/
H A Ddevicestatus_msdp_mock.cpp36 constexpr int32_t TIMER_INTERVAL { 3 }; variable
140 SetTimerInterval(TIMER_INTERVAL); in InitTimer()
/ohos5.0/base/telephony/call_manager/services/call_earthquake_alarm/src/
H A Dcall_earthquake_alarm_locator.cpp28 const int MyLocationEngine::TIMER_INTERVAL = 0; member in OHOS::Telephony::MyLocationEngine
81 this->requestConfig->SetTimeInterval(TIMER_INTERVAL); in SetValue()
/ohos5.0/base/telephony/call_manager/services/call_earthquake_alarm/include/
H A Dcall_earthquake_alarm_locator.h109 static const int TIMER_INTERVAL; variable
/ohos5.0/drivers/hdf_core/framework/model/input/driver/
H A Dhdf_hid_adapter.c21 #define TIMER_INTERVAL 500 macro
286 ret = OsalTimerCreate(&g_timer, TIMER_INTERVAL, TimerFunc, (uintptr_t)device); in RepateEvent()
/ohos5.0/base/msdp/device_status/test/unittest/libs/src/
H A Ddevice_status_mock_test.cpp47 constexpr int32_t TIMER_INTERVAL { 3 }; variable
287 int32_t ret = g_testMock->SetTimerInterval(TIMER_INTERVAL);