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

1 2

  /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 {
91 virtual ~ShillServiceClient();
95 static ShillServiceClient* Create();
187 ShillServiceClient();
190 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_client_bundle.h 31 class ShillServiceClient;
169 ShillServiceClient* shill_service_client() {
263 scoped_ptr<ShillServiceClient> shill_service_client_;
dbus_thread_manager.h 61 class ShillServiceClient;
147 ShillServiceClient* GetShillServiceClient();
220 void SetShillServiceClient(scoped_ptr<ShillServiceClient> client);
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 {
shill_service_client_unittest.cc 36 client_.reset(ShillServiceClient::Create());
47 scoped_ptr<ShillServiceClient> client_;
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.
dbus_thread_manager.cc 199 ShillServiceClient*
534 scoped_ptr<ShillServiceClient> client) {
dbus_client_bundle.cc 188 shill_service_client_.reset(ShillServiceClient::Create());
fake_shill_profile_client.cc 186 ShillServiceClient::TestInterface* service_test =
fake_shill_manager_client.cc 50 ShillServiceClient::TestInterface* service_client =
238 ShillServiceClient::TestInterface* service_client =
554 ShillServiceClient::TestInterface* service_client =
591 ShillServiceClient::TestInterface* services =
    [all...]
  /external/chromium_org/chrome/browser/chromeos/net/
proxy_config_handler.cc 96 chromeos::ShillServiceClient* shill_service_client =
network_portal_detector_impl_browsertest.cc 106 ShillServiceClient::TestInterface* service_test =
  /external/chromium_org/chrome/browser/ui/webui/help/
version_updater_chromeos_unittest.cc 63 ShillServiceClient::TestInterface* service_test =
  /external/chromium_org/chromeos/network/
network_configuration_handler_unittest.cc 111 scoped_ptr<ShillServiceClient>(mock_service_client_).Pass());
233 ShillServiceClient::DictionaryValueCallback get_properties_callback;
475 ShillServiceClient::TestInterface* service_test =
client_cert_resolver_unittest.cc 237 ShillServiceClient::TestInterface* service_test_;
network_cert_migrator_unittest.cc 285 ShillServiceClient::TestInterface* service_test_;
network_connection_handler_unittest.cc 286 ShillServiceClient::TestInterface* test_service_client_;
shill_property_handler_unittest.cc 298 ShillServiceClient::TestInterface* service_test_;
managed_network_configuration_handler_unittest.cc 194 scoped_ptr<ShillServiceClient>(mock_service_client_).Pass());
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_apitest.cc 67 using chromeos::ShillServiceClient;
401 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 878 milliseconds

1 2