Home
last modified time | relevance | path

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

/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_device_manager.cpp241 uint32_t remainderFunc = static_cast<uint32_t>(currentFunc); in BroadcastFuncChange() local
244 while (remainderFunc != 0) { in BroadcastFuncChange()
245 if (remainderFunc & bit) { in BroadcastFuncChange()
248 remainderFunc &= ~bit; in BroadcastFuncChange()