Home
last modified time | relevance | path

Searched refs:get_interfaces (Results 1 – 25 of 274) sorted by relevance

1234567891011

/dports/net-mgmt/py-napalm/napalm-3.3.1/test/nxos/
H A Dtest_getters.py23 get_interfaces = self.device.get_interfaces()
24 assert len(get_interfaces) > 0
26 for interface, interface_data in get_interfaces.items():
29 return get_interfaces
/dports/net-mgmt/py-napalm/napalm-3.3.1/test/nxos_ssh/
H A Dtest_getters.py23 get_interfaces = self.device.get_interfaces()
24 assert len(get_interfaces) > 0
26 for interface, interface_data in get_interfaces.items():
29 return get_interfaces
/dports/net-mgmt/py-napalm/napalm-3.3.1/docs/tutorials/
H A Dmock_driver.rst67 In order to be able to call, for example, ``device.get_interfaces()``, a mocked
71 (``get_interfaces``) and suffix it with the place of this call in the device
78 Here, ``get_interfaces`` is the first call made to ``device`` after ``open()``,
79 so the mocked data need to be put in ``/tmp/mock/get_interfaces.1``::
95 The content is the wanted result of ``get_interfaces`` in JSON, exactly as
101 If ``/tmp/mock/get_interfaces.1`` was defined and used, for any other call on
105 ``device.get_interfaces()``, the file ``/tmp/mock/get_interfaces_ip.2`` needs
159 ``device.get_interfaces()``, the file ``/tmp/mock/get_interfaces.1`` needs to
170 Now calling `get_interfaces()` for the 1st time will raise an exception::
172 >>> device.get_interfaces()
[all …]
/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/tests/lib/
H A Decho-cm.c89 get_interfaces (TpBaseConnectionManager *self) in get_interfaces() function
94 tp_tests_echo_connection_manager_parent_class)->get_interfaces (self); in get_interfaces()
111 base_class->get_interfaces = get_interfaces; in tp_tests_echo_connection_manager_class_init()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/jfr/periodic/
H A DjfrNetworkUtilization.cpp78 static GrowableArray<InterfaceEntry>* get_interfaces() { in get_interfaces() function
90 GrowableArray<InterfaceEntry>* interfaces = get_interfaces(); in get_entry()
144 static bool get_interfaces(NetworkInterface** network_interfaces) { in get_interfaces() function
156 if (!get_interfaces(&network_interfaces)) { in send_events()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/jfr/periodic/
H A DjfrNetworkUtilization.cpp78 static GrowableArray<InterfaceEntry>* get_interfaces() { in get_interfaces() function
90 GrowableArray<InterfaceEntry>* interfaces = get_interfaces(); in get_entry()
144 static bool get_interfaces(NetworkInterface** network_interfaces) { in get_interfaces() function
156 if (!get_interfaces(&network_interfaces)) { in send_events()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/jfr/periodic/
H A DjfrNetworkUtilization.cpp78 static GrowableArray<InterfaceEntry>* get_interfaces() { in get_interfaces() function
90 GrowableArray<InterfaceEntry>* interfaces = get_interfaces(); in get_entry()
144 static bool get_interfaces(NetworkInterface** network_interfaces) { in get_interfaces() function
156 if (!get_interfaces(&network_interfaces)) { in send_events()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/jfr/periodic/
H A DjfrNetworkUtilization.cpp78 static GrowableArray<InterfaceEntry>* get_interfaces() { in get_interfaces() function
90 GrowableArray<InterfaceEntry>* interfaces = get_interfaces(); in get_entry()
144 static bool get_interfaces(NetworkInterface** network_interfaces) { in get_interfaces() function
156 if (!get_interfaces(&network_interfaces)) { in send_events()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/smb_client/discovery/
H A Dnetbios_host_locator.cc54 NetBiosHostLocator::NetBiosHostLocator(GetInterfacesFunction get_interfaces, in NetBiosHostLocator() argument
57 : NetBiosHostLocator(get_interfaces, in NetBiosHostLocator()
63 GetInterfacesFunction get_interfaces, in NetBiosHostLocator() argument
67 : get_interfaces_(std::move(get_interfaces)), in NetBiosHostLocator()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/jfr/periodic/
H A DjfrNetworkUtilization.cpp78 static GrowableArray<InterfaceEntry>* get_interfaces() { in get_interfaces() function
90 GrowableArray<InterfaceEntry>* interfaces = get_interfaces(); in get_entry()
111 static bool get_interfaces(NetworkInterface** network_interfaces) { in get_interfaces() function
156 if (!get_interfaces(&network_interfaces)) { in send_events()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/jfr/periodic/
H A DjfrNetworkUtilization.cpp78 static GrowableArray<InterfaceEntry>* get_interfaces() { in get_interfaces() function
90 GrowableArray<InterfaceEntry>* interfaces = get_interfaces(); in get_entry()
111 static bool get_interfaces(NetworkInterface** network_interfaces) { in get_interfaces() function
156 if (!get_interfaces(&network_interfaces)) { in send_events()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/jfr/periodic/
H A DjfrNetworkUtilization.cpp78 static GrowableArray<InterfaceEntry>* get_interfaces() { in get_interfaces() function
90 GrowableArray<InterfaceEntry>* interfaces = get_interfaces(); in get_entry()
111 static bool get_interfaces(NetworkInterface** network_interfaces) { in get_interfaces() function
156 if (!get_interfaces(&network_interfaces)) { in send_events()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/jfr/periodic/
H A DjfrNetworkUtilization.cpp78 static GrowableArray<InterfaceEntry>* get_interfaces() { in get_interfaces() function
90 GrowableArray<InterfaceEntry>* interfaces = get_interfaces(); in get_entry()
111 static bool get_interfaces(NetworkInterface** network_interfaces) { in get_interfaces() function
156 if (!get_interfaces(&network_interfaces)) { in send_events()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/jfr/periodic/
H A DjfrNetworkUtilization.cpp77 static GrowableArray<InterfaceEntry>* get_interfaces() { in get_interfaces() function
89 GrowableArray<InterfaceEntry>* interfaces = get_interfaces(); in get_entry()
110 static bool get_interfaces(NetworkInterface** network_interfaces) { in get_interfaces() function
155 if (!get_interfaces(&network_interfaces)) { in send_events()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/jfr/periodic/
H A DjfrNetworkUtilization.cpp77 static GrowableArray<InterfaceEntry>* get_interfaces() { in get_interfaces() function
89 GrowableArray<InterfaceEntry>* interfaces = get_interfaces(); in get_entry()
110 static bool get_interfaces(NetworkInterface** network_interfaces) { in get_interfaces() function
155 if (!get_interfaces(&network_interfaces)) { in send_events()
/dports/net-im/telepathy-gabble/telepathy-gabble-0.18.4/src/
H A Dmuc-tube-stream.c33 gabble_muc_tube_stream_parent_class)->get_interfaces (base); in G_DEFINE_TYPE()
52 base_class->get_interfaces = gabble_muc_tube_stream_get_interfaces; in gabble_muc_tube_stream_class_init()
H A Dmuc-tube-dbus.c33 gabble_muc_tube_dbus_parent_class)->get_interfaces (base); in G_DEFINE_TYPE()
52 base_class->get_interfaces = gabble_muc_tube_dbus_get_interfaces; in gabble_muc_tube_dbus_class_init()
/dports/devel/glibmm/glibmm-2.64.2/gio/giomm/
H A Ddbusobject.cc159 klass->get_interfaces = &get_interfaces_vfunc_callback; in iface_init_function()
250 if(base && base->get_interfaces) in get_interfaces_vfunc_callback()
251 return (*base->get_interfaces)(self); in get_interfaces_vfunc_callback()
436 std::vector<Glib::RefPtr<Gio::DBus::Interface>> Object::get_interfaces() in get_interfaces() function in Gio::DBus::Object
441 std::vector<Glib::RefPtr<const Gio::DBus::Interface>> Object::get_interfaces() const in get_interfaces() function in Gio::DBus::Object
513 if(base && base->get_interfaces) in get_interfaces_vfunc()
515 …tHandler<Glib::RefPtr<Gio::DBus::Interface>>::list_to_vector((*base->get_interfaces)(const_cast<GD… in get_interfaces_vfunc()
/dports/security/py-yubikey-manager/yubikey-manager-4.0.7/tests/device/
H A Dconftest.py81 if USB_INTERFACE.OTP in device.pid.get_interfaces():
89 if USB_INTERFACE.FIDO in device.pid.get_interfaces():
99 elif USB_INTERFACE.CCID in device.pid.get_interfaces():
/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/tests/lib/glib/call/
H A Dprotocol.c136 get_interfaces (TpBaseProtocol *self) in get_interfaces() function
184 base_class->get_interfaces = get_interfaces; in example_call_protocol_class_init()
/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/tests/lib/glib/contactlist2/
H A Dprotocol.c136 get_interfaces (TpBaseProtocol *self) in get_interfaces() function
184 base_class->get_interfaces = get_interfaces; in example_contact_list_protocol_class_init()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/netapp_eseries/santricity/tests/unit/modules/
H A Dtest_na_santricity_ib_iser_interface.py47 self.assertEquals(iface.get_interfaces(),
57 iface.get_interfaces()
67 iface.get_interfaces()
/dports/devel/glibmm/glibmm-2.64.2/gio/src/
H A Ddbusobject.hg54 …_WRAP_METHOD(std::vector<Glib::RefPtr<Gio::DBus::Interface>> get_interfaces(), g_dbus_object_get_i…
57 …_WRAP_METHOD(std::vector<Glib::RefPtr<const Gio::DBus::Interface>> get_interfaces() const, g_dbus_…
75 …RAP_VFUNC(std::vector<Glib::RefPtr<Gio::DBus::Interface>> get_interfaces() const, "get_interfaces")
/dports/x11/xpra/xpra-4.3/tests/unittests/unit/net/
H A Dnet_util_test.py11 get_info, get_interfaces, get_interfaces_addresses, #get_interface,
27 ifaces = get_interfaces()
/dports/net-im/pidgin-sipe/pidgin-sipe-1.24.0/src/telepathy/
H A Dtelepathy-protocol.c210 static GStrv get_interfaces(SIPE_UNUSED_PARAMETER TpBaseProtocol *base) in get_interfaces() function
275 base_class->get_interfaces = get_interfaces; in sipe_protocol_class_init()

1234567891011