Home
last modified time | relevance | path

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

/base/powermgr/battery_manager/services/native/include/
Dbattery_service.h112 int32_t commEventRetryTimes_ { 0 };
/base/usb/usb_manager/services/native/include/
Dusb_service.h148 int32_t commEventRetryTimes_ = 0; variable
/base/usb/usb_manager/services/native/src/
Dusb_service.cpp194 while (commEventRetryTimes_ <= COMMEVENT_REGISTER_RETRY_TIMES) { in Init()
196 ++commEventRetryTimes_; in Init()
199 commEventRetryTimes_ = 0; in Init()