Searched defs:object_proxy (Results 1 - 12 of 12) sorted by relevance

/system/tpm/attestation/client/
H A Ddbus_proxy.h26 #include <dbus/object_proxy.h>
66 void set_object_proxy(dbus::ObjectProxy* object_proxy) { argument
67 object_proxy_ = object_proxy;
/system/tpm/tpm_manager/client/
H A Dtpm_nvram_dbus_proxy.h27 #include <dbus/object_proxy.h>
63 void set_object_proxy(dbus::ObjectProxy* object_proxy) { argument
64 object_proxy_ = object_proxy;
H A Dtpm_ownership_dbus_proxy.h27 #include <dbus/object_proxy.h>
56 void set_object_proxy(dbus::ObjectProxy* object_proxy) { argument
57 object_proxy_ = object_proxy;
/system/connectivity/shill/dbus/
H A Dchromeos_supplicant_network_proxy.cc43 dbus::ObjectProxy* object_proxy,
46 : dbus::PropertySet(object_proxy, interface_name, callback) {
42 PropertySet( dbus::ObjectProxy* object_proxy, const std::string& interface_name, const PropertyChangedCallback& callback) argument
H A Dchromeos_wimax_manager_proxy.cc48 dbus::ObjectProxy* object_proxy,
51 : dbus::PropertySet(object_proxy, interface_name, callback) {
47 PropertySet( dbus::ObjectProxy* object_proxy, const std::string& interface_name, const PropertyChangedCallback& callback) argument
H A Dchromeos_wimax_network_proxy.cc49 dbus::ObjectProxy* object_proxy,
52 : dbus::PropertySet(object_proxy, interface_name, callback) {
48 PropertySet( dbus::ObjectProxy* object_proxy, const std::string& interface_name, const PropertyChangedCallback& callback) argument
H A Dchromeos_modem_cdma_proxy.cc43 dbus::ObjectProxy* object_proxy,
46 : dbus::PropertySet(object_proxy, interface_name, callback) {
42 PropertySet( dbus::ObjectProxy* object_proxy, const std::string& interface_name, const PropertyChangedCallback& callback) argument
H A Dchromeos_modem_gsm_card_proxy.cc46 dbus::ObjectProxy* object_proxy,
49 : dbus::PropertySet(object_proxy, interface_name, callback) {
45 PropertySet( dbus::ObjectProxy* object_proxy, const std::string& interface_name, const PropertyChangedCallback& callback) argument
H A Dchromeos_modem_gsm_network_proxy.cc45 dbus::ObjectProxy* object_proxy,
48 : dbus::PropertySet(object_proxy, interface_name, callback) {
44 PropertySet( dbus::ObjectProxy* object_proxy, const std::string& interface_name, const PropertyChangedCallback& callback) argument
H A Dchromeos_supplicant_process_proxy.cc48 dbus::ObjectProxy* object_proxy,
51 : dbus::PropertySet(object_proxy, interface_name, callback) {
47 PropertySet( dbus::ObjectProxy* object_proxy, const std::string& interface_name, const PropertyChangedCallback& callback) argument
H A Dchromeos_wimax_device_proxy.cc51 dbus::ObjectProxy* object_proxy,
54 : dbus::PropertySet(object_proxy, interface_name, callback) {
50 PropertySet( dbus::ObjectProxy* object_proxy, const std::string& interface_name, const PropertyChangedCallback& callback) argument
H A Dchromeos_supplicant_interface_proxy.cc50 dbus::ObjectProxy* object_proxy,
53 : dbus::PropertySet(object_proxy, interface_name, callback) {
49 PropertySet( dbus::ObjectProxy* object_proxy, const std::string& interface_name, const PropertyChangedCallback& callback) argument

Completed in 117 milliseconds