Searched refs:ClearProperties (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dmock_shill_service_client.h43 MOCK_METHOD4(ClearProperties, void(const dbus::ObjectPath& service_path,
H A Dshill_manager_client.h60 virtual void ClearProperties() = 0;
H A Dshill_service_client.h134 // Calls ClearProperties method.
136 virtual void ClearProperties(const dbus::ObjectPath& service_path,
H A Dshill_service_client_unittest.cc188 TEST_F(ShillServiceClientTest, ClearProperties) {
208 client_->ClearProperties(dbus::ObjectPath(kExampleServicePath),
H A Dfake_shill_manager_client.h109 virtual void ClearProperties() OVERRIDE;
H A Dfake_shill_service_client.h51 virtual void ClearProperties(const dbus::ObjectPath& service_path,
H A Dshill_service_client.cc137 virtual void ClearProperties(const dbus::ObjectPath& service_path,
H A Dfake_shill_service_client.cc152 void FakeShillServiceClient::ClearProperties( function in class:chromeos::FakeShillServiceClient
H A Dfake_shill_manager_client.cc467 void FakeShillManagerClient::ClearProperties() { function in class:chromeos::FakeShillManagerClient
/external/chromium_org/chromeos/network/
H A Dnetwork_configuration_handler_unittest.cc149 // Handles responses for ClearProperties method calls.
160 // Handles responses for ClearProperties method calls, and simulates an error
269 TEST_F(NetworkConfigurationHandlerTest, ClearProperties) {
295 ClearProperties(_, _, _, _)).WillOnce(
298 network_configuration_handler_->ClearProperties(
333 ClearProperties(_, _, _, _)).WillOnce(
336 network_configuration_handler_->ClearProperties(
540 network_configuration_handler_->ClearProperties(
545 base::Unretained(this), "ClearProperties"),
549 EXPECT_EQ("ClearProperties", success_callback_name
[all...]
H A Dnetwork_configuration_handler.h80 void ClearProperties(const std::string& service_path,
H A Dnetwork_configuration_handler.cc240 void NetworkConfigurationHandler::ClearProperties( function in class:chromeos::NetworkConfigurationHandler
250 NET_LOG_USER("ClearProperties", service_path);
255 DBusThreadManager::Get()->GetShillServiceClient()->ClearProperties(
401 << "Incorrect result size from ClearProperties.";
409 NET_LOG_ERROR("ClearProperties Failed: " + names[i], service_path);
424 "Config.ClearProperties Failed",
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dinternet_options_handler.cc432 NetworkHandler::Get()->network_configuration_handler()->ClearProperties(
812 NetworkHandler::Get()->network_configuration_handler()->ClearProperties(
/external/chromium_org/ash/system/chromeos/network/
H A Dnetwork_connect.cc294 NetworkHandler::Get()->network_configuration_handler()->ClearProperties(
299 base::Bind(&SetPropertiesFailed, "ClearProperties", service_path));

Completed in 168 milliseconds