Home
last modified time | relevance | path

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

/ohos5.0/base/usb/usb_manager/services/native/include/
H A Dusb_right_manager.h61 int32_t HasSetFuncRight(int32_t functions);
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_right_manager.cpp583 int32_t UsbRightManager::HasSetFuncRight(int32_t functions) in HasSetFuncRight() function in OHOS::USB::UsbRightManager
H A Dusb_service.cpp507 int32_t ret = usbRightManager_->HasSetFuncRight(functions); in SetCurrentFunctions()