Home
last modified time | relevance | path

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

/drivers/peripheral/usb/hdi_service/src/
H A Dusb_impl.cpp58 uint32_t UsbImpl::attachCount_ = 0; member in OHOS::HDI::Usb::V1_1::UsbImpl
888 attachCount_++; in ReportUsbdSysEvent()
891 attachCount_++; in ReportUsbdSysEvent()
899 "EXCEPTION_CNT", attachFailedCount_, "TOTAL_CNT", attachCount_, "FAIL_RATE", in ReportUsbdSysEvent()
901 (static_cast<double>(attachCount_) * USB_RECOGNITION_FAIL_RATE_BASE), in ReportUsbdSysEvent()
/drivers/peripheral/usb/hdi_service/include/
H A Dusb_impl.h167 static uint32_t attachCount_; member in OHOS::HDI::Usb::V1_1::UsbImpl

Completed in 5 milliseconds