HomeSort by relevance Sort by last modified time
    Searched defs:ChromeosProfileDBusAdaptor (Results 1 - 2 of 2) sorted by null

  /system/connectivity/shill/dbus/
chromeos_profile_dbus_adaptor.h 33 // There is a 1:1 mapping between Profile and ChromeosProfileDBusAdaptor
34 // instances. Furthermore, the Profile owns the ChromeosProfileDBusAdaptor
35 // and manages its lifetime, so we're OK with ChromeosProfileDBusAdaptor
39 class ChromeosProfileDBusAdaptor
47 ChromeosProfileDBusAdaptor(
50 ~ChromeosProfileDBusAdaptor() override;
79 DISALLOW_COPY_AND_ASSIGN(ChromeosProfileDBusAdaptor);
chromeos_profile_dbus_adaptor.cc 36 static string ObjectID(ChromeosProfileDBusAdaptor* p) {
43 const char ChromeosProfileDBusAdaptor::kPath[] = "/profile/";
45 ChromeosProfileDBusAdaptor::ChromeosProfileDBusAdaptor(
56 ChromeosProfileDBusAdaptor::~ChromeosProfileDBusAdaptor() {
61 void ChromeosProfileDBusAdaptor::EmitBoolChanged(const string& name,
67 void ChromeosProfileDBusAdaptor::EmitUintChanged(const string& name,
73 void ChromeosProfileDBusAdaptor::EmitIntChanged(const string& name, int value) {
78 void ChromeosProfileDBusAdaptor::EmitStringChanged(const string& name
    [all...]

Completed in 49 milliseconds