Home
last modified time | relevance | path

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

/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()
/base/msdp/device_status/libs/src/
Ddevicestatus_msdp_mock.cpp33 constexpr int32_t ERR_INVALID_FD = -1; variable
128 if (timerFd_ == ERR_INVALID_FD) { in InitTimer()
131 epFd_ = ERR_INVALID_FD; in InitTimer()
145 if (timerFd_ == ERR_INVALID_FD) { in SetTimerInterval()
Ddevicestatus_msdp_rdb.cpp33 constexpr int32_t ERR_INVALID_FD = -1; variable
228 if (timerFd_ == ERR_INVALID_FD) { in InitTimer()
245 if (timerFd_ == ERR_INVALID_FD) { in SetTimerInterval()
Ddevicestatus_sensor_rdb.cpp33 constexpr int32_t ERR_INVALID_FD = -1; variable
246 if (timerFd_ == ERR_INVALID_FD) { in InitTimer()
263 if (timerFd_ == ERR_INVALID_FD) { in SetTimerInterval()