Home
last modified time | relevance | path

Searched refs:network_properties (Results 1 – 22 of 22) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/wifi/
H A Dfake_wifi_service.cc19 NetworkProperties network_properties; in FakeWiFiService() local
22 network_properties.name = "wifi1"; in FakeWiFiService()
24 network_properties.frequency = 0; in FakeWiFiService()
25 network_properties.ssid = "wifi1"; in FakeWiFiService()
27 network_properties.signal_strength = 40; in FakeWiFiService()
31 NetworkProperties network_properties; in FakeWiFiService() local
34 network_properties.name = "wifi2_PSK"; in FakeWiFiService()
36 network_properties.frequency = 5000; in FakeWiFiService()
39 network_properties.ssid = "wifi2_PSK"; in FakeWiFiService()
102 NetworkProperties network_properties; in CreateNetwork() local
[all …]
H A Dwifi_service_win.cc604 NetworkProperties network_properties; in CreateNetwork() local
605 if (!network_properties.UpdateFromValue(*properties)) { in CreateNetwork()
610 network_properties.guid = network_properties.ssid; in CreateNetwork()
627 if (!CreateProfile(network_properties, in CreateNetwork()
643 *network_guid = network_properties.guid; in CreateNetwork()
1370 NetworkProperties network_properties; in GetVisibleNetworkList() local
1379 if (network_properties.connection_state == in GetVisibleNetworkList()
1385 network_properties.connection_state; in GetVisibleNetworkList()
1388 network_list->push_back(network_properties); in GetVisibleNetworkList()
1390 network_guids.insert(network_properties.guid); in GetVisibleNetworkList()
[all …]
H A DBUILD.gn7 "network_properties.cc",
8 "network_properties.h",
H A Dwifi_service_mac.mm22 #include "components/wifi/network_properties.h"
237 NetworkProperties network_properties;
238 if (!network_properties.UpdateFromValue(*properties)) {
243 std::string guid = network_properties.ssid;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/wifi/
H A Dfake_wifi_service.cc19 NetworkProperties network_properties; in FakeWiFiService() local
22 network_properties.name = "wifi1"; in FakeWiFiService()
24 network_properties.frequency = 0; in FakeWiFiService()
25 network_properties.ssid = "wifi1"; in FakeWiFiService()
27 network_properties.signal_strength = 40; in FakeWiFiService()
31 NetworkProperties network_properties; in FakeWiFiService() local
34 network_properties.name = "wifi2_PSK"; in FakeWiFiService()
36 network_properties.frequency = 5000; in FakeWiFiService()
39 network_properties.ssid = "wifi2_PSK"; in FakeWiFiService()
102 NetworkProperties network_properties; in CreateNetwork() local
[all …]
H A Dwifi_service_win.cc603 NetworkProperties network_properties; in CreateNetwork() local
604 if (!network_properties.UpdateFromValue(*properties)) { in CreateNetwork()
609 network_properties.guid = network_properties.ssid; in CreateNetwork()
626 if (!CreateProfile(network_properties, in CreateNetwork()
642 *network_guid = network_properties.guid; in CreateNetwork()
1369 NetworkProperties network_properties; in GetVisibleNetworkList() local
1378 if (network_properties.connection_state == in GetVisibleNetworkList()
1384 network_properties.connection_state; in GetVisibleNetworkList()
1387 network_list->push_back(network_properties); in GetVisibleNetworkList()
1389 network_guids.insert(network_properties.guid); in GetVisibleNetworkList()
[all …]
H A DBUILD.gn9 "network_properties.cc",
10 "network_properties.h",
H A Dwifi_service_mac.mm22 #include "components/wifi/network_properties.h"
237 NetworkProperties network_properties;
238 if (!network_properties.UpdateFromValue(*properties)) {
243 std::string guid = network_properties.ssid;
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/tests/unit/plugins/module_utils/network/ftd/
H A Dtest_fdm_swagger_parser.py239 network_properties = self.fdm_data['models']['NetworkObject']['properties']
240 assert '' == network_properties['id']['description']
241 assert not network_properties['id']['required']
242 assert 'Description for name field' == network_properties['name']['description']
243 assert network_properties['name']['required']
/dports/sysutils/ansible2/ansible-2.9.27/test/units/module_utils/network/ftd/
H A Dtest_fdm_swagger_parser.py236 network_properties = self.fdm_data['models']['NetworkObject']['properties']
237 assert '' == network_properties['id']['description']
238 assert not network_properties['id']['required']
239 assert 'Description for name field' == network_properties['name']['description']
240 assert network_properties['name']['required']
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/api/networking_private/
H A Dnetworking_private_linux.cc211 std::unique_ptr<base::DictionaryValue> network_properties( in GetProperties() local
216 base::DictionaryValue* network_prop_ptr = network_properties.get(); in GetProperties()
224 base::Passed(&error), base::Passed(&network_properties), in GetProperties()
244 std::unique_ptr<base::DictionaryValue> network_properties( in GetState() local
249 base::DictionaryValue* network_prop_ptr = network_properties.get(); in GetState()
257 base::Passed(&network_properties), in GetState()
H A Dnetworking_private_chromeos.cc340 std::unique_ptr<base::DictionaryValue> network_properties = in GetState() local
342 AppendThirdPartyProviderName(network_properties.get()); in GetState()
344 std::move(success_callback).Run(std::move(network_properties)); in GetState()
/dports/devel/py-azure-mgmt-hdinsight/azure-mgmt-hdinsight-8.0.0/
H A DCHANGELOG.md102 - Model ClusterGetProperties has a new parameter network_properties
104 - Model ClusterCreateProperties has a new parameter network_properties
H A DPKG-INFO138 - Model ClusterGetProperties has a new parameter network_properties
140 - Model ClusterCreateProperties has a new parameter network_properties
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/api/networking_private/
H A Dnetworking_private_chromeos.cc317 std::unique_ptr<base::DictionaryValue> network_properties = in GetState() local
319 AppendThirdPartyProviderName(network_properties.get()); in GetState()
321 success_callback.Run(std::move(network_properties)); in GetState()
H A Dnetworking_private_linux.cc215 std::unique_ptr<base::DictionaryValue> network_properties( in GetState() local
220 base::DictionaryValue* network_prop_ptr = network_properties.get(); in GetState()
228 base::Passed(&network_properties), success_callback, in GetState()
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/hdinsight/
H A Dcustom.py360network_properties = (resource_provider_connection or enable_private_link) and NetworkProperties(
394 network_properties=network_properties,
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/network/
H A Dmanaged_network_configuration_handler_impl.cc1032 base::Optional<base::Value> network_properties, in OnGetDeviceProperties() argument
1035 DCHECK(network_properties); in OnGetDeviceProperties()
1041 network_properties->SetKey(shill::kDeviceProperty, in OnGetDeviceProperties()
1045 std::move(network_properties)); in OnGetDeviceProperties()
H A Dmanaged_network_configuration_handler_impl.h192 base::Optional<base::Value> network_properties, in COMPONENT_EXPORT()
/dports/devel/py-azure-mgmt-hdinsight/azure-mgmt-hdinsight-8.0.0/azure/mgmt/hdinsight/models/
H A D_models_py3.py1086 network_properties: Optional["NetworkProperties"] = None,
1102 self.network_properties = network_properties
1367 network_properties: Optional["NetworkProperties"] = None,
1392 self.network_properties = network_properties
H A D_models.py977 self.network_properties = kwargs.get('network_properties', None)
1221 self.network_properties = kwargs.get('network_properties', None)
/dports/devel/py-azure-mgmt-hdinsight/azure-mgmt-hdinsight-8.0.0/azure_mgmt_hdinsight.egg-info/
H A DPKG-INFO138 - Model ClusterGetProperties has a new parameter network_properties
140 - Model ClusterCreateProperties has a new parameter network_properties