Home
last modified time | relevance | path

Searched defs:interface (Results 251 - 275 of 830) sorted by relevance

1...<<11121314151617181920>>...34

/base/usb/usb_manager/test/native/mock/src/
H A Dusb_device_pipe_mock_test.cpp703 UsbInterface interface = device_.GetConfigs().front().GetInterfaces().front(); in HWTEST_F() local
719 UsbInterface interface = device_.GetConfigs().front().GetInterfaces().front(); in HWTEST_F() local
735 UsbInterface interface = device_.GetConfigs().front().GetInterfaces().at(1); in HWTEST_F() local
751 UsbInterface interface = device_.GetConfigs().front().GetInterfaces().at(1); HWTEST_F() local
767 UsbInterface interface = device_.GetConfigs().front().GetInterfaces().front(); HWTEST_F() local
787 UsbInterface interface = device_.GetConfigs().front().GetInterfaces().front(); HWTEST_F() local
806 UsbInterface interface = device_.GetConfigs().front().GetInterfaces().at(1); HWTEST_F() local
826 UsbInterface interface = device_.GetConfigs().front().GetInterfaces().at(1); HWTEST_F() local
846 UsbInterface interface = device_.GetConfigs().front().GetInterfaces().at(0); HWTEST_F() local
862 UsbInterface interface = device_.GetConfigs().front().GetInterfaces().at(0); HWTEST_F() local
881 UsbInterface interface = device_.GetConfigs().front().GetInterfaces().at(0); HWTEST_F() local
900 UsbInterface interface = device_.GetConfigs().front().GetInterfaces().at(1); HWTEST_F() local
920 UsbInterface interface = device_.GetConfigs().front().GetInterfaces().at(1); HWTEST_F() local
939 UsbInterface interface = device_.GetConfigs().front().GetInterfaces().at(1); HWTEST_F() local
959 UsbInterface interface = device_.GetConfigs().front().GetInterfaces().at(1); HWTEST_F() local
984 UsbInterface interface = device_.GetConfigs().front().GetInterfaces().at(1); HWTEST_F() local
1010 UsbInterface interface = device_.GetConfigs().front().GetInterfaces().at(1); HWTEST_F() local
1038 UsbInterface interface = device_.GetConfigs().front().GetInterfaces().at(1); HWTEST_F() local
1066 UsbInterface interface = device_.GetConfigs().front().GetInterfaces().at(1); HWTEST_F() local
1092 UsbInterface interface = device_.GetConfigs().front().GetInterfaces().at(1); HWTEST_F() local
1118 UsbInterface interface = device_.GetConfigs().front().GetInterfaces().at(1); HWTEST_F() local
1143 UsbInterface interface = device_.GetConfigs().front().GetInterfaces().at(1); HWTEST_F() local
1171 UsbInterface interface = device_.GetConfigs().front().GetInterfaces().at(1); HWTEST_F() local
1199 UsbInterface interface = device_.GetConfigs().front().GetInterfaces().at(1); HWTEST_F() local
1335 UsbInterface interface = device_.GetConfigs().front().GetInterfaces().at(0); HWTEST_F() local
1356 UsbInterface interface = device_.GetConfigs().front().GetInterfaces().at(0); HWTEST_F() local
1380 UsbInterface interface = device_.GetConfigs().front().GetInterfaces().at(0); HWTEST_F() local
1404 UsbInterface interface = device_.GetConfigs().at(0).GetInterfaces().at(1); HWTEST_F() local
1425 UsbInterface interface = device_.GetConfigs().at(0).GetInterfaces().at(1); HWTEST_F() local
1450 UsbInterface interface = device_.GetConfigs().at(0).GetInterfaces().at(1); HWTEST_F() local
[all...]
/foundation/ability/idl_tool/metadata/
H A Dmetadata_builder.cpp136 void MetadataBuilder::CalculateMetaInterface(ASTInterfaceType* interface) in CalculateMetaInterface() argument
305 AutoPtr<ASTInterfaceType> interface = nspace->GetInterface(i); in WriteMetaNamespace() local
330 MetaInterface* MetadataBuilder::WriteMetaInterface(ASTInterfaceType* interface) in WriteMetaInterface() argument
[all...]
/foundation/ability/idl_tool/idl_tool_2/metadata/
H A Dmetadata_builder.cpp135 void MetadataBuilder::CalculateMetaInterface(ASTInterfaceType* interface) in CalculateMetaInterface() argument
302 AutoPtr<ASTInterfaceType> interface = nspace->GetInterface(i); in WriteMetaNamespace() local
327 MetaInterface* MetadataBuilder::WriteMetaInterface(ASTInterfaceType* interface) in WriteMetaInterface() argument
[all...]
/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast.cpp149 void AST::AddInterfaceDef(const AutoPtr<ASTInterfaceType> &interface) in AddInterfaceDef() argument
187 int AST::IndexOf(ASTInterfaceType* interface) in IndexOf() argument
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/cpp/
H A Dcpp_service_stub_code_emitter.cpp145 AutoPtr<ASTInterfaceType> interface = interface_; in EmitStubMethodDecls() local
355 AutoPtr<ASTInterfaceType> interface = interface_; in EmitStubOnRequestMethodImpl() local
377 AutoPtr<ASTInterfaceType> interface = interface_; EmitStubMethodImpls() local
402 EmitStubMethodImpl(AutoPtr<ASTInterfaceType> interface, const AutoPtr<ASTMethod> &method, StringBuilder &sb, const std::string &prefix) const EmitStubMethodImpl() argument
[all...]
H A Dhdi_cpp_code_emitter.cpp241 std::string HDICppCodeEmitter::EmitHeaderNameByInterface(AutoPtr<ASTInterfaceType> interface, const std::string &name) in EmitHeaderNameByInterface() argument
247 EmitDefinitionByInterface( AutoPtr<ASTInterfaceType> interface, const std::string &name) const EmitDefinitionByInterface() argument
/foundation/ability/idl_tool/parser/
H A Dparser.cpp185 AutoPtr<ASTInterfaceType> interface = new ASTInterfaceType(); in ParseInterfaceEnd() local
290 ParseMethodName(Token& token, ASTType* type, ASTInterfaceType* interface) ParseMethodName() argument
373 ParseMethod(ASTInterfaceType* interface) ParseMethod() argument
[all...]
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H A Dwifi_direct_ip_manager.cpp115 int32_t WifiDirectIpManager::ConfigIpv6(const std::string &interface, const std::string &ip) in ConfigIpv6() argument
123 ConfigIpv4( const std::string &interface, const Ipv4Info &local, const Ipv4Info &remote, const std::string &remoteMac) ConfigIpv4() argument
144 ReleaseIpv4( const std::string &interface, const Ipv4Info &local, const Ipv4Info &remote, const std::string &remoteMac) ReleaseIpv4() argument
177 AddInterfaceAddress( const std::string &interface, const std::string &ipString, int32_t prefixLength) AddInterfaceAddress() argument
197 DeleteInterfaceAddress( const std::string &interface, const std::string &ipString, int32_t prefixLength) DeleteInterfaceAddress() argument
218 AddStaticArp( const std::string &interface, const std::string &ipString, const std::string &macString) AddStaticArp() argument
224 DeleteStaticArp( const std::string &interface, const std::string &ipString, const std::string &macString) DeleteStaticArp() argument
[all...]
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnetsys_native_service_proxy_test.cpp354 std::string interface = "wlan0"; in HWTEST_F() local
/foundation/communication/dsoftbus/core/discovery/ble/dispatcher/src/
H A Ddisc_ble_dispatcher.c49 DiscoveryFuncInterface *interface = FindDiscoveryFuncInterface(option->capabilityBitmap[0]); in BleDispatchPublishOption() local
82 DiscoveryFuncInterface *interface = FindDiscoveryFuncInterface(option->capabilityBitmap[0]); in BleDispatchSubscribeOption() local
[all...]
/foundation/communication/dsoftbus/tests/adapter/bluetooth/broadcast/
H A Dsoftbus_broadcast_mgr_test.cpp61 static SoftbusBroadcastMediumInterface interface = {}; in ActionOfSoftbusBleAdapterInitNull() local
H A Dsoftbus_ble_mock.cpp188 static SoftbusBroadcastMediumInterface interface = { in ActionOfSoftbusBleAdapterInit() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Dnetwork_interface.cpp319 IpAddressChange( const std::string &interface, const BaseAddress &ipAddress, bool action, bool dad) IpAddressChange() argument
[all...]
/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() argument
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_dev.c42 static int32_t GetInterfaceInfo(int32_t fd, int32_t option, struct ifreq *interface) in GetInterfaceInfo() argument
64 int32_t GetInterfaceIP(int32_t fd, struct ifreq *interface) in GetInterfaceIP() argument
69 static int32_t GetInterfaceNetMask(int32_t fd, struct ifreq *interface) in GetInterfaceNetMask() argument
[all...]
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_dev.c42 static int32_t GetInterfaceInfo(int32_t fd, int32_t option, struct ifreq *interface) in GetInterfaceInfo() argument
64 int32_t GetInterfaceIP(int32_t fd, struct ifreq *interface) in GetInterfaceIP() argument
69 static int32_t GetInterfaceNetMask(int32_t fd, struct ifreq *interface) in GetInterfaceNetMask() argument
[all...]
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/executive/
H A Dcvmx-spi.c105 int cvmx_spi_start_interface(int interface, cvmx_spi_mode_t mode, int timeout, in cvmx_spi_start_interface() argument
150 cvmx_spi_restart_interface(int interface, cvmx_spi_mode_t mode, int timeout) cvmx_spi_restart_interface() argument
195 cvmx_spi_reset_cb(int interface, cvmx_spi_mode_t mode) cvmx_spi_reset_cb() argument
311 cvmx_spi_calendar_setup_cb(int interface, cvmx_spi_mode_t mode, int num_ports) cvmx_spi_calendar_setup_cb() argument
430 cvmx_spi_clock_detect_cb(int interface, cvmx_spi_mode_t mode, int timeout) cvmx_spi_clock_detect_cb() argument
508 cvmx_spi_training_cb(int interface, cvmx_spi_mode_t mode, int timeout) cvmx_spi_training_cb() argument
577 cvmx_spi_calendar_sync_cb(int interface, cvmx_spi_mode_t mode, int timeout) cvmx_spi_calendar_sync_cb() argument
633 cvmx_spi_interface_up_cb(int interface, cvmx_spi_mode_t mode) cvmx_spi_interface_up_cb() argument
[all...]
H A Dcvmx-pko.c42 static int __cvmx_pko_int(int interface, int index) in __cvmx_pko_int() argument
122 int interface, index; in __cvmx_pko_port_map_o68() local
H A Dcvmx-helper.c82 int cvmx_helper_ports_on_interface(int interface) in cvmx_helper_ports_on_interface() argument
92 __cvmx_get_mode_cn68xx(int interface) __cvmx_get_mode_cn68xx() argument
144 __cvmx_get_mode_octeon2(int interface) __cvmx_get_mode_octeon2() argument
244 __cvmx_get_mode_cn7xxx(int interface) __cvmx_get_mode_cn7xxx() argument
286 cvmx_helper_interface_get_mode(int interface) cvmx_helper_interface_get_mode() argument
416 cvmx_helper_interface_enumerate(int interface) cvmx_helper_interface_enumerate() argument
492 cvmx_helper_interface_probe(int interface) cvmx_helper_interface_probe() argument
559 __cvmx_helper_interface_setup_ipd(int interface) __cvmx_helper_interface_setup_ipd() argument
602 __cvmx_helper_interface_setup_pko(int interface) __cvmx_helper_interface_setup_pko() argument
683 int interface; __cvmx_helper_global_setup_backpressure() local
717 __cvmx_helper_packet_hardware_enable(int interface) __cvmx_helper_packet_hardware_enable() argument
971 int interface; cvmx_helper_ipd_and_packet_input_enable() local
1010 int interface; cvmx_helper_initialize_packet_io_global() local
1081 int interface = cvmx_helper_get_interface_num(ipd_port); cvmx_helper_link_get() local
1142 int interface = cvmx_helper_get_interface_num(ipd_port); cvmx_helper_link_set() local
[all...]
/kernel/linux/linux-5.10/drivers/net/dsa/microchip/
H A Dksz_common.c387 phy_interface_t interface; in ksz_switch_register() local
132 ksz_mac_link_down(struct dsa_switch *ds, int port, unsigned int mode, phy_interface_t interface) ksz_mac_link_down() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_iov.c12 struct fm10k_intfc *interface = hw->back; in fm10k_iov_msg_error() local
37 struct fm10k_intfc *interface = hw->back; in fm10k_iov_msg_queue_mac_vlan() local
152 s32 fm10k_iov_event(struct fm10k_intfc *interface) in fm10k_iov_event() argument
197 fm10k_iov_mbx(struct fm10k_intfc *interface) fm10k_iov_mbx() argument
284 struct fm10k_intfc *interface = pci_get_drvdata(pdev); fm10k_iov_suspend() local
328 struct fm10k_intfc *interface = pci_get_drvdata(pdev); fm10k_iov_resume() local
383 fm10k_iov_update_pvid(struct fm10k_intfc *interface, u16 glort, u16 pvid) fm10k_iov_update_pvid() argument
410 struct fm10k_intfc *interface = pci_get_drvdata(pdev); fm10k_iov_free_data() local
425 struct fm10k_intfc *interface = pci_get_drvdata(pdev); fm10k_iov_alloc_data() local
531 fm10k_iov_update_stats(struct fm10k_intfc *interface) fm10k_iov_update_stats() argument
544 fm10k_reset_vf_info(struct fm10k_intfc *interface, struct fm10k_vf_info *vf_info) fm10k_reset_vf_info() argument
569 struct fm10k_intfc *interface = netdev_priv(netdev); fm10k_ndo_set_vf_mac() local
593 struct fm10k_intfc *interface = netdev_priv(netdev); fm10k_ndo_set_vf_vlan() local
630 struct fm10k_intfc *interface = netdev_priv(netdev); fm10k_ndo_set_vf_bw() local
655 struct fm10k_intfc *interface = netdev_priv(netdev); fm10k_ndo_get_vf_config() local
678 struct fm10k_intfc *interface = netdev_priv(netdev); fm10k_ndo_get_vf_stats() local
[all...]
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/executive/
H A Dcvmx-helper.c88 int cvmx_helper_ports_on_interface(int interface) in cvmx_helper_ports_on_interface() argument
98 __cvmx_get_mode_cn68xx(int interface) __cvmx_get_mode_cn68xx() argument
150 __cvmx_get_mode_octeon2(int interface) __cvmx_get_mode_octeon2() argument
250 __cvmx_get_mode_cn7xxx(int interface) __cvmx_get_mode_cn7xxx() argument
292 cvmx_helper_interface_get_mode(int interface) cvmx_helper_interface_get_mode() argument
422 cvmx_helper_interface_enumerate(int interface) cvmx_helper_interface_enumerate() argument
498 cvmx_helper_interface_probe(int interface) cvmx_helper_interface_probe() argument
565 __cvmx_helper_interface_setup_ipd(int interface) __cvmx_helper_interface_setup_ipd() argument
608 __cvmx_helper_interface_setup_pko(int interface) __cvmx_helper_interface_setup_pko() argument
689 int interface; __cvmx_helper_global_setup_backpressure() local
723 __cvmx_helper_packet_hardware_enable(int interface) __cvmx_helper_packet_hardware_enable() argument
977 int interface; cvmx_helper_ipd_and_packet_input_enable() local
1016 int interface; cvmx_helper_initialize_packet_io_global() local
1077 int interface = cvmx_helper_get_interface_num(ipd_port); cvmx_helper_link_get() local
1138 int interface = cvmx_helper_get_interface_num(ipd_port); cvmx_helper_link_set() local
[all...]
H A Dcvmx-pko.c42 static int __cvmx_pko_int(int interface, int index) in __cvmx_pko_int() argument
122 int interface, index; in __cvmx_pko_port_map_o68() local
H A Dcvmx-spi.c105 int cvmx_spi_start_interface(int interface, cvmx_spi_mode_t mode, int timeout, in cvmx_spi_start_interface() argument
150 cvmx_spi_restart_interface(int interface, cvmx_spi_mode_t mode, int timeout) cvmx_spi_restart_interface() argument
195 cvmx_spi_reset_cb(int interface, cvmx_spi_mode_t mode) cvmx_spi_reset_cb() argument
311 cvmx_spi_calendar_setup_cb(int interface, cvmx_spi_mode_t mode, int num_ports) cvmx_spi_calendar_setup_cb() argument
430 cvmx_spi_clock_detect_cb(int interface, cvmx_spi_mode_t mode, int timeout) cvmx_spi_clock_detect_cb() argument
508 cvmx_spi_training_cb(int interface, cvmx_spi_mode_t mode, int timeout) cvmx_spi_training_cb() argument
577 cvmx_spi_calendar_sync_cb(int interface, cvmx_spi_mode_t mode, int timeout) cvmx_spi_calendar_sync_cb() argument
633 cvmx_spi_interface_up_cb(int interface, cvmx_spi_mode_t mode) cvmx_spi_interface_up_cb() argument
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dtimestamping.c303 char *interface; in main() local

Completed in 18 milliseconds

1...<<11121314151617181920>>...34