Home
last modified time | relevance | path

Searched defs:technology (Results 1 – 23 of 23) sorted by relevance

/system/connectivity/shill/
Dmock_virtual_device.cc27 Technology::Identifier technology) in MockVirtualDevice()
Dtechnology.cc152 bool Technology::IsPrimaryConnectivityTechnology(Identifier technology) { in IsPrimaryConnectivityTechnology()
Ddevice_stub.h49 Technology::Identifier technology) in DeviceStub()
Dvirtual_device_unittest.cc71 TEST_F(VirtualDeviceTest, technology) { in TEST_F() argument
Dmetrics.cc691 Technology::Identifier technology = (service) ? service->technology() : in NotifyDefaultServiceChanged() local
763 string technology = Technology::NameFromIdentifier(technology_id); in GetFullMetricName() local
770 Technology::Identifier technology = service.technology(); in NotifyServiceDisconnect() local
783 Technology::Identifier technology = service.technology(); in NotifySignalAtDisconnect() local
935 Technology::Identifier technology, in NotifyLinkMonitorFailure()
973 Technology::Identifier technology, in NotifyLinkMonitorResponseTimeSampleAdded()
1022 Technology::Identifier technology) { in RegisterDevice()
1087 Technology::Identifier technology) { in IsDeviceRegistered()
1616 Technology::Identifier technology = service.technology(); in InitializeCommonServiceMetrics() local
Dvirtual_device.cc44 Technology::Identifier technology) in VirtualDevice()
Dmanager.cc883 Technology::Identifier technology = in CreateTemporaryServiceFromProfile() local
1349 for (const auto& technology : technology_vector) { in SetProhibitedTechnologies() local
1365 void Manager::OnTechnologyProhibited(Technology::Identifier technology, in OnTechnologyProhibited()
1887 for (const auto& technology : kProbeTechnologies) { in DevicePresenceStatusCheck() local
1997 Technology::Identifier technology = service->technology(); in ConnectToBestServicesTask() local
2297 Technology::Identifier technology = Technology::IdentifierFromName(type); in GetServiceInner() local
2388 Technology::Identifier technology = Technology::IdentifierFromName(type); in ConfigureServiceForProfile() local
2545 const string& technology, Error* error) { in RequestScan()
2566 for (const auto& technology : technology_order_) { in GetTechnologyOrder() local
Ddevice_info.cc186 Technology::Identifier technology = info.second.technology; in GetUninitializedTechnologies() local
453 Technology::Identifier technology) { in CreateDevice()
619 Technology::Identifier technology = Technology::kUnknown; in AddLinkMsgHandler() local
1144 Technology::Identifier technology = GetDeviceTechnology(link_name); in DelayedDeviceCreationTask() local
Dconnection.h139 virtual Technology::Identifier technology() const { return technology_; } in technology() function
Ddevice_info.h198 Technology::Identifier technology; member
Dconnection.cc113 Technology::Identifier technology, in Connection()
Ddevice.h241 virtual Technology::Identifier technology() const { return technology_; } in technology() function
Dservice.h423 virtual Technology::Identifier technology() const { return technology_; } in technology() function
Dservice.cc147 Technology::Identifier technology) in Service()
Ddevice.cc146 Technology::Identifier technology) in Device()
Ddevice_info_unittest.cc134 Technology::Identifier technology) { in CreateDevice()
Ddevice_unittest.cc108 Technology::Identifier technology) in TestDevice()
Dmetrics.h1142 Technology::Identifier technology; member
/system/connectivity/shill/ethernet/
Dethernet_service.cc77 Technology::Identifier technology, in EthernetService()
/system/connectivity/shill/cellular/
Dcellular_service.cc447 void CellularService::SetNetworkTechnology(const string& technology) { in SetNetworkTechnology()
Dcellular_capability_gsm_unittest.cc243 void SetAccessTechnology(uint32_t technology) { in SetAccessTechnology()
/system/connectivity/shill/test-scripts/
Dflimflam.py411 def RequestScan(self, technology): argument
/system/connectivity/shill/dbus/
Dchromeos_manager_dbus_adaptor.cc225 const string& technology) { // NOLINT in RequestScan()