Home
last modified time | relevance | path

Searched refs:ERR_INVALID_FD (Results 1 – 3 of 3) sorted by relevance

/base/msdp/device_status/libs/src/
Ddevicestatus_msdp_mock.cpp35 constexpr int32_t ERR_INVALID_FD { -1 }; variable
121 if (timerFd_ == ERR_INVALID_FD) { in InitTimer()
126 epFd_ = ERR_INVALID_FD; in InitTimer()
143 if (timerFd_ == ERR_INVALID_FD) { in SetTimerInterval()
/base/powermgr/thermal_manager/application/protector/src/
Dthermal_sensor_provider.cpp32 const int ERR_INVALID_FD = -1; variable
125 if (timerFd_ == ERR_INVALID_FD) { in CreateProviderFd()
127 return ERR_INVALID_FD; in CreateProviderFd()
159 if (timerfd == ERR_INVALID_FD) { in SetTimerInterval()
Dthermal_protector_timer.cpp30 constexpr int32_t ERR_INVALID_FD = -1; variable
55 if (timerFd_ == ERR_INVALID_FD) { in CreateProvisionFd()
108 if (timerfd == ERR_INVALID_FD) { in SetTimerInterval()