Home
last modified time | relevance | path

Searched refs:ShillIPConfigClient (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/chromeos/dbus/
Dshill_ipconfig_client.h36 class CHROMEOS_EXPORT ShillIPConfigClient : public DBusClient {
51 virtual ~ShillIPConfigClient();
55 static ShillIPConfigClient* Create();
96 virtual ShillIPConfigClient::TestInterface* GetTestInterface() = 0;
102 ShillIPConfigClient();
105 DISALLOW_COPY_AND_ASSIGN(ShillIPConfigClient);
Dshill_ipconfig_client.cc24 class ShillIPConfigClientImpl : public ShillIPConfigClient {
54 virtual ShillIPConfigClient::TestInterface* GetTestInterface() OVERRIDE;
168 ShillIPConfigClient::TestInterface*
175 ShillIPConfigClient::ShillIPConfigClient() {} in ShillIPConfigClient() function in chromeos::ShillIPConfigClient
177 ShillIPConfigClient::~ShillIPConfigClient() {} in ~ShillIPConfigClient()
180 ShillIPConfigClient* ShillIPConfigClient::Create() { in Create()
Dfake_shill_ipconfig_client.h18 : public ShillIPConfigClient,
19 public ShillIPConfigClient::TestInterface {
45 virtual ShillIPConfigClient::TestInterface* GetTestInterface() OVERRIDE;
Ddbus_client_bundle.h29 class ShillIPConfigClient; variable
161 ShillIPConfigClient* shill_ipconfig_client() { in shill_ipconfig_client()
261 scoped_ptr<ShillIPConfigClient> shill_ipconfig_client_;
Ddbus_thread_manager.h58 class ShillIPConfigClient; variable
145 ShillIPConfigClient* GetShillIPConfigClient();
218 void SetShillIPConfigClient(scoped_ptr<ShillIPConfigClient> client);
Dshill_ipconfig_client_unittest.cc36 client_.reset(ShillIPConfigClient::Create()); in SetUp()
47 scoped_ptr<ShillIPConfigClient> client_;
Dfake_shill_ipconfig_client.cc93 ShillIPConfigClient::TestInterface*
Ddbus_thread_manager.cc189 ShillIPConfigClient*
522 scoped_ptr<ShillIPConfigClient> client) { in SetShillIPConfigClient()
Ddbus_client_bundle.cc187 shill_ipconfig_client_.reset(ShillIPConfigClient::Create()); in DBusClientBundle()
Dfake_shill_manager_client.cc600 ShillIPConfigClient::TestInterface* ip_configs = in SetupDefaultEnvironment()
/external/chromium_org/chrome/browser/extensions/api/networking_private/
Dnetworking_private_apitest.cc64 using chromeos::ShillIPConfigClient;
260 ShillIPConfigClient::TestInterface* ip_config_test = in SetUpOnMainThread()
/external/chromium_org/chromeos/network/
Dnetwork_state_handler_unittest.cc763 ShillIPConfigClient::TestInterface* ip_config_test = in TEST_F()