Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/battery_manager/charger/src/
H A Dbattery_thread.cpp90 epollInterval_ = TIMER_FAST_SEC * SEC_TO_MSEC; in UpdateEpollInterval()
92 epollInterval_ = -1; in UpdateEpollInterval()
184 int32_t timeout = epollInterval_; in LoopingThreadEntry()
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/test/unittest/include/
H A Dbattery_thread_test.h101 …te class GetEpollIntervalImplement<BatteryThreadUnitTest, decltype(&BatteryThread::epollInterval_),
102 &BatteryThread::epollInterval_>;
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/src/
H A Dbattery_thread.cpp109 epollInterval_ = TIMER_FAST_SEC * SEC_TO_MSEC; in UpdateEpollInterval()
111 epollInterval_ = -1; in UpdateEpollInterval()
268 int32_t timeout = epollInterval_; in LoopingThreadEntry()
/ohos5.0/base/powermgr/battery_manager/charger/include/
H A Dbattery_thread.h57 int32_t epollInterval_ = -1; variable
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/include/
H A Dbattery_thread.h63 int32_t epollInterval_ = -1; variable