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

  /external/chromium_org/ash/system/chromeos/network/
network_state_notifier_unittest.cc 33 using chromeos::ShillServiceClient;
70 ShillServiceClient::TestInterface* service_test =
  /external/chromium_org/chromeos/dbus/
shill_service_client.h 31 // ShillServiceClient is used to communicate with the Shill Service
35 class CHROMEOS_EXPORT ShillServiceClient : public DBusClient {
90 virtual ~ShillServiceClient();
94 static ShillServiceClient* Create();
186 ShillServiceClient();
189 DISALLOW_COPY_AND_ASSIGN(ShillServiceClient);
shill_service_client.cc 33 const ShillServiceClient::DictionaryValueCallback& callback,
53 // The ShillServiceClient implementation.
54 class ShillServiceClientImpl : public ShillServiceClient {
218 virtual ShillServiceClient::TestInterface* GetTestInterface() OVERRIDE {
260 NET_LOG_ERROR("ShillServiceClient service has invalid path",
280 ShillServiceClient::ShillServiceClient() {}
282 ShillServiceClient::~ShillServiceClient() {}
285 ShillServiceClient* ShillServiceClient::Create()
    [all...]
dbus_thread_manager.h 61 class ShillServiceClient;
160 virtual ShillServiceClient* GetShillServiceClient() = 0;
fake_shill_service_client.h 19 // A fake implementation of ShillServiceClient. This works in close coordination
22 : public ShillServiceClient,
23 public ShillServiceClient::TestInterface {
28 // ShillServiceClient overrides
76 virtual ShillServiceClient::TestInterface* GetTestInterface() OVERRIDE;
78 // ShillServiceClient::TestInterface overrides.
mock_shill_service_client.h 16 class MockShillServiceClient : public ShillServiceClient {
fake_dbus_thread_manager.h 63 void SetShillServiceClient(scoped_ptr<ShillServiceClient> client);
108 virtual ShillServiceClient* GetShillServiceClient() OVERRIDE;
150 scoped_ptr<ShillServiceClient> shill_service_client_;
fake_dbus_thread_manager.cc 131 scoped_ptr<ShillServiceClient>(new FakeShillServiceClient));
229 scoped_ptr<ShillServiceClient> client) {
418 ShillServiceClient*
dbus_thread_manager.cc 89 shill_service_client_.reset(ShillServiceClient::Create());
163 ShillServiceClient* shill_service_client() {
234 scoped_ptr<ShillServiceClient> shill_service_client_;
382 virtual ShillServiceClient* GetShillServiceClient() OVERRIDE {
shill_service_client_unittest.cc 36 client_.reset(ShillServiceClient::Create());
47 scoped_ptr<ShillServiceClient> client_;
fake_shill_manager_client.cc 50 ShillServiceClient::TestInterface* service_client =
237 ShillServiceClient::TestInterface* service_client =
534 ShillServiceClient::TestInterface* service_client =
566 ShillServiceClient::TestInterface* services =
    [all...]
fake_shill_service_client.cc 28 void PassStubListValue(const ShillServiceClient::ListValueCallback& callback,
34 const ShillServiceClient::DictionaryValueCallback& callback,
61 // ShillServiceClient overrides.
301 ShillServiceClient::TestInterface* FakeShillServiceClient::GetTestInterface() {
305 // ShillServiceClient::TestInterface overrides.
fake_shill_profile_client.cc 186 ShillServiceClient::TestInterface* service_test =
  /external/chromium_org/chrome/browser/chromeos/net/
proxy_config_handler.cc 96 chromeos::ShillServiceClient* shill_service_client =
network_portal_detector_impl_browsertest.cc 105 ShillServiceClient::TestInterface* service_test =
network_portal_detector_impl_unittest.cc 237 ShillServiceClient::TestInterface* service_test =
    [all...]
  /external/chromium_org/chromeos/network/
network_configuration_handler_unittest.cc 111 scoped_ptr<ShillServiceClient>(mock_service_client_).Pass());
235 ShillServiceClient::DictionaryValueCallback get_properties_callback;
477 ShillServiceClient::TestInterface* service_test =
client_cert_resolver_unittest.cc 219 ShillServiceClient::TestInterface* service_test_;
network_cert_migrator_unittest.cc 171 ShillServiceClient::TestInterface* service_test_;
network_connection_handler_unittest.cc 263 ShillServiceClient::TestInterface* test_service_client_;
network_state_handler_unittest.cc 239 ShillServiceClient::TestInterface* service_test_;
shill_property_handler_unittest.cc 288 ShillServiceClient::TestInterface* service_test_;
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_apitest.cc 66 using chromeos::ShillServiceClient;
386 ShillServiceClient::TestInterface* service_test_;
  /external/chromium_org/chrome/browser/chromeos/
proxy_config_service_impl_unittest.cc 242 ShillServiceClient::TestInterface* service_test =
  /external/chromium_org/chrome/browser/ui/webui/options/
preferences_browsertest.cc     [all...]

Completed in 439 milliseconds