OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kServicesProperty
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chromeos/network/
shill_property_handler_unittest.cc
62
AddPropertyUpdate(shill::
kServicesProperty
, service_path);
102
return shill::
kServicesProperty
;
298
listener_->entries(shill::
kServicesProperty
).size());
358
EXPECT_EQ(1, listener_->list_updates(shill::
kServicesProperty
));
361
listener_->entries(shill::
kServicesProperty
).size());
368
EXPECT_EQ(2, listener_->list_updates(shill::
kServicesProperty
));
370
listener_->entries(shill::
kServicesProperty
).size());
373
shill::
kServicesProperty
)[kTestServicePath]);
384
shill::
kServicesProperty
)[kTestServicePath]);
390
EXPECT_EQ(2, listener_->list_updates(shill::
kServicesProperty
));
[
all
...]
shill_property_handler.cc
248
if (iter.key() == shill::
kServicesProperty
)
257
ManagerPropertyChanged(shill::
kServicesProperty
, *update_service_value);
271
if ((key.empty() || key == shill::
kServicesProperty
) &&
290
if (key == shill::
kServicesProperty
) {
/external/chromium_org/chromeos/dbus/
fake_shill_manager_client.cc
402
GetListProperty(shill::
kServicesProperty
)->AppendIfNotPresent(
404
CallNotifyObserversPropertyChanged(shill::
kServicesProperty
, 0);
413
if (GetListProperty(shill::
kServicesProperty
)->Remove(
415
CallNotifyObserversPropertyChanged(shill::
kServicesProperty
, 0);
427
GetListProperty(shill::
kServicesProperty
)->Clear();
430
CallNotifyObserversPropertyChanged(shill::
kServicesProperty
, 0);
442
base::ListValue* service_list = GetListProperty(shill::
kServicesProperty
);
457
CallNotifyObserversPropertyChanged(shill::
kServicesProperty
, 0);
497
shill::
kServicesProperty
,
498
GetEnabledServiceList(shill::
kServicesProperty
));
[
all
...]
/external/chromium/chrome/browser/chromeos/cros/
network_library.cc
123
const char*
kServicesProperty
= "Services";
596
{
kServicesProperty
, PROPERTY_INDEX_SERVICES },
[
all
...]
Completed in 43 milliseconds