Home
last modified time | relevance | path

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

/drivers/peripheral/usb/hdi_service/include/
H A Dusb_impl.h168 static uint32_t attachFailedCount_; member in OHOS::HDI::Usb::V1_1::UsbImpl
/drivers/peripheral/usb/hdi_service/src/
H A Dusb_impl.cpp59 uint32_t UsbImpl::attachFailedCount_ = 0; member in OHOS::HDI::Usb::V1_1::UsbImpl
890 attachFailedCount_++; in ReportUsbdSysEvent()
899 "EXCEPTION_CNT", attachFailedCount_, "TOTAL_CNT", attachCount_, "FAIL_RATE", in ReportUsbdSysEvent()
900 (static_cast<double>(attachFailedCount_)) / in ReportUsbdSysEvent()

Completed in 5 milliseconds