HomeSort by relevance Sort by last modified time
    Searched refs:modem_proxy_ (Results 1 - 4 of 4) sorted by null

  /system/connectivity/shill/cellular/
cellular_capability_universal_unittest.cc 88 modem_proxy_(new mm1::MockModemProxy()),
293 return test_->modem_proxy_.release();
339 unique_ptr<mm1::MockModemProxy> modem_proxy_; member in class:shill::CellularCapabilityUniversalTest
393 EXPECT_CALL(*modem_proxy_,
410 EXPECT_CALL(*modem_proxy_,
429 EXPECT_CALL(*modem_proxy_,
472 EXPECT_CALL(*modem_proxy_,
498 mm1::MockModemProxy* modem_proxy = modem_proxy_.get();
535 mm1::MockModemProxy* modem_proxy = modem_proxy_.get();
582 mm1::MockModemProxy* modem_proxy = modem_proxy_.get()
    [all...]
cellular_capability_universal.cc 209 modem_proxy_.reset(
216 modem_proxy_->set_state_changed_callback(
240 modem_proxy_->Enable(
247 SLOG(this, 2) << __func__ << "Call to modem_proxy_->Enable() failed";
340 modem_proxy_->DeleteBearer(
362 modem_proxy_->Enable(
389 modem_proxy_->SetPowerState(
591 modem_proxy_.reset();
597 return (modem_3gpp_proxy_.get() && modem_proxy_.get() &&
    [all...]
cellular_capability_universal_cdma_unittest.cc 72 modem_proxy_(new mm1::MockModemProxy()),
164 return test_->modem_proxy_.release();
197 unique_ptr<mm1::MockModemProxy> modem_proxy_; member in class:shill::CellularCapabilityUniversalCDMATest
cellular_capability_universal.h 406 std::unique_ptr<mm1::ModemProxyInterface> modem_proxy_; member in class:shill::CellularCapabilityUniversal

Completed in 3724 milliseconds