/system/connectivity/shill/dbus/ |
D | chromeos_dbus_control.cc | 354 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()
|
D | chromeos_dbus_control.h | 131 mm1::ModemModem3gppProxyInterface* CreateMM1ModemModem3gppProxy( 135 mm1::ModemModemCdmaProxyInterface* CreateMM1ModemModemCdmaProxy( 139 mm1::ModemProxyInterface* CreateMM1ModemProxy( 143 mm1::ModemSimpleProxyInterface* CreateMM1ModemSimpleProxy( 147 mm1::SimProxyInterface* CreateSimProxy(
|
/system/connectivity/shill/cellular/ |
D | cellular_capability_universal_cdma_unittest.cc | 70 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 …]
|
D | mock_mm1_modem_time_proxy.cc | 24 namespace mm1 { namespace
|
D | mock_mm1_bearer_proxy.cc | 24 namespace mm1 { namespace
|
D | mock_mm1_modem_modem3gpp_proxy.cc | 24 namespace mm1 { namespace
|
D | cellular_capability_universal_unittest.cc | 86 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 …]
|
D | mock_mm1_modem_modemcdma_proxy.cc | 24 namespace mm1 { namespace
|
D | mock_mm1_modem_location_proxy.cc | 24 namespace mm1 { namespace
|
D | mm1_bearer_proxy_interface.h | 28 namespace mm1 {
|
D | mock_mm1_bearer_proxy.h | 27 namespace mm1 {
|
D | mock_mm1_modem_time_proxy.h | 26 namespace mm1 {
|
D | mm1_modem_time_proxy_interface.h | 27 namespace mm1 {
|
D | mm1_modem_modem3gpp_proxy_interface.h | 27 namespace mm1 {
|
D | mm1_modem_location_proxy_interface.h | 25 namespace mm1 {
|
D | mock_mm1_modem_simple_proxy.cc | 24 namespace mm1 { namespace
|
D | mock_mm1_modem_location_proxy.h | 26 namespace mm1 {
|
D | mock_mm1_modem_modem3gpp_proxy.h | 28 namespace mm1 {
|
D | mm1_modem_modemcdma_proxy_interface.h | 28 namespace mm1 {
|
D | mm1_modem_simple_proxy_interface.h | 28 namespace mm1 {
|
D | mock_mm1_modem_modemcdma_proxy.h | 28 namespace mm1 {
|
D | mock_mm1_modem_simple_proxy.h | 28 namespace mm1 {
|
/system/connectivity/shill/ |
D | nice_mock_control.h | 129 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,
|
D | mock_control.h | 129 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,
|
D | control_interface.h | 77 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(
|