Home
last modified time | relevance | path

Searched refs:FakeShillServiceClient (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chromeos/dbus/
Dfake_shill_service_client.cc43 FakeShillServiceClient::FakeShillServiceClient() : weak_ptr_factory_(this) { in FakeShillServiceClient() function in chromeos::FakeShillServiceClient
46 FakeShillServiceClient::~FakeShillServiceClient() { in ~FakeShillServiceClient()
54 void FakeShillServiceClient::Init(dbus::Bus* bus) { in Init()
57 void FakeShillServiceClient::AddPropertyChangedObserver( in AddPropertyChangedObserver()
63 void FakeShillServiceClient::RemovePropertyChangedObserver( in RemovePropertyChangedObserver()
69 void FakeShillServiceClient::GetProperties( in GetProperties()
97 void FakeShillServiceClient::SetProperty(const dbus::ObjectPath& service_path, in SetProperty()
110 void FakeShillServiceClient::SetProperties( in SetProperties()
126 void FakeShillServiceClient::ClearProperty( in ClearProperty()
142 void FakeShillServiceClient::ClearProperties( in ClearProperties()
[all …]
Dfake_shill_service_client.h21 class CHROMEOS_EXPORT FakeShillServiceClient :
25 FakeShillServiceClient();
26 virtual ~FakeShillServiceClient();
128 base::WeakPtrFactory<FakeShillServiceClient> weak_ptr_factory_;
130 DISALLOW_COPY_AND_ASSIGN(FakeShillServiceClient);
Dfake_dbus_thread_manager.cc79 scoped_ptr<ShillServiceClient>(new FakeShillServiceClient)); in SetFakeClients()