OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDevicesProperty
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chromeos/network/
shill_property_handler_unittest.cc
69
AddPropertyUpdate(shill::
kDevicesProperty
, device_path);
106
return shill::
kDevicesProperty
;
295
listener_->entries(shill::
kDevicesProperty
).size());
335
EXPECT_EQ(1, listener_->list_updates(shill::
kDevicesProperty
));
338
listener_->entries(shill::
kDevicesProperty
).size());
343
EXPECT_EQ(2, listener_->list_updates(shill::
kDevicesProperty
));
345
listener_->entries(shill::
kDevicesProperty
).size());
350
EXPECT_EQ(3, listener_->list_updates(shill::
kDevicesProperty
));
352
listener_->entries(shill::
kDevicesProperty
).size());
network_sms_handler.cc
378
if (name != shill::
kDevicesProperty
)
414
if (!properties.GetWithoutPathExpansion(shill::
kDevicesProperty
, &value) ||
417
<< shill::
kDevicesProperty
;
shill_property_handler.cc
282
if ((key.empty() || key == shill::
kDevicesProperty
) &&
307
} else if (key == shill::
kDevicesProperty
) {
/external/chromium_org/chromeos/dbus/
fake_shill_manager_client.cc
325
if (GetListProperty(shill::
kDevicesProperty
)->AppendIfNotPresent(
327
CallNotifyObserversPropertyChanged(shill::
kDevicesProperty
, 0);
333
if (GetListProperty(shill::
kDevicesProperty
)->Remove(
335
CallNotifyObserversPropertyChanged(shill::
kDevicesProperty
, 0);
340
GetListProperty(shill::
kDevicesProperty
)->Clear();
341
CallNotifyObserversPropertyChanged(shill::
kDevicesProperty
, 0);
nfc_adapter_client.cc
32
RegisterProperty(nfc_adapter::
kDevicesProperty
, &devices);
nfc_client_unittest.cc
271
nfc_adapter::
kDevicesProperty
));
275
nfc_adapter::
kDevicesProperty
,
[
all
...]
/external/chromium/chrome/browser/chromeos/cros/
network_library.cc
158
const char*
kDevicesProperty
= "Devices";
535
{
kDevicesProperty
, PROPERTY_INDEX_DEVICES },
[
all
...]
Completed in 45 milliseconds