Home
last modified time | relevance | path

Searched refs:SetInterface (Results 1 – 25 of 51) sorted by relevance

123

/ohos5.0/drivers/peripheral/usb/test/unittest/hal/src/
H A Dusbd_interface_test.cpp114 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 Dusb_device_pipe.cpp74 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 Dusb_srv_client.cpp311 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 Dwifi_p2p_group_info_proxy.cpp67 void WifiP2pGroupInfoProxy::SetInterface(const std::string &interface) in SetInterface() function in OHOS::Wifi::WifiP2pGroupInfoProxy
70 groupsInfo.SetInterface(interface); in SetInterface()
H A Dwifi_p2p_group_info_proxy.h53 void SetInterface(const std::string &interface);
/ohos5.0/base/usb/usb_manager/test/native/mock/src/
H A Dusb_device_pipe_mock_test.cpp1342 …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 Dusbsetinterface_fuzzer.cpp49 ret = usbInterface->SetInterface(dev, param.interfaceId, param.altIndex); in UsbSetInterfaceFuzzTest()
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Dusb_device_pipe.h36 int32_t SetInterface(const UsbInterface &interface);
H A Dusb_srv_client.h67 int32_t SetInterface(USBDevicePipe &pipe, const UsbInterface &interface);
H A Diusb_srv.h57 …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 Dusbmgrsetinterface_fuzzer.cpp51 if (usbSrvClient.SetInterface(reinterpret_cast<USBDevicePipe &>(data), in UsbMgrSetInterfaceFuzzTest()
/ohos5.0/drivers/peripheral/usb/test/benchmarktest/
H A Dusb_benchmark_request_test.cpp188 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 Dwifi_p2p_group_info_proxy_test.cpp60 pWifiP2pGroupInfoProxy->SetInterface("iface");
H A Dwifi_p2p_group_manager_test.cpp46 groupInfo.SetInterface(std::string("UnitTestWlan")); in SetUp()
/ohos5.0/drivers/peripheral/usb/test/unittest/mock/src/
H A Dusbd_request_auto_test.cpp487 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.md31 | [SetInterface](#setinterface) (const [UsbDev](_o_h_o_s_1_1_u_s_b_1_1_usb_dev.md) &amp;dev, uint8_…
882 ### SetInterface()
885 int32_t UsbdClient::SetInterface (const UsbDev & dev, uint8_t interfaceid, uint8_t altIndex )
H A Dinterface_i_usb_interface_v10.md34 | [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 Dwifi_config_file_test.cpp229 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 Dwifi_mock_p2p_service.cpp293 group.SetInterface("Interface"); in GetCurrentGroup()
387 group1.SetInterface("Interface1"); in QueryP2pGroups()
/ohos5.0/base/usb/usb_manager/test/native/mock/include/
H A Dusb_impl_mock.h70 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 Dusb_impl_mock.h68 MOCK_METHOD3(SetInterface, int32_t(const UsbDev &dev, uint8_t interfaceid, uint8_t altIndex));
/ohos5.0/base/usb/usb_manager/
H A DREADME_zh.md47 | int32_t SetInterface(USBDevicePipe &pipe, const UsbInterface &interface); | 设置指定接口的备选设置,用于在具有相同ID…
/ohos5.0/base/usb/usb_manager/test/native/service_unittest/src/
H A Dusb_dfx_test.cpp283 UsbSrvClient.SetInterface(pipe, interface);
/ohos5.0/base/usb/usb_manager/services/zidl/include/
H A Dusb_server_proxy.h64 …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 Dwifip2pserver_fuzzer.cpp153 group.SetInterface(interface); in P2pServerFuzzTest()

123