/ohos5.0/drivers/peripheral/usb/test/unittest/hal/src/ |
H A D | usbd_interface_test.cpp | 114 auto ret = g_usbInterface->SetInterface(dev, interfaceId, altIndex); 133 auto ret = g_usbInterface->SetInterface(dev, interfaceId, altIndex); 151 auto ret = g_usbInterface->SetInterface(dev, interfaceId, altIndex); 168 auto ret = g_usbInterface->SetInterface(dev, interfaceId, altIndex); 187 auto ret = g_usbInterface->SetInterface(dev, interfaceId, altIndex); 205 auto ret = g_usbInterface->SetInterface(dev, interfaceId, altIndex); 223 auto ret = g_usbInterface->SetInterface(dev, interfaceId, altIndex); 242 auto ret = g_usbInterface->SetInterface(dev, interfaceId, altIndex);
|
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/src/ |
H A D | usb_device_pipe.cpp | 74 int32_t USBDevicePipe::SetInterface(const UsbInterface &interface) in SetInterface() function in OHOS::USB::USBDevicePipe 76 return UsbSrvClient::GetInstance().SetInterface(*this, interface); in SetInterface()
|
H A D | usb_srv_client.cpp | 311 int32_t UsbSrvClient::SetInterface(USBDevicePipe &pipe, const UsbInterface &interface) in SetInterface() function in OHOS::USB::UsbSrvClient 314 return proxy_->SetInterface( in SetInterface()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/ |
H A D | wifi_p2p_group_info_proxy.cpp | 67 void WifiP2pGroupInfoProxy::SetInterface(const std::string &interface) in SetInterface() function in OHOS::Wifi::WifiP2pGroupInfoProxy 70 groupsInfo.SetInterface(interface); in SetInterface()
|
H A D | wifi_p2p_group_info_proxy.h | 53 void SetInterface(const std::string &interface);
|
/ohos5.0/base/usb/usb_manager/test/native/mock/src/ |
H A D | usb_device_pipe_mock_test.cpp | 1342 …EXPECT_CALL(*mockUsbImpl_, SetInterface(testing::_, testing::_, testing::_)).WillRepeatedly(Return… 1343 ret = usbSrv_->SetInterface(dev_.busNum, dev_.devAddr, interfaceId, altIndex); 1364 …EXPECT_CALL(*mockUsbImpl_, SetInterface(testing::_, testing::_, testing::_)).WillRepeatedly(Return… 1365 ret = usbSrv_->SetInterface(dev_.busNum, dev_.devAddr, interfaceId, altIndex); 1388 …EXPECT_CALL(*mockUsbImpl_, SetInterface(testing::_, testing::_, testing::_)).WillRepeatedly(Return… 1389 ret = usbSrv_->SetInterface(dev_.busNum, dev_.devAddr, interfaceId, altIndex); 1411 …EXPECT_CALL(*mockUsbImpl_, SetInterface(testing::_, testing::_, testing::_)).WillRepeatedly(Return… 1412 ret = usbSrv_->SetInterface(dev_.busNum, dev_.devAddr, interfaceId, altIndex); 1434 …EXPECT_CALL(*mockUsbImpl_, SetInterface(testing::_, testing::_, testing::_)).WillRepeatedly(Return… 1435 ret = usbSrv_->SetInterface(dev_.busNum, dev_.devAddr, interfaceId, altIndex); [all …]
|
/ohos5.0/drivers/peripheral/usb/test/fuzztest/usbsetinterface_fuzzer/ |
H A D | usbsetinterface_fuzzer.cpp | 49 ret = usbInterface->SetInterface(dev, param.interfaceId, param.altIndex); in UsbSetInterfaceFuzzTest()
|
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/include/ |
H A D | usb_device_pipe.h | 36 int32_t SetInterface(const UsbInterface &interface);
|
H A D | usb_srv_client.h | 67 int32_t SetInterface(USBDevicePipe &pipe, const UsbInterface &interface);
|
H A D | iusb_srv.h | 57 …virtual int32_t SetInterface(uint8_t busNum, uint8_t devAddr, uint8_t interfaceid, uint8_t altInde…
|
/ohos5.0/base/usb/usb_manager/test/fuzztest/usbmgrsetinterface_fuzzer/ |
H A D | usbmgrsetinterface_fuzzer.cpp | 51 if (usbSrvClient.SetInterface(reinterpret_cast<USBDevicePipe &>(data), in UsbMgrSetInterfaceFuzzTest()
|
/ohos5.0/drivers/peripheral/usb/test/benchmarktest/ |
H A D | usb_benchmark_request_test.cpp | 188 BENCHMARK_F(HdfUsbdBenchmarkRequestTest, SetInterface)(benchmark::State& state) in BENCHMARK_F() argument 199 ret = g_usbInterface->SetInterface(g_dev, interfaceId, altIndex); in BENCHMARK_F() 205 BENCHMARK_REGISTER_F(HdfUsbdBenchmarkRequestTest, SetInterface)->
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/ |
H A D | wifi_p2p_group_info_proxy_test.cpp | 60 pWifiP2pGroupInfoProxy->SetInterface("iface");
|
H A D | wifi_p2p_group_manager_test.cpp | 46 groupInfo.SetInterface(std::string("UnitTestWlan")); in SetUp()
|
/ohos5.0/drivers/peripheral/usb/test/unittest/mock/src/ |
H A D | usbd_request_auto_test.cpp | 487 ret = g_usbInterface->SetInterface(dev, interfaceId, altIndex); 506 ret = g_usbInterface->SetInterface(dev, interfaceId, altIndex); 525 ret = g_usbInterface->SetInterface(dev, interfaceId, altIndex); 545 ret = g_usbInterface->SetInterface(dev, interfaceId, altIndex); 565 ret = g_usbInterface->SetInterface(dev, interfaceId, altIndex); 585 ret = g_usbInterface->SetInterface(dev, interfaceId, altIndex); 605 ret = g_usbInterface->SetInterface(dev, interfaceId, altIndex); 626 ret = g_usbInterface->SetInterface(dev, interfaceId, altIndex);
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/usb/ |
H A D | _o_h_o_s_1_1_u_s_b_1_1_usbd_client.md | 31 | [SetInterface](#setinterface) (const [UsbDev](_o_h_o_s_1_1_u_s_b_1_1_usb_dev.md) &dev, uint8_… 882 ### SetInterface() 885 int32_t UsbdClient::SetInterface (const UsbDev & dev, uint8_t interfaceid, uint8_t altIndex )
|
H A D | interface_i_usb_interface_v10.md | 34 | [SetInterface](#setinterface) ([in] struct [UsbDev](_usb_dev_v10.md) dev, [in] unsigned char inte… 859 ### SetInterface() 862 IUsbInterface::SetInterface ([in] struct UsbDev dev, [in] unsigned char interfaceid, [in] unsigned …
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/ |
H A D | wifi_config_file_test.cpp | 229 item.SetInterface("interface_1"); in AddWifiP2pGroupInfoTestFirst() 275 item.SetInterface("interface_2"); in AddWifiP2pGroupInfoTestSecond()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/ |
H A D | wifi_mock_p2p_service.cpp | 293 group.SetInterface("Interface"); in GetCurrentGroup() 387 group1.SetInterface("Interface1"); in QueryP2pGroups()
|
/ohos5.0/base/usb/usb_manager/test/native/mock/include/ |
H A D | usb_impl_mock.h | 70 MOCK_METHOD3(SetInterface, int32_t(const UsbDev &dev, uint8_t interfaceid, uint8_t altIndex));
|
/ohos5.0/drivers/external_device_manager/test/unittest/bus_extension_usb_test/include/ |
H A D | usb_impl_mock.h | 68 MOCK_METHOD3(SetInterface, int32_t(const UsbDev &dev, uint8_t interfaceid, uint8_t altIndex));
|
/ohos5.0/base/usb/usb_manager/ |
H A D | README_zh.md | 47 | int32_t SetInterface(USBDevicePipe &pipe, const UsbInterface &interface); | 设置指定接口的备选设置,用于在具有相同ID…
|
/ohos5.0/base/usb/usb_manager/test/native/service_unittest/src/ |
H A D | usb_dfx_test.cpp | 283 UsbSrvClient.SetInterface(pipe, interface);
|
/ohos5.0/base/usb/usb_manager/services/zidl/include/ |
H A D | usb_server_proxy.h | 64 …int32_t SetInterface(uint8_t busNum, uint8_t devAddr, uint8_t interfaceid, uint8_t altIndex) overr…
|
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifip2pserver_fuzzer/ |
H A D | wifip2pserver_fuzzer.cpp | 153 group.SetInterface(interface); in P2pServerFuzzTest()
|