Home
last modified time | relevance | path

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

/base/msdp/device_status/libs/test/unittest/src/
Ddevice_status_mock_test.cpp276 constexpr int32_t TIMER_INTERVAL = 3; variable
277 int32_t ret = g_testMock->SetTimerInterval(TIMER_INTERVAL);
293 constexpr int32_t TIMER_INTERVAL = -1; variable
294 int32_t ret = g_testMock->SetTimerInterval(TIMER_INTERVAL);
310 constexpr int32_t TIMER_INTERVAL = 0; variable
311 int32_t ret = g_testMock->SetTimerInterval(TIMER_INTERVAL);
327 constexpr int32_t TIMER_INTERVAL = 0; variable
328 int32_t ret = g_testMock->SetTimerInterval(TIMER_INTERVAL);
382 constexpr int32_t TIMER_INTERVAL = 0; variable
383 int32_t ret = g_testMock->SetTimerInterval(TIMER_INTERVAL);
[all …]
/base/msdp/device_status/libs/src/
Ddevicestatus_msdp_mock.cpp34 constexpr int32_t TIMER_INTERVAL { 3 }; variable
129 SetTimerInterval(TIMER_INTERVAL); in InitTimer()