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

/external/chromium_org/chromeos/dbus/
H A Dshill_profile_client.cc25 class ShillProfileClientImpl : public ShillProfileClient {
134 ShillProfileClient::ShillProfileClient() {} function in class:chromeos::ShillProfileClient
136 ShillProfileClient::~ShillProfileClient() {}
139 ShillProfileClient* ShillProfileClient::Create() {
144 std::string ShillProfileClient::GetSharedProfilePath() {
H A Dshill_profile_client.h33 // ShillProfileClient is used to communicate with the Shill Profile
36 class CHROMEOS_EXPORT ShillProfileClient : public DBusClient { class in namespace:chromeos
90 virtual ~ShillProfileClient();
94 static ShillProfileClient* Create();
137 ShillProfileClient();
140 DISALLOW_COPY_AND_ASSIGN(ShillProfileClient);

Completed in 797 milliseconds