Home
last modified time | relevance | path

Searched refs:mm1 (Results 1 – 25 of 45) sorted by relevance

12

/system/connectivity/shill/dbus/
Dchromeos_dbus_control.cc354 mm1::ModemModem3gppProxyInterface*
358 return new mm1::ChromeosModemModem3gppProxy(proxy_bus_, path, service); in CreateMM1ModemModem3gppProxy()
361 mm1::ModemModemCdmaProxyInterface*
365 return new mm1::ChromeosModemModemCdmaProxy(proxy_bus_, path, service); in CreateMM1ModemModemCdmaProxy()
368 mm1::ModemProxyInterface* ChromeosDBusControl::CreateMM1ModemProxy( in CreateMM1ModemProxy()
371 return new mm1::ChromeosModemProxy(proxy_bus_, path, service); in CreateMM1ModemProxy()
374 mm1::ModemSimpleProxyInterface* ChromeosDBusControl::CreateMM1ModemSimpleProxy( in CreateMM1ModemSimpleProxy()
377 return new mm1::ChromeosModemSimpleProxy(proxy_bus_, path, service); in CreateMM1ModemSimpleProxy()
380 mm1::SimProxyInterface* ChromeosDBusControl::CreateSimProxy( in CreateSimProxy()
383 return new mm1::ChromeosSimProxy(proxy_bus_, path, service); in CreateSimProxy()
Dchromeos_dbus_control.h131 mm1::ModemModem3gppProxyInterface* CreateMM1ModemModem3gppProxy(
135 mm1::ModemModemCdmaProxyInterface* CreateMM1ModemModemCdmaProxy(
139 mm1::ModemProxyInterface* CreateMM1ModemProxy(
143 mm1::ModemSimpleProxyInterface* CreateMM1ModemSimpleProxy(
147 mm1::SimProxyInterface* CreateSimProxy(
/system/connectivity/shill/cellular/
Dcellular_capability_universal_cdma_unittest.cc70 modem_3gpp_proxy_(new mm1::MockModemModem3gppProxy()), in CellularCapabilityUniversalCDMATest()
71 modem_cdma_proxy_(new mm1::MockModemModemCdmaProxy()), in CellularCapabilityUniversalCDMATest()
72 modem_proxy_(new mm1::MockModemProxy()), in CellularCapabilityUniversalCDMATest()
73 modem_simple_proxy_(new mm1::MockModemSimpleProxy()), in CellularCapabilityUniversalCDMATest()
74 sim_proxy_(new mm1::MockSimProxy()), in CellularCapabilityUniversalCDMATest()
149 virtual mm1::ModemModem3gppProxyInterface* CreateMM1ModemModem3gppProxy( in CreateMM1ModemModem3gppProxy()
155 virtual mm1::ModemModemCdmaProxyInterface* CreateMM1ModemModemCdmaProxy( in CreateMM1ModemModemCdmaProxy()
161 virtual mm1::ModemProxyInterface* CreateMM1ModemProxy( in CreateMM1ModemProxy()
167 virtual mm1::ModemSimpleProxyInterface* CreateMM1ModemSimpleProxy( in CreateMM1ModemSimpleProxy()
173 virtual mm1::SimProxyInterface* CreateSimProxy( in CreateSimProxy()
[all …]
Dmock_mm1_modem_time_proxy.cc24 namespace mm1 { namespace
Dmock_mm1_bearer_proxy.cc24 namespace mm1 { namespace
Dmock_mm1_modem_modem3gpp_proxy.cc24 namespace mm1 { namespace
Dcellular_capability_universal_unittest.cc86 modem_3gpp_proxy_(new mm1::MockModemModem3gppProxy()), in CellularCapabilityUniversalTest()
87 modem_cdma_proxy_(new mm1::MockModemModemCdmaProxy()), in CellularCapabilityUniversalTest()
88 modem_proxy_(new mm1::MockModemProxy()), in CellularCapabilityUniversalTest()
89 modem_simple_proxy_(new mm1::MockModemSimpleProxy()), in CellularCapabilityUniversalTest()
90 sim_proxy_(new mm1::MockSimProxy()), in CellularCapabilityUniversalTest()
278 virtual mm1::ModemModem3gppProxyInterface* CreateMM1ModemModem3gppProxy( in CreateMM1ModemModem3gppProxy()
284 virtual mm1::ModemModemCdmaProxyInterface* CreateMM1ModemModemCdmaProxy( in CreateMM1ModemModemCdmaProxy()
290 virtual mm1::ModemProxyInterface* CreateMM1ModemProxy( in CreateMM1ModemProxy()
296 virtual mm1::ModemSimpleProxyInterface* CreateMM1ModemSimpleProxy( in CreateMM1ModemSimpleProxy()
302 virtual mm1::SimProxyInterface* CreateSimProxy( in CreateSimProxy()
[all …]
Dmock_mm1_modem_modemcdma_proxy.cc24 namespace mm1 { namespace
Dmock_mm1_modem_location_proxy.cc24 namespace mm1 { namespace
Dmm1_bearer_proxy_interface.h28 namespace mm1 {
Dmock_mm1_bearer_proxy.h27 namespace mm1 {
Dmock_mm1_modem_time_proxy.h26 namespace mm1 {
Dmm1_modem_time_proxy_interface.h27 namespace mm1 {
Dmm1_modem_modem3gpp_proxy_interface.h27 namespace mm1 {
Dmm1_modem_location_proxy_interface.h25 namespace mm1 {
Dmock_mm1_modem_simple_proxy.cc24 namespace mm1 { namespace
Dmock_mm1_modem_location_proxy.h26 namespace mm1 {
Dmock_mm1_modem_modem3gpp_proxy.h28 namespace mm1 {
Dmm1_modem_modemcdma_proxy_interface.h28 namespace mm1 {
Dmm1_modem_simple_proxy_interface.h28 namespace mm1 {
Dmock_mm1_modem_modemcdma_proxy.h28 namespace mm1 {
Dmock_mm1_modem_simple_proxy.h28 namespace mm1 {
/system/connectivity/shill/
Dnice_mock_control.h129 mm1::ModemModem3gppProxyInterface*(const std::string& path,
132 mm1::ModemModemCdmaProxyInterface*(const std::string& path,
135 mm1::ModemProxyInterface*(const std::string& path,
138 mm1::ModemSimpleProxyInterface*(const std::string& path,
141 mm1::SimProxyInterface*(const std::string& path,
Dmock_control.h129 mm1::ModemModem3gppProxyInterface*(const std::string& path,
132 mm1::ModemModemCdmaProxyInterface*(const std::string& path,
135 mm1::ModemProxyInterface*(const std::string& path,
138 mm1::ModemSimpleProxyInterface*(const std::string& path,
141 mm1::SimProxyInterface*(const std::string& path,
Dcontrol_interface.h77 namespace mm1 {
188 virtual mm1::ModemModem3gppProxyInterface* CreateMM1ModemModem3gppProxy(
192 virtual mm1::ModemModemCdmaProxyInterface* CreateMM1ModemModemCdmaProxy(
196 virtual mm1::ModemProxyInterface* CreateMM1ModemProxy(
200 virtual mm1::ModemSimpleProxyInterface* CreateMM1ModemSimpleProxy(
204 virtual mm1::SimProxyInterface* CreateSimProxy(

12