Home
last modified time | relevance | path

Searched refs:properties_proxy (Results 1 – 5 of 5) sorted by relevance

/system/connectivity/shill/cellular/
Dcellular_bearer_unittest.cc157 std::unique_ptr<MockDBusPropertiesProxy> properties_proxy( in TEST_F() local
161 .WillOnce(ReturnAndReleasePointee(&properties_proxy)); in TEST_F()
162 EXPECT_CALL(*properties_proxy.get(), set_properties_changed_callback(_)) in TEST_F()
164 EXPECT_CALL(*properties_proxy.get(), GetAll(MM_DBUS_INTERFACE_BEARER)) in TEST_F()
Dmodem_manager.cc158 std::unique_ptr<DBusPropertiesProxyInterface> properties_proxy( in InitModemClassic() local
162 properties_proxy->GetAll(MM_MODEM_INTERFACE); in InitModemClassic()
Dcellular_capability_universal.cc748 std::unique_ptr<DBusPropertiesProxyInterface> properties_proxy( in GetProperties() local
753 properties_proxy->GetAll(MM_DBUS_INTERFACE_MODEM)); in GetProperties()
756 properties = properties_proxy->GetAll(MM_DBUS_INTERFACE_MODEM_MODEM3GPP); in GetProperties()
1316 std::unique_ptr<DBusPropertiesProxyInterface> properties_proxy( in OnSimPathChanged() local
1320 KeyValueStore properties(properties_proxy->GetAll(MM_DBUS_INTERFACE_SIM)); in OnSimPathChanged()
1453 std::unique_ptr<DBusPropertiesProxyInterface> properties_proxy( in OnSimLockStatusChanged() local
1457 properties_proxy->GetAll(MM_DBUS_INTERFACE_SIM)); in OnSimLockStatusChanged()
Dcellular_capability_universal_cdma.cc262 std::unique_ptr<DBusPropertiesProxyInterface> properties_proxy( in GetProperties() local
267 properties_proxy->GetAll(MM_DBUS_INTERFACE_MODEM_MODEMCDMA)); in GetProperties()
Dcellular_capability_universal_unittest.cc313 MockDBusPropertiesProxy* properties_proxy = in CreateDBusPropertiesProxy() local
316 EXPECT_CALL(*properties_proxy, GetAll(MM_DBUS_INTERFACE_BEARER)) in CreateDBusPropertiesProxy()
320 EXPECT_CALL(*properties_proxy, GetAll(MM_DBUS_INTERFACE_BEARER)) in CreateDBusPropertiesProxy()
325 return properties_proxy; in CreateDBusPropertiesProxy()