Searched refs:currentFuncs_ (Results 1 – 2 of 2) sorted by relevance
39 uint32_t UsbdFunction::currentFuncs_ = USB_FUNCTION_HDC; member in OHOS::HDI::Usb::V1_0::UsbdFunction185 uint32_t ddkFuns = currentFuncs_ & USB_DDK_FUNCTION_SUPPORT; in SetFunctionToNone()208 currentFuncs_ = USB_FUNCTION_NONE; in SetFunctionToNone()393 currentFuncs_ = funcs; in UsbdSetFunction()399 return currentFuncs_; in UsbdGetFunction()
92 static uint32_t currentFuncs_; variable