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

  /external/chromium_org/chromeos/dbus/
shill_manager_client_stub.cc 79 ShillManagerClientStub::ShillManagerClientStub()
84 ShillManagerClientStub::~ShillManagerClientStub() {}
88 void ShillManagerClientStub::AddPropertyChangedObserver(
93 void ShillManagerClientStub::RemovePropertyChangedObserver(
98 void ShillManagerClientStub::GetProperties(
102 &ShillManagerClientStub::PassStubProperties,
107 void ShillManagerClientStub::GetNetworksForGeolocation(
111 &ShillManagerClientStub::PassStubGeoNetworks
    [all...]
shill_manager_client_stub.h 19 class ShillManagerClientStub : public ShillManagerClient,
22 ShillManagerClientStub();
23 virtual ~ShillManagerClientStub();
124 base::WeakPtrFactory<ShillManagerClientStub> weak_ptr_factory_;
126 DISALLOW_COPY_AND_ASSIGN(ShillManagerClientStub);
shill_manager_client.cc 244 return new ShillManagerClientStub();

Completed in 145 milliseconds