Searched refs:ConfigureService (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dmock_shill_manager_client.h41 MOCK_METHOD3(ConfigureService, void(const base::DictionaryValue& properties,
H A Dfake_shill_manager_client.h51 virtual void ConfigureService(
H A Dshill_manager_client.h155 // Calls ConfigureService method.
157 virtual void ConfigureService(const base::DictionaryValue& properties,
H A Dshill_manager_client.cc105 virtual void ConfigureService(
H A Dfake_shill_manager_client.cc204 void FakeShillManagerClient::ConfigureService( function in class:chromeos::FakeShillManagerClient
215 LOG(ERROR) << "ConfigureService requies GUID and Type to be defined";
276 ConfigureService(properties, callback, error_callback);
H A Dshill_manager_client_unittest.cc268 TEST_F(ShillManagerClientTest, ConfigureService) {
282 client_->ConfigureService(*arg,
/external/chromium_org/chromeos/network/
H A Dnetwork_connection_handler_unittest.cc75 DBusThreadManager::Get()->GetShillManagerClient()->ConfigureService(

Completed in 138 milliseconds