Home
last modified time | relevance | path

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

/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_host_manager.cpp44 constexpr int32_t CLASS_PRINT_LENGTH = 2; variable
214 …ss << std::setw(CLASS_PRINT_LENGTH) << std::setfill('0') << std::hex << interfaceType.baseClass <<… in ConcatenateToDescription()
215 …ss << std::setw(CLASS_PRINT_LENGTH) << std::setfill('0') << std::hex << interfaceType.subClass << … in ConcatenateToDescription()
216 …ss << std::setw(CLASS_PRINT_LENGTH) << std::setfill('0') << std::hex << interfaceType.protocol << … in ConcatenateToDescription()