• Home
  • Raw
  • Download

Lines Matching refs:ServicePropertyChangeNotifier

31 ServicePropertyChangeNotifier::ServicePropertyChangeNotifier(  in ServicePropertyChangeNotifier()  function in shill::ServicePropertyChangeNotifier
34 ServicePropertyChangeNotifier::~ServicePropertyChangeNotifier() {} in ~ServicePropertyChangeNotifier()
36 void ServicePropertyChangeNotifier::AddBoolPropertyObserver( in AddBoolPropertyObserver()
41 Bind(&ServicePropertyChangeNotifier::BoolPropertyUpdater, in AddBoolPropertyObserver()
46 void ServicePropertyChangeNotifier::AddUint8PropertyObserver( in AddUint8PropertyObserver()
51 Bind(&ServicePropertyChangeNotifier::Uint8PropertyUpdater, in AddUint8PropertyObserver()
56 void ServicePropertyChangeNotifier::AddUint16PropertyObserver( in AddUint16PropertyObserver()
61 Bind(&ServicePropertyChangeNotifier::Uint16PropertyUpdater, in AddUint16PropertyObserver()
66 void ServicePropertyChangeNotifier::AddUint16sPropertyObserver( in AddUint16sPropertyObserver()
76 void ServicePropertyChangeNotifier::AddUintPropertyObserver( in AddUintPropertyObserver()
81 Bind(&ServicePropertyChangeNotifier::Uint32PropertyUpdater, in AddUintPropertyObserver()
86 void ServicePropertyChangeNotifier::AddIntPropertyObserver( in AddIntPropertyObserver()
91 Bind(&ServicePropertyChangeNotifier::Int32PropertyUpdater, in AddIntPropertyObserver()
96 void ServicePropertyChangeNotifier::AddRpcIdentifierPropertyObserver( in AddRpcIdentifierPropertyObserver()
106 void ServicePropertyChangeNotifier::AddStringPropertyObserver( in AddStringPropertyObserver()
116 void ServicePropertyChangeNotifier::AddStringmapPropertyObserver( in AddStringmapPropertyObserver()
126 void ServicePropertyChangeNotifier::UpdatePropertyObservers() { in UpdatePropertyObservers()
132 void ServicePropertyChangeNotifier::BoolPropertyUpdater(const string& name, in BoolPropertyUpdater()
137 void ServicePropertyChangeNotifier::Uint8PropertyUpdater(const string& name, in Uint8PropertyUpdater()
142 void ServicePropertyChangeNotifier::Uint16PropertyUpdater( in Uint16PropertyUpdater()
147 void ServicePropertyChangeNotifier::Uint32PropertyUpdater( in Uint32PropertyUpdater()
152 void ServicePropertyChangeNotifier::Int32PropertyUpdater(const string& name, in Int32PropertyUpdater()