Home
last modified time | relevance | path

Searched refs:timerFd (Results 1 - 1 of 1) sorted by relevance

/base/msdp/device_status/test/unittest/intention/scheduler/src/
H A Dtimer_manager_test.cpp554 int32_t timerFd = timerMgr->GetTimerFd(); in HWTEST_F() local
555 if (timerFd < 0) { in HWTEST_F()
560 EXPECT_GE(timerFd, 0); in HWTEST_F()
572 int32_t timerFd = timerMgr.GetTimerFd(); in HWTEST_F() local
573 if (timerFd < 0) { in HWTEST_F()
574 FI_HILOGI("TimerFd is less than zero. the value is %{public}d", timerFd); in HWTEST_F()
576 FI_HILOGE("Get TimerFd failed. the value is %{public}d", timerFd); in HWTEST_F()
578 EXPECT_LT(timerFd, 0); in HWTEST_F()

Completed in 2 milliseconds