Home
last modified time | relevance | path

Searched refs:PropertySet (Results 1 – 18 of 18) sorted by relevance

/system/connectivity/shill/dbus/
Dchromeos_supplicant_network_proxy.h46 class PropertySet : public dbus::PropertySet {
48 PropertySet(dbus::ObjectProxy* object_proxy,
54 DISALLOW_COPY_AND_ASSIGN(PropertySet);
73 std::unique_ptr<PropertySet> properties_;
Dchromeos_wimax_manager_proxy.h47 class PropertySet : public dbus::PropertySet {
49 PropertySet(dbus::ObjectProxy* object_proxy,
55 DISALLOW_COPY_AND_ASSIGN(PropertySet);
79 std::unique_ptr<PropertySet> properties_;
Dchromeos_wimax_network_proxy.h48 class PropertySet : public dbus::PropertySet {
50 PropertySet(dbus::ObjectProxy* object_proxy,
61 DISALLOW_COPY_AND_ASSIGN(PropertySet);
83 std::unique_ptr<PropertySet> properties_;
Dchromeos_supplicant_process_proxy.h57 class PropertySet : public dbus::PropertySet {
59 PropertySet(dbus::ObjectProxy* object_proxy,
69 DISALLOW_COPY_AND_ASSIGN(PropertySet);
102 std::unique_ptr<PropertySet> properties_;
Dchromeos_wimax_device_proxy.h64 class PropertySet : public dbus::PropertySet {
66 PropertySet(dbus::ObjectProxy* object_proxy,
74 DISALLOW_COPY_AND_ASSIGN(PropertySet);
100 std::unique_ptr<PropertySet> properties_;
Dchromeos_modem_cdma_proxy.h64 class PropertySet : public dbus::PropertySet {
66 PropertySet(dbus::ObjectProxy* object_proxy,
72 DISALLOW_COPY_AND_ASSIGN(PropertySet);
118 std::unique_ptr<PropertySet> properties_;
Dchromeos_modem_gsm_card_proxy.h74 class PropertySet : public dbus::PropertySet {
76 PropertySet(dbus::ObjectProxy* object_proxy,
82 DISALLOW_COPY_AND_ASSIGN(PropertySet);
104 std::unique_ptr<PropertySet> properties_;
Dchromeos_modem_gsm_network_proxy.h72 class PropertySet : public dbus::PropertySet {
74 PropertySet(dbus::ObjectProxy* object_proxy,
80 DISALLOW_COPY_AND_ASSIGN(PropertySet);
130 std::unique_ptr<PropertySet> properties_;
Dchromeos_supplicant_network_proxy.cc42 ChromeosSupplicantNetworkProxy::PropertySet::PropertySet( in PropertySet() function in shill::ChromeosSupplicantNetworkProxy::PropertySet
46 : dbus::PropertySet(object_proxy, interface_name, callback) { in PropertySet()
60 new PropertySet( in ChromeosSupplicantNetworkProxy()
Dchromeos_supplicant_interface_proxy.h79 class PropertySet : public dbus::PropertySet {
81 PropertySet(dbus::ObjectProxy* object_proxy,
92 DISALLOW_COPY_AND_ASSIGN(PropertySet);
129 std::unique_ptr<PropertySet> properties_;
Dchromeos_wimax_manager_proxy.cc47 ChromeosWiMaxManagerProxy::PropertySet::PropertySet( in PropertySet() function in shill::ChromeosWiMaxManagerProxy::PropertySet
51 : dbus::PropertySet(object_proxy, interface_name, callback) { in PropertySet()
78 new PropertySet( in ChromeosWiMaxManagerProxy()
Dchromeos_wimax_network_proxy.cc48 ChromeosWiMaxNetworkProxy::PropertySet::PropertySet( in PropertySet() function in shill::ChromeosWiMaxNetworkProxy::PropertySet
52 : dbus::PropertySet(object_proxy, interface_name, callback) { in PropertySet()
78 new PropertySet( in ChromeosWiMaxNetworkProxy()
Dchromeos_modem_cdma_proxy.cc42 ChromeosModemCDMAProxy::PropertySet::PropertySet( in PropertySet() function in shill::ChromeosModemCDMAProxy::PropertySet
46 : dbus::PropertySet(object_proxy, interface_name, callback) { in PropertySet()
76 new PropertySet( in ChromeosModemCDMAProxy()
Dchromeos_supplicant_process_proxy.cc47 ChromeosSupplicantProcessProxy::PropertySet::PropertySet( in PropertySet() function in shill::ChromeosSupplicantProcessProxy::PropertySet
51 : dbus::PropertySet(object_proxy, interface_name, callback) { in PropertySet()
75 new PropertySet( in ChromeosSupplicantProcessProxy()
Dchromeos_wimax_device_proxy.cc50 ChromeosWiMaxDeviceProxy::PropertySet::PropertySet( in PropertySet() function in shill::ChromeosWiMaxDeviceProxy::PropertySet
54 : dbus::PropertySet(object_proxy, interface_name, callback) { in PropertySet()
82 new PropertySet( in ChromeosWiMaxDeviceProxy()
Dchromeos_modem_gsm_card_proxy.cc45 ChromeosModemGSMCardProxy::PropertySet::PropertySet( in PropertySet() function in shill::ChromeosModemGSMCardProxy::PropertySet
49 : dbus::PropertySet(object_proxy, interface_name, callback) { in PropertySet()
62 new PropertySet( in ChromeosModemGSMCardProxy()
Dchromeos_modem_gsm_network_proxy.cc44 ChromeosModemGSMNetworkProxy::PropertySet::PropertySet( in PropertySet() function in shill::ChromeosModemGSMNetworkProxy::PropertySet
48 : dbus::PropertySet(object_proxy, interface_name, callback) { in PropertySet()
78 new PropertySet( in ChromeosModemGSMNetworkProxy()
Dchromeos_supplicant_interface_proxy.cc49 ChromeosSupplicantInterfaceProxy::PropertySet::PropertySet( in PropertySet() function in shill::ChromeosSupplicantInterfaceProxy::PropertySet
53 : dbus::PropertySet(object_proxy, interface_name, callback) { in PropertySet()
74 new PropertySet( in ChromeosSupplicantInterfaceProxy()