OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemoveTechnology
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chromeos/dbus/
shill_manager_client.h
45
virtual void
RemoveTechnology
(const std::string& type) = 0;
fake_shill_manager_client.h
87
virtual void
RemoveTechnology
(const std::string& type) OVERRIDE;
fake_shill_manager_client.cc
359
void FakeShillManagerClient::
RemoveTechnology
(const std::string& type) {
/external/chromium_org/chromeos/network/
network_state_handler_unittest.cc
264
manager_test->
RemoveTechnology
(shill::kTypeWimax);
290
manager_test->
RemoveTechnology
(shill::kTypeWimax);
shill_property_handler_unittest.cc
308
manager_test_->
RemoveTechnology
(shill::kTypeWimax);
Completed in 40 milliseconds