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

  /external/chromium_org/chromeos/dbus/
mock_shill_manager_client.h 41 MOCK_METHOD3(ConfigureService, void(const base::DictionaryValue& properties,
shill_manager_client.h 155 // Calls ConfigureService method.
157 virtual void ConfigureService(const base::DictionaryValue& properties,
fake_shill_manager_client.h 51 virtual void ConfigureService(
shill_manager_client.cc 105 virtual void ConfigureService(
fake_shill_manager_client.cc 204 void FakeShillManagerClient::ConfigureService(
215 LOG(ERROR) << "ConfigureService requies GUID and Type to be defined";
276 ConfigureService(properties, callback, error_callback);
shill_manager_client_unittest.cc 268 TEST_F(ShillManagerClientTest, ConfigureService) {
282 client_->ConfigureService(*arg,
  /external/chromium_org/chromeos/network/
network_connection_handler_unittest.cc 75 DBusThreadManager::Get()->GetShillManagerClient()->ConfigureService(

Completed in 32 milliseconds