Home
last modified time | relevance | path

Searched defs:altIndex (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/drivers/peripheral/usb/test/unittest/hal/src/
H A Dusbd_interface_test.cpp112 uint8_t altIndex = INDEX_0; variable
129 uint8_t altIndex = INDEX_0; variable
148 uint8_t altIndex = INDEX_INVALID; variable
166 uint8_t altIndex = INDEX_INVALID; variable
183 uint8_t altIndex = INDEX_0; variable
202 uint8_t altIndex = INDEX_1; variable
220 uint8_t altIndex = INDEX_INVALID; variable
237 uint8_t altIndex = INDEX_INVALID; variable
/ohos5.0/drivers/peripheral/usb/test/fuzztest/usbsetinterface_fuzzer/
H A Dusbsetinterface_fuzzer.cpp29 uint8_t altIndex; member
/ohos5.0/base/usb/usb_manager/test/native/mock/src/
H A Dusb_device_pipe_mock_test.cpp1341 uint8_t altIndex = interface.GetAlternateSetting(); variable
1363 uint8_t altIndex = interface.GetAlternateSetting(); variable
1387 uint8_t altIndex = interface.GetAlternateSetting(); variable
1410 uint8_t altIndex = interface.GetAlternateSetting(); variable
1433 uint8_t altIndex = interface.GetAlternateSetting(); variable
1457 uint8_t altIndex = interface.GetAlternateSetting(); variable
/ohos5.0/drivers/peripheral/usb/test/unittest/mock/src/
H A Dusbd_request_auto_test.cpp483 uint8_t altIndex = INDEX_0; variable
501 uint8_t altIndex = INDEX_0; variable
520 uint8_t altIndex = INDEX_INVALID; variable
539 uint8_t altIndex = INDEX_INVALID; variable
559 uint8_t altIndex = INDEX_0; variable
579 uint8_t altIndex = INDEX_1; variable
599 uint8_t altIndex = INDEX_INVALID; variable
618 uint8_t altIndex = INDEX_INVALID; variable
/ohos5.0/drivers/peripheral/usb/test/benchmarktest/
H A Dusb_benchmark_request_test.cpp195 uint8_t altIndex = INDEX_0; in BENCHMARK_F() local
/ohos5.0/base/usb/usb_manager/services/zidl/src/
H A Dusb_srv_proxy.cpp894 …sbServerProxy::SetInterface(uint8_t busNum, uint8_t devAddr, uint8_t interfaceid, uint8_t altIndex) in SetInterface()
H A Dusb_srv_stub.cpp679 uint8_t altIndex = 0; in DoSetInterface() local
/ohos5.0/drivers/peripheral/usb/hdi_service/src/
H A Dusb_impl.cpp1476 int32_t UsbImpl::SetInterface(const UsbDev &dev, uint8_t interfaceId, uint8_t altIndex) in SetInterface()
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_service.cpp781 …_t UsbService::SetInterface(uint8_t busNum, uint8_t devAddr, uint8_t interfaceid, uint8_t altIndex) in SetInterface()