Home
last modified time | relevance | path

Searched refs:ActivateCellularModem (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chromeos/network/
Dnetwork_activation_handler.cc46 DBusThreadManager::Get()->GetShillServiceClient()->ActivateCellularModem( in CallShillActivate()
/external/chromium_org/chromeos/dbus/
Dmock_shill_service_client.h56 MOCK_METHOD4(ActivateCellularModem,
Dshill_service_client_unittest.cc281 TEST_F(ShillServiceClientTest, ActivateCellularModem) { in TEST_F() argument
293 client_->ActivateCellularModem(dbus::ObjectPath(kExampleServicePath), in TEST_F()
Dshill_service_client.h152 virtual void ActivateCellularModem(
Dfake_shill_service_client.h64 virtual void ActivateCellularModem(
Dshill_service_client.cc180 virtual void ActivateCellularModem( in ActivateCellularModem() function in chromeos::__anon5a4a5a3f0111::ShillServiceClientImpl
Dfake_shill_service_client.cc241 void FakeShillServiceClient::ActivateCellularModem( in ActivateCellularModem() function in chromeos::FakeShillServiceClient
/external/chromium/chrome/browser/chromeos/cros/
Dnetwork_library.cc1653 return ActivateCellularModem(service_path().c_str(), NULL); in StartActivation()