Home
last modified time | relevance | path

Searched refs:modem_cdma_proxy_ (Results 1 – 4 of 4) sorted by relevance

/system/connectivity/shill/cellular/
Dcellular_capability_universal_cdma_unittest.cc71 modem_cdma_proxy_(new mm1::MockModemModemCdmaProxy()), in CellularCapabilityUniversalCDMATest()
119 capability_->modem_cdma_proxy_.reset(modem_cdma_proxy_.release()); in SetCdmaProxy()
158 return test_->modem_cdma_proxy_.release(); in CreateMM1ModemModemCdmaProxy()
196 unique_ptr<mm1::MockModemModemCdmaProxy> modem_cdma_proxy_; member in shill::CellularCapabilityUniversalCDMATest
341 mm1::MockModemModemCdmaProxy* cdma_proxy = modem_cdma_proxy_.get(); in TEST_F()
351 Mock::VerifyAndClearExpectations(modem_cdma_proxy_.get()); in TEST_F()
358 Mock::VerifyAndClearExpectations(modem_cdma_proxy_.get()); in TEST_F()
377 Mock::VerifyAndClearExpectations(modem_cdma_proxy_.get()); in TEST_F()
390 Mock::VerifyAndClearExpectations(modem_cdma_proxy_.get()); in TEST_F()
Dcellular_capability_universal_cdma.cc81 modem_cdma_proxy_.reset( in InitProxies()
84 modem_cdma_proxy_->set_activation_state_callback( in InitProxies()
92 modem_cdma_proxy_.reset(); in ReleaseProxies()
152 modem_cdma_proxy_->Activate( in ActivateAutomatic()
Dcellular_capability_universal_cdma.h126 std::unique_ptr<mm1::ModemModemCdmaProxyInterface> modem_cdma_proxy_; variable
Dcellular_capability_universal_unittest.cc87 modem_cdma_proxy_(new mm1::MockModemModemCdmaProxy()), in CellularCapabilityUniversalTest()
287 return test_->modem_cdma_proxy_.release(); in CreateMM1ModemModemCdmaProxy()
338 unique_ptr<mm1::MockModemModemCdmaProxy> modem_cdma_proxy_; member in shill::CellularCapabilityUniversalTest