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

  /external/chromium_org/chromeos/network/
shill_property_handler.h 31 class ShillPropertyObserver;
44 typedef std::map<std::string, ShillPropertyObserver*>
shill_property_handler.cc 50 class ShillPropertyObserver : public ShillPropertyChangedObserver {
57 ShillPropertyObserver(ManagedState::ManagedType type,
64 DVLOG(2) << "ShillPropertyObserver: Network: " << path;
68 DVLOG(2) << "ShillPropertyObserver: Device: " << path;
76 virtual ~ShillPropertyObserver() {
99 DISALLOW_COPY_AND_ASSIGN(ShillPropertyObserver);
354 new_observed[path] = new ShillPropertyObserver(

Completed in 43 milliseconds