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

  /external/chromium_org/chromeos/dbus/
fake_shill_manager_client.cc 82 void FakeShillManagerClient::ConfigureService(
fake_shill_manager_client.h 41 virtual void ConfigureService(const base::DictionaryValue& properties,
mock_shill_manager_client.h 40 MOCK_METHOD3(ConfigureService, void(const base::DictionaryValue& properties,
shill_manager_client.h 157 // Calls ConfigureService method.
159 virtual void ConfigureService(const base::DictionaryValue& properties,
shill_manager_client_stub.h 48 virtual void ConfigureService(
shill_manager_client.cc 112 virtual void ConfigureService(
shill_manager_client_stub.cc 204 void ShillManagerClientStub::ConfigureService(
215 LOG(ERROR) << "ConfigureService requies GUID and Type to be defined";
276 ConfigureService(properties, callback, error_callback);
shill_manager_client_unittest.cc 270 TEST_F(ShillManagerClientTest, ConfigureService) {
284 client_->ConfigureService(*arg,
  /external/chromium_org/chromeos/network/
network_connection_handler_unittest.cc 75 DBusThreadManager::Get()->GetShillManagerClient()->ConfigureService(
cros_network_functions.cc 501 // shill.Manger.ConfigureService() will apply the property changes in
504 DBusThreadManager::Get()->GetShillManagerClient()->ConfigureService(
613 DBusThreadManager::Get()->GetShillManagerClient()->ConfigureService(
cros_network_functions_unittest.cc 609 // Create expected argument to ShillManagerClient::ConfigureService.
627 ConfigureService(IsEqualTo(&properties), _, _))
785 EXPECT_CALL(*mock_manager_client_, ConfigureService(IsEqualTo(&value), _, _))

Completed in 84 milliseconds