Searched defs:FakeShillProfileClient (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dfake_shill_profile_client.h19 class CHROMEOS_EXPORT FakeShillProfileClient : class in namespace:chromeos
23 FakeShillProfileClient();
24 virtual ~FakeShillProfileClient();
79 DISALLOW_COPY_AND_ASSIGN(FakeShillProfileClient);
H A Dfake_shill_profile_client.cc24 struct FakeShillProfileClient::ProfileProperties {
39 FakeShillProfileClient::FakeShillProfileClient() { function in class:chromeos::FakeShillProfileClient
42 FakeShillProfileClient::~FakeShillProfileClient() {
46 void FakeShillProfileClient::Init(dbus::Bus* bus) {
49 void FakeShillProfileClient::AddPropertyChangedObserver(
54 void FakeShillProfileClient::RemovePropertyChangedObserver(
59 void FakeShillProfileClient::GetProperties(
80 void FakeShillProfileClient
[all...]

Completed in 299 milliseconds