OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:service_properties
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chromeos/dbus/
fake_shill_service_client.cc
170
base::DictionaryValue*
service_properties
= NULL;
local
172
service_path.value(), &
service_properties
)) {
246
base::DictionaryValue*
service_properties
=
local
248
if (!
service_properties
) {
287
base::DictionaryValue*
service_properties
=
local
289
if (
service_properties
) {
291
if (
service_properties
->GetStringWithoutPathExpansion(
480
const base::DictionaryValue*
service_properties
= GetServiceProperties(
local
482
if (!
service_properties
) {
487
service_properties
->GetString(shill::kTypeProperty, &service_type)
526
base::DictionaryValue*
service_properties
= NULL;
local
[
all
...]
fake_shill_profile_client.cc
163
const base::DictionaryValue*
service_properties
=
local
165
if (!
service_properties
) {
170
service_properties
->GetStringWithoutPathExpansion(shill::kProfileProperty,
183
service_properties
->DeepCopy());
/external/chromium_org/chromeos/network/
shill_property_util.cc
200
bool CopyIdentifyingProperties(const base::DictionaryValue&
service_properties
,
205
CopyStringFromDictionary(
service_properties
, shill::kGuidProperty, dest);
208
service_properties
.GetStringWithoutPathExpansion(shill::kTypeProperty, &type);
213
service_properties
, shill::kSecurityProperty, dest);
215
CopyStringFromDictionary(
service_properties
, shill::kWifiHexSsid, dest);
217
service_properties
, shill::kModeProperty, dest);
220
service_properties
, shill::kNameProperty, dest);
224
if (!
service_properties
.GetDictionaryWithoutPathExpansion(
client_cert_util.h
59
const base::DictionaryValue&
service_properties
);
client_cert_util.cc
249
const base::DictionaryValue&
service_properties
) {
252
service_properties
.GetDictionaryWithoutPathExpansion(
272
service_properties
, shill::kEapCertIdProperty);
274
service_properties
, shill::kEapKeyIdProperty);
276
service_properties
, shill::kEapIdentityProperty);
network_connection_handler.cc
339
const base::DictionaryValue&
service_properties
) {
345
service_properties
.GetBooleanWithoutPathExpansion(
353
service_properties
.GetStringWithoutPathExpansion(shill::kTypeProperty, &type);
354
service_properties
.GetStringWithoutPathExpansion(
357
service_properties
.GetBooleanWithoutPathExpansion(
375
if (
service_properties
.GetDictionaryWithoutPathExpansion(
391
shill_property_util::GetUIDataFromProperties(
service_properties
);
453
service_properties
)) {
shill_property_util.h
59
bool CopyIdentifyingProperties(const base::DictionaryValue&
service_properties
,
/external/chromium_org/chrome/browser/chromeos/options/
vpn_config_view.cc
701
const base::DictionaryValue&
service_properties
) {
712
if (
service_properties
.GetDictionaryWithoutPathExpansion(
739
service_properties
.GetBooleanWithoutPathExpansion(
[
all
...]
Completed in 1202 milliseconds