Home
last modified time | relevance | path

Searched refs:properties_proxy_ (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/shill/cellular/
Dcellular_capability_universal_unittest.cc91 properties_proxy_(new MockDBusPropertiesProxy()), in CellularCapabilityUniversalTest()
178 EXPECT_CALL(*properties_proxy_, in ExpectModemAndModem3gppProperties()
181 EXPECT_CALL(*properties_proxy_, in ExpectModemAndModem3gppProperties()
314 test_->properties_proxy_.release(); in CreateDBusPropertiesProxy()
324 test_->properties_proxy_.reset(new MockDBusPropertiesProxy()); in CreateDBusPropertiesProxy()
342 unique_ptr<MockDBusPropertiesProxy> properties_proxy_; member in shill::CellularCapabilityUniversalTest
414 EXPECT_CALL(*properties_proxy_, GetAll(MM_DBUS_INTERFACE_MODEM)).Times(0); in TEST_F()
415 EXPECT_CALL(*properties_proxy_, GetAll(MM_DBUS_INTERFACE_MODEM_MODEM3GPP)) in TEST_F()
477 EXPECT_CALL(*properties_proxy_, GetAll(MM_DBUS_INTERFACE_MODEM)).Times(0); in TEST_F()
478 EXPECT_CALL(*properties_proxy_, GetAll(MM_DBUS_INTERFACE_MODEM_MODEM3GPP)) in TEST_F()
[all …]
Dcellular_capability_universal_cdma_unittest.cc75 properties_proxy_(new MockDBusPropertiesProxy()), in CellularCapabilityUniversalCDMATest()
182 return test_->properties_proxy_.release(); in CreateDBusPropertiesProxy()
200 unique_ptr<MockDBusPropertiesProxy> properties_proxy_; member in shill::CellularCapabilityUniversalCDMATest