OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:network_properties
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/components/wifi/
fake_wifi_service.cc
21
WiFiService::NetworkProperties
network_properties
;
local
22
network_properties
.connection_state = onc::connection_state::kConnected;
23
network_properties
.guid = "stub_ethernet";
24
network_properties
.name = "eth0";
25
network_properties
.type = onc::network_type::kEthernet;
26
network_properties
.json_extra =
30
networks_.push_back(
network_properties
);
33
WiFiService::NetworkProperties
network_properties
;
local
34
network_properties
.connection_state = onc::connection_state::kConnected;
35
network_properties
.guid = "stub_wifi1"
45
WiFiService::NetworkProperties
network_properties
;
local
53
WiFiService::NetworkProperties
network_properties
;
local
68
WiFiService::NetworkProperties
network_properties
;
local
93
NetworkList::iterator
network_properties
= FindNetwork(network_guid);
variable
104
const std::string
network_properties
=
variable
164
NetworkList::iterator
network_properties
= FindNetwork(network_guid);
variable
190
NetworkList::iterator
network_properties
= FindNetwork(network_guid);
variable
201
WiFiService::NetworkProperties
network_properties
;
variable
231
NetworkList::iterator
network_properties
= FindNetwork(network_guid);
variable
245
NetworkList::iterator
network_properties
= FindNetwork(network_guid);
variable
[
all
...]
wifi_service_win.cc
354
// Create |profile_xml| based on |
network_properties
|.
355
bool CreateProfile(const NetworkProperties&
network_properties
,
519
WiFiService::NetworkProperties
network_properties
;
520
if (!
network_properties
.UpdateFromValue(*properties)) {
525
network_properties
.guid =
network_properties
.ssid;
527
if (!CreateProfile(
network_properties
, &profile_xml)) {
549
*network_guid =
network_properties
.guid;
1126
NetworkProperties
network_properties
;
local
[
all
...]
/external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_api_chromeos.cc
96
base::DictionaryValue*
network_properties
= dictionary.DeepCopy();
local
97
network_properties
->SetStringWithoutPathExpansion(onc::network_config::kGUID,
99
SetResult(
network_properties
);
138
base::DictionaryValue*
network_properties
= dictionary.DeepCopy();
local
139
network_properties
->SetStringWithoutPathExpansion(onc::network_config::kGUID,
141
SetResult(
network_properties
);
networking_private_api_nonchromeos.cc
90
scoped_ptr<base::DictionaryValue>
network_properties
(dictionary.DeepCopy());
91
network_properties
->SetStringWithoutPathExpansion(onc::network_config::kGUID,
93
SetResult(
network_properties
.release());
Completed in 94 milliseconds