| /external/wpa_supplicant_8/hostapd/ |
| D | main.c | 170 for (i = 0; conf->mld_ap && i < iface->interfaces->count; i++) { in hostapd_driver_init() 171 struct hostapd_iface *h = iface->interfaces->iface[i]; in hostapd_driver_init() 196 * All interfaces participating in the AP MLD would have in hostapd_driver_init() 234 wpa_drivers[i]->global_init(iface->interfaces); in hostapd_driver_init() 363 * interfaces. No actual driver operations are started. 366 hostapd_interface_init(struct hapd_interfaces *interfaces, const char *if_name, in hostapd_interface_init() argument 373 iface = hostapd_init(interfaces, config_fname); in hostapd_interface_init() 382 iface->interfaces = interfaces; in hostapd_interface_init() 429 struct hapd_interfaces *interfaces = signal_ctx; in handle_reload() local 432 hostapd_for_each_interface(interfaces, handle_reload_iface, NULL); in handle_reload() [all …]
|
| /external/armnn/include/armnn/ |
| D | LayerSupport.hpp | 18 /// Deprecated in favor of IBackend and ILayerSupport interfaces 26 /// Deprecated in favor of IBackend and ILayerSupport interfaces 34 /// Deprecated in favor of IBackend and ILayerSupport interfaces 46 /// Deprecated in favor of IBackend and ILayerSupport interfaces 54 /// Deprecated in favor of IBackend and ILayerSupport interfaces 62 /// Deprecated in favor of IBackend and ILayerSupport interfaces 68 /// Deprecated in favor of IBackend and ILayerSupport interfaces 75 /// Deprecated in favor of IBackend and ILayerSupport interfaces 82 /// Deprecated in favor of IBackend and ILayerSupport interfaces 92 /// Deprecated in favor of IBackend and ILayerSupport interfaces [all …]
|
| /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/ |
| D | assertions.xml | 2 <assertion id="1" tag="ref:XSH6:{System Interfaces:shm_open:DESCRIPTION}"> 6 <assertion id="2" tag="ref:XSH6:{System Interfaces:shm_open:DESCRIPTION}"> 11 <assertion id="3" tag="ref:XSH6:{System Interfaces:shm_open:DESCRIPTION}"> 15 <assertion id="4" tag="ref:XSH6:{System Interfaces:shm_open:DESCRIPTION}"> 18 <assertion id="5" tag="ref:XSH6:{System Interfaces:shm_open:DESCRIPTION}"> 23 <assertion id="6" tag="ref:XSH6:{System Interfaces:shm_open:DESCRIPTION}"> 27 <assertion id="7" tag="ref:XSH6:{System Interfaces:shm_open:DESCRIPTION}"> 31 <assertion id="8" tag="ref:XSH6:{System Interfaces:shm_open:DESCRIPTION}"> 36 <assertion id="9" tag="ref:XSH6:{System Interfaces:shm_open:DESCRIPTION}"> 40 <assertion id="10" tag="ref:XSH6:{System Interfaces:shm_open:DESCRIPTION}"> [all …]
|
| /external/google-fruit/extras/benchmark/tables/ |
| D | fruit_wiki.yml | 98 "simple_di_with_interfaces_compile_time": "Simple DI w/ interfaces" 99 … "simple_di_with_interfaces_and_new_delete_compile_time": "Simple DI w/ interfaces, new/delete" 124 "simple_di_with_interfaces_compile_time": "Simple DI w/ interfaces" 125 … "simple_di_with_interfaces_and_new_delete_compile_time": "Simple DI w/ interfaces, new/delete" 150 "simple_di_with_interfaces_compile_time": "Simple DI w/ interfaces" 151 … "simple_di_with_interfaces_and_new_delete_compile_time": "Simple DI w/ interfaces, new/delete" 176 "simple_di_with_interfaces_incremental_compile_time": "Simple DI w/ interfaces" 177 …_di_with_interfaces_and_new_delete_incremental_compile_time": "Simple DI w/ interfaces, new/delete" 202 "simple_di_with_interfaces_incremental_compile_time": "Simple DI w/ interfaces" 203 …_di_with_interfaces_and_new_delete_incremental_compile_time": "Simple DI w/ interfaces, new/delete" [all …]
|
| D | fruit_internal.yml | 49 "simple_di_with_interfaces_compile_time": "Simple DI w/ interfaces" 50 … "simple_di_with_interfaces_and_new_delete_compile_time": "Simple DI w/ interfaces, new/delete" 75 "simple_di_with_interfaces_compile_time": "Simple DI w/ interfaces" 76 … "simple_di_with_interfaces_and_new_delete_compile_time": "Simple DI w/ interfaces, new/delete" 101 "simple_di_with_interfaces_incremental_compile_time": "Simple DI w/ interfaces" 102 …_di_with_interfaces_and_new_delete_incremental_compile_time": "Simple DI w/ interfaces, new/delete" 127 "simple_di_with_interfaces_incremental_compile_time": "Simple DI w/ interfaces" 128 …_di_with_interfaces_and_new_delete_incremental_compile_time": "Simple DI w/ interfaces, new/delete" 153 "simple_di_with_interfaces_compile_memory": "Simple DI w/ interfaces" 154 … "simple_di_with_interfaces_and_new_delete_compile_memory": "Simple DI w/ interfaces, new/delete" [all …]
|
| /external/cronet/net/base/ |
| D | network_change_notifier_fuchsia.cc | 7 #include <fuchsia/net/interfaces/cpp/fidl.h> 31 fuchsia::net::interfaces::WatcherHandle watcher_handle, in NetworkChangeNotifierFuchsia() 39 std::vector<fuchsia::net::interfaces::Properties> interfaces; in NetworkChangeNotifierFuchsia() local 41 std::move(watcher_handle), interfaces); in NetworkChangeNotifierFuchsia() 47 HandleCacheStatus(cache_.AddInterfaces(std::move(interfaces))); in NetworkChangeNotifierFuchsia() 50 FROM_HERE, "fuchsia.net.interfaces.Watcher")); in NetworkChangeNotifierFuchsia() 73 fuchsia::net::interfaces::Event event) { in OnInterfacesEvent() 83 case fuchsia::net::interfaces::Event::kAdded: in OnInterfacesEvent() 86 case fuchsia::net::interfaces::Event::kRemoved: in OnInterfacesEvent() 89 case fuchsia::net::interfaces::Event::kChanged: in OnInterfacesEvent() [all …]
|
| D | network_change_notifier_fuchsia_unittest.cc | 7 #include <fuchsia/net/interfaces/cpp/fidl_test_base.h> 71 fuchsia::net::interfaces::Address InterfaceAddressFrom(T octets, in InterfaceAddressFrom() 73 fuchsia::net::interfaces::Address addr; in InterfaceAddressFrom() 85 fuchsia::net::interfaces::Properties DefaultInterfaceProperties( in DefaultInterfaceProperties() 90 fuchsia::net::interfaces::Properties interface; in DefaultInterfaceProperties() 96 interface.set_device_class(fuchsia::net::interfaces::DeviceClass::WithDevice( in DefaultInterfaceProperties() 103 fuchsia::net::interfaces::Properties SecondaryInterfaceProperties() { in SecondaryInterfaceProperties() 106 fuchsia::net::interfaces::Properties interface; in SecondaryInterfaceProperties() 112 interface.set_device_class(fuchsia::net::interfaces::DeviceClass::WithDevice( in SecondaryInterfaceProperties() 120 fuchsia::net::interfaces::Event MakeChangeEvent(uint64_t interface_id, F fn) { in MakeChangeEvent() [all …]
|
| D | network_change_notifier_fuchsia.h | 8 #include <fuchsia/net/interfaces/cpp/fidl.h> 26 // Registers for asynchronous notifications of changes to network interfaces. 27 // Only WLAN interfaces are observed if |require_wlan| is requested. 44 fuchsia::net::interfaces::WatcherHandle watcher, 51 void OnInterfacesEvent(fuchsia::net::interfaces::Event event); 57 fuchsia::net::interfaces::WatcherPtr watcher_; 59 // Keeps an updated cache of network interfaces and connection type. 69 fuchsia::net::interfaces::WatcherHandle ConnectInterfacesWatcher(); 71 // Reads existing network interfaces from `watcher_handle`, appending them to 72 // `interfaces`. If successful, returns an unbound WatcherHandle that can be [all …]
|
| D | network_interfaces_fuchsia.h | 8 #include <fuchsia/net/interfaces/cpp/fidl.h> 28 fuchsia::net::interfaces::Properties properties); 38 bool Update(fuchsia::net::interfaces::Properties properties); 40 // Appends the NetworkInterfaces for this interface to |interfaces|. 41 void AppendNetworkInterfaces(NetworkInterfaceList* interfaces) const; 51 const fuchsia::net::interfaces::DeviceClass& device_class() const { in device_class() 56 explicit InterfaceProperties(fuchsia::net::interfaces::Properties properties); 58 fuchsia::net::interfaces::Properties properties_; 62 // description. Returns CONNECTION_NONE for loopback interfaces. 64 const fuchsia::net::interfaces::DeviceClass& device_class); [all …]
|
| D | network_interfaces_fuchsia.cc | 7 #include <fuchsia/net/interfaces/cpp/fidl.h> 39 fuchsia::net::interfaces::Properties properties) { in VerifyAndCreate() 46 fuchsia::net::interfaces::Properties properties) in InterfaceProperties() 58 fuchsia::net::interfaces::Properties properties) { in Update() 85 NetworkInterfaceList* interfaces) const { in AppendNetworkInterfaces() 95 interfaces->emplace_back( in AppendNetworkInterfaces() 120 const fuchsia::net::interfaces::DeviceClass& device_class) { in ConvertConnectionType() 122 case fuchsia::net::interfaces::DeviceClass::kLoopback: in ConvertConnectionType() 124 case fuchsia::net::interfaces::DeviceClass::kDevice: in ConvertConnectionType() 134 LOG(WARNING) << "Received unknown fuchsia.net.interfaces/DeviceClass " in ConvertConnectionType() [all …]
|
| /external/desugar/java/com/google/devtools/build/android/desugar/ |
| D | EmulatedInterfaceRewriter.java | 23 * Visitor that renames emulated interfaces and marks classes that extend emulated interfaces to 24 * also implement the renamed interfaces. {@link DefaultMethodClassFixer} makes sure the requisite 26 * dynamic dispatch on emulated interfaces. 46 String[] interfaces) { in visit() argument 49 // 1. see if we should implement any additional interfaces. in visit() 52 if (interfaces != null && interfaces.length > 0) { in visit() 53 // Make classes implementing emulated interfaces also implement the renamed interfaces we in visit() 54 // create below. This includes making the renamed interfaces extends each other as needed. in visit() 55 Collections.addAll(newInterfaces, interfaces); in visit() 56 for (String itf : interfaces) { in visit() [all …]
|
| D | DefaultMethodClassFixer.java | 42 * Fixer of classes that extend interfaces with default methods to declare any missing methods 83 String[] interfaces) { in visit() argument 91 this.directInterfaces = ImmutableList.copyOf(interfaces); in visit() 93 super.visit(version, access, name, signature, superName, interfaces); in visit() 105 // Check whether there are interfaces with default methods and <clinit>. If yes, the following in visitEnd() 107 // the initialization of these interfaces. in visitEnd() 211 // Loading ensures all transitively implemented interfaces can be loaded, which is necessary in stubMissingDefaultAndBridgeMethods() 214 // we'd still have to insist that all transitively implemented interfaces can be loaded. in stubMissingDefaultAndBridgeMethods() 223 // Collect interfaces inherited from emulated superclasses as well, to handle things like in stubMissingDefaultAndBridgeMethods() 254 // Default methods from interfaces on the bootclasspath that we're not renaming or emulating in stubMissingDefaultAndBridgeMethods() [all …]
|
| /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/ |
| D | assertions.xml | 2 <assertion id="1" tag="ref:XSH6:{System Interfaces:sched_setparam:DESCRIPTION}"> 6 <assertion id="2" tag="ref:XSH6:{System Interfaces:sched_setparam:DESCRIPTION}"> 9 <assertion id="3" tag="ref:XSH6:{System Interfaces:sched_setparam:DESCRIPTION}"> 12 <assertion id="4" tag="ref:XSH6:{System Interfaces:sched_setparam:DESCRIPTION}"> 17 <assertion id="5" tag="ref:XSH6:{System Interfaces:sched_setparam:DESCRIPTION}"> 21 <assertion id="6" tag="ref:XSH6:{System Interfaces:sched_setparam:DESCRIPTION}"> 25 <assertion id="7" tag="ref:XSH6:{System Interfaces:sched_setparam:DESCRIPTION}"> 29 <assertion id="8" tag="ref:XSH6:{System Interfaces:sched_setparam:DESCRIPTION}"> 33 <assertion id="9" tag="ref:XSH6:{System Interfaces:sched_setparam:DESCRIPTION}"> 39 <assertion id="10" tag="ref:XSH6:{System Interfaces:sched_setparam:DESCRIPTION}"> [all …]
|
| /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/ |
| D | assertions.xml | 2 <assertion id="1" tag="ref:XSH6:{System Interfaces:sched_setscheduler:DESCRIPTION}"> 7 <assertion id="2" tag="ref:XSH6:{System Interfaces:sched_setscheduler:DESCRIPTION}"> 10 <assertion id="3" tag="ref:XSH6:{System Interfaces:sched_setscheduler:DESCRIPTION}"> 15 <assertion id="4" tag="ref:XSH6:{System Interfaces:sched_setscheduler:DESCRIPTION}"> 19 <assertion id="5" tag="ref:XSH6:{System Interfaces:sched_setscheduler:DESCRIPTION}"> 24 <assertion id="6" tag="ref:XSH6:{System Interfaces:sched_setscheduler:DESCRIPTION}"> 28 <assertion id="7" tag="ref:XSH6:{System Interfaces:sched_setscheduler:DESCRIPTION}"> 33 <assertion id="8" tag="ref:XSH6:{System Interfaces:sched_setscheduler:DESCRIPTION}"> 39 <assertion id="9" tag="ref:XSH6:{System Interfaces:sched_setscheduler:DESCRIPTION} pt:SS"> 44 <assertion id="10" tag="ref:XSH6:{System Interfaces:sched_setscheduler:DESCRIPTION} pt:SS"> [all …]
|
| /external/autotest/client/common_lib/cros/cfm/usb/ |
| D | cfm_usb_devices.py | 8 - interfaces 15 not be the case (list of interfaces might be different for example). 25 interfaces=['uvcvideo', 'uvcvideo', 'usbhid'], 32 interfaces=['uvcvideo', 'uvcvideo', 'snd-usb-audio', 40 interfaces=['uvcvideo', 'uvcvideo', 'uvcvideo', 'uvcvideo'], 47 interfaces=['uvcvideo', 'uvcvideo', 'snd-usb-audio', 'snd-usb-audio'] 54 interfaces=['uvcvideo', 'uvcvideo', 'snd-usb-audio', 'snd-usb-audio'], 61 interfaces=['uvcvideo', 'uvcvideo', 'usbhid'], 68 interfaces=['uvcvideo', 'uvcvideo', 'usbhid'], 78 interfaces=['uvcvideo', 'uvcvideo', 'usbhid'], [all …]
|
| /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlockall/ |
| D | assertions.xml | 2 <assertion id="1" tag="ref:XSH6:{System Interfaces:mlockall:DESCRIPTION}"> 7 <assertion id="2" tag="ref:XSH6:{System Interfaces:mlockall:DESCRIPTION}"> 13 <assertion id="3" tag="ref:XSH6:{System Interfaces:mlockall:DESCRIPTION}"> 17 <assertion id="4" tag="ref:XSH6:{System Interfaces:mlockall:DESCRIPTION}"> 22 <assertion id="5" tag="ref:XSH6:{System Interfaces:mlockall:DESCRIPTION}"> 29 <assertion id="6" tag="ref:XSH6:{System Interfaces:mlockall:DESCRIPTION}"> 34 <assertion id="7" tag="ref:XSH6:{System Interfaces:mlockall:DESCRIPTION}"> 37 <assertion id="8" tag="ref:XSH6:{System Interfaces:mlockall:RETURN VALUE}"> 41 <assertion id="9" tag="ref:XSH6:{System Interfaces:mlockall:RETURN VALUE}"> 45 <assertion id="10" tag="ref:XSH6:{System Interfaces:mlockall:RETURN VALUE}"> [all …]
|
| /external/mbedtls/docs/architecture/testing/ |
| D | invasive-testing.md | 30 Do not add test-specific interfaces if there's a practical way of doing it another way. All public … 34 …nclude internal header files from `library/`. Do not define non-public interfaces in public header… 141 ### Fine-grained public interfaces 143 …interfaces that are not useful in production. These interfaces have costs: they increase the code … 145 As a rule, we do not add public interfaces solely for testing purposes. We only add public interfac… 147 Mbed TLS traditionally has very fine-grained public interfaces, with many platform functions that c… 153 | Effacement | !! Requires adding many otherwise-useless interfaces | 154 | Portability | ++ Ideal; the additional interfaces may be useful for portability beyond testing | 156 | | ! Public interfaces must remain for backward compatibility even if the test arc… 158 ### Fine-grained undocumented interfaces [all …]
|
| /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlock/ |
| D | assertions.xml | 2 <assertion id="1" tag="ref:XSH6:{System Interfaces:mlock:DESCRIPTION}"> 8 <assertion id="2" tag="ref:XSH6:{System Interfaces:mlock:DESCRIPTION}"> 11 <assertion id="3" tag="ref:XSH6:{System Interfaces:mlock:DESCRIPTION}"> 15 <assertion id="4" tag="ref:XSH6:{System Interfaces:mlock:DESCRIPTION}"> 18 <assertion id="5" tag="ref:XSH6:{System Interfaces:mlock:RETURN VALUE}"> 22 <assertion id="6" tag="ref:XSH6:{System Interfaces:mlock:RETURN VALUE}"> 26 <assertion id="7" tag="ref:XSH6:{System Interfaces:mlock:RETURN VALUE}"> 29 <assertion id="8" tag="ref:XSH6:{System Interfaces:mlock:ERRORS}"> 34 <assertion id="9" tag="ref:XSH6:{System Interfaces:mlock:ERRORS}"> 38 <assertion id="10" tag="ref:XSH6:{System Interfaces:mlock:ERRORS}"> [all …]
|
| /external/pandora/bt-test-interfaces/doc/ |
| D | overview.md | 3 Pandora Bluetooth test interfaces provide a common abstraction for Bluetooth 9 test interfaces which they could all implement, so testing tools can be reused 14 Since each Bluetooth stack exposes different APIs, the test interfaces must be 17 existing testing tools. For this reason, the test interfaces are co-designed by 20 The test interfaces must be implemented using [gRPC](https://grpc.io/) services 23 such interfaces must thus implement a gRPC server. 25 The test interfaces definition must follow the [Pandora style guide]( 31 This allows the Bluetooth stack under test to implement only the test interfaces 33 interfaces may also be added if necessary (but should be avoided as much as 37 stack**: for example, in Android, the Pandora Bluetooth test interfaces can be [all …]
|
| /external/openthread/third_party/mbedtls/repo/docs/architecture/testing/ |
| D | invasive-testing.md | 30 Do not add test-specific interfaces if there's a practical way of doing it another way. All public … 34 …s ok to include header files from `library/`. Do not define non-public interfaces in public header… 141 ### Fine-grained public interfaces 143 …interfaces that are not useful in production. These interfaces have costs: they increase the code … 145 As a rule, we do not add public interfaces solely for testing purposes. We only add public interfac… 147 Mbed TLS traditionally has very fine-grained public interfaces, with many platform functions that c… 153 | Effacement | !! Requires adding many otherwise-useless interfaces | 154 | Portability | ++ Ideal; the additional interfaces may be useful for portability beyond testing | 156 | | ! Public interfaces must remain for backward compatibility even if the test arc… 158 ### Fine-grained undocumented interfaces [all …]
|
| /external/openscreen/platform/impl/ |
| D | network_interface.cc | 10 std::vector<InterfaceInfo> interfaces = GetAllInterfaces(); in GetNetworkInterfaces() local 13 interfaces.begin(), interfaces.end(), [](const InterfaceInfo& info) { in GetNetworkInterfaces() 18 interfaces.erase(new_end, interfaces.end()); in GetNetworkInterfaces() 20 return interfaces; in GetNetworkInterfaces() 25 const std::vector<InterfaceInfo> interfaces = GetAllInterfaces(); in GetLoopbackInterfaceForTesting() local 27 interfaces.begin(), interfaces.end(), [](const InterfaceInfo& info) { in GetLoopbackInterfaceForTesting() 37 if (it == interfaces.end()) { in GetLoopbackInterfaceForTesting()
|
| /external/cronet/net/dns/ |
| D | mdns_client.cc | 49 InterfaceIndexFamilyList interfaces; in GetMDnsInterfacesToBind() local 51 return interfaces; in GetMDnsInterfacesToBind() 55 interfaces.push_back( in GetMDnsInterfacesToBind() 59 std::sort(interfaces.begin(), interfaces.end()); in GetMDnsInterfacesToBind() 60 // Interfaces could have multiple addresses. Filter out duplicate entries. in GetMDnsInterfacesToBind() 61 interfaces.erase(std::unique(interfaces.begin(), interfaces.end()), in GetMDnsInterfacesToBind() 62 interfaces.end()); in GetMDnsInterfacesToBind() 63 return interfaces; in GetMDnsInterfacesToBind()
|
| /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/munlock/ |
| D | assertions.xml | 2 <assertion id="1" tag="ref:XSH6:{System Interfaces:munlock:DESCRIPTION}"> 8 <assertion id="2" tag="ref:XSH6:{System Interfaces:munlock:DESCRIPTION}"> 11 <assertion id="3" tag="ref:XSH6:{System Interfaces:munlock:DESCRIPTION}"> 16 <assertion id="4" tag="ref:XSH6:{System Interfaces:munlock:DESCRIPTION}"> 22 <assertion id="5" tag="ref:XSH6:{System Interfaces:munlock:DESCRIPTION}"> 26 <assertion id="6" tag="ref:XSH6:{System Interfaces:munlock:DESCRIPTION}"> 29 <assertion id="7" tag="ref:XSH6:{System Interfaces:munlock:RETURN VALUE}"> 33 <assertion id="8" tag="ref:XSH6:{System Interfaces:munlock:RETURN VALUE}"> 37 <assertion id="9" tag="ref:XSH6:{System Interfaces:munlock:RETURN VALUE}"> 40 <assertion id="10" tag="ref:XSH6:{System Interfaces:munlock:ERRORS}"> [all …]
|
| /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/ |
| D | assertions.xml | 2 <assertion id="1" tag="ref:XSH6:{System Interfaces:shm_unlink:DESCRIPTION}"> 6 <assertion id="2" tag="ref:XSH6:{System Interfaces:shm_unlink:DESCRIPTION}"> 10 <assertion id="3" tag="ref:XSH6:{System Interfaces:shm_unlink:DESCRIPTION}"> 16 <assertion id="4" tag="ref:XSH6:{System Interfaces:shm_unlink:DESCRIPTION}"> 20 <assertion id="5" tag="ref:XSH6:{System Interfaces:shm_unlink:DESCRIPTION}"> 25 <assertion id="6" tag="ref:XSH6:{System Interfaces:shm_unlink:RETURN VALUE}"> 28 <assertion id="7" tag="ref:XSH6:{System Interfaces:shm_unlink:RETURN VALUE}"> 31 <assertion id="8" tag="ref:XSH6:{System Interfaces:shm_unlink:RETURN VALUE}"> 35 <assertion id="9" tag="ref:XSH6:{System Interfaces:shm_unlink:ERRORS}"> 39 <assertion id="10" tag="ref:XSH6:{System Interfaces:shm_unlink:ERRORS}"> [all …]
|
| /external/cronet/net/base/fuchsia/ |
| D | network_interface_cache.h | 8 #include <fuchsia/net/interfaces/cpp/fidl.h> 24 // Cache of network interfaces, keyed by unique interface IDs, kept up-to-date 27 // If `require_wlan` is `true`, only WLAN interfaces are observed. 58 // Returns `std::nullopt` if any of the interfaces fail to be added. See 61 std::vector<fuchsia::net::interfaces::Properties> interfaces); 66 fuchsia::net::interfaces::Properties properties); 71 fuchsia::net::interfaces::Properties properties); 82 // Thread-safe method that populates a list of online network interfaces. 97 fuchsia::net::interfaces::Properties properties) 103 // Whether only WLAN interfaces should be taken into account. [all …]
|