Home
last modified time | relevance | path

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

/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_device_manager.cpp96 ((~functionSettable_ & static_cast<uint32_t>(funcs)) == 0); in AreSettableFunctions()
139 if (function <= UsbSrvSupport::FUNCTION_NONE || function > functionSettable_) { in ConvertToString()
311 dprintf(fd, "supported functions list: %s\n", ConvertToString(functionSettable_).c_str()); in DumpGetSupportFunc()
/ohos5.0/base/usb/usb_manager/services/native/include/
H A Dusb_device_manager.h60 …static constexpr uint32_t functionSettable_ = UsbSrvSupport::FUNCTION_HDC | UsbSrvSupport::FUNCTIO… variable