Home
last modified time | relevance | path

Searched refs:attachFailedCount_ (Results 1 – 2 of 2) sorted by relevance

/drivers/peripheral/usb/hdi_service/include/
Dusb_impl.h154 static uint32_t attachFailedCount_; variable
/drivers/peripheral/usb/hdi_service/src/
Dusb_impl.cpp50 uint32_t UsbImpl::attachFailedCount_ = 0; member in OHOS::HDI::Usb::V1_0::UsbImpl
825 attachFailedCount_++; in ReportUsbdSysEvent()
834 "EXCEPTION_CNT", attachFailedCount_, "TOTAL_CNT", attachCount_, "FAIL_RATE", in ReportUsbdSysEvent()
835 (static_cast<double>(attachFailedCount_)) / in ReportUsbdSysEvent()