OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:manager_props
(Results
1 - 4
of
4
) sorted by null
/system/connectivity/shill/
default_profile.cc
88
const Manager::Properties&
manager_props
)
93
props_(
manager_props
),
96
store->RegisterConstBool(kArpGatewayProperty, &
manager_props
.arp_gateway);
98
&
manager_props
.check_portal_list);
99
store->RegisterConstString(kCountryProperty, &
manager_props
.country);
101
&
manager_props
.ignored_dns_search_paths);
103
&
manager_props
.link_monitor_technologies);
105
&
manager_props
.no_auto_connect_technologies);
106
store->RegisterConstBool(kOfflineModeProperty, &
manager_props
.offline_mode);
107
store->RegisterConstString(kPortalURLProperty, &
manager_props
.portal_url)
[
all
...]
default_profile_unittest.cc
199
Manager::Properties
manager_props
;
local
202
&
manager_props
.arp_gateway))
206
&
manager_props
.host_name))
210
&
manager_props
.offline_mode))
214
&
manager_props
.check_portal_list))
219
&
manager_props
.ignored_dns_search_paths))
238
&
manager_props
.portal_url))
250
profile_->LoadManagerProperties(&
manager_props
,
252
EXPECT_TRUE(
manager_props
.arp_gateway);
253
EXPECT_EQ("",
manager_props
.host_name)
329
Manager::Properties
manager_props
;
local
[
all
...]
default_profile.h
48
const Manager::Properties&
manager_props
);
53
virtual void LoadManagerProperties(Manager::Properties*
manager_props
,
/external/autotest/client/cros/cellular/
cell_tools.py
396
manager_props
= self.flim.manager.GetProperties()
397
active_profile =
manager_props
['ActiveProfile']
Completed in 922 milliseconds