Searched refs:properties_proxy (Results 1 – 5 of 5) sorted by relevance
157 std::unique_ptr<MockDBusPropertiesProxy> properties_proxy( in TEST_F() local161 .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()
158 std::unique_ptr<DBusPropertiesProxyInterface> properties_proxy( in InitModemClassic() local162 properties_proxy->GetAll(MM_MODEM_INTERFACE); in InitModemClassic()
748 std::unique_ptr<DBusPropertiesProxyInterface> properties_proxy( in GetProperties() local753 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() local1320 KeyValueStore properties(properties_proxy->GetAll(MM_DBUS_INTERFACE_SIM)); in OnSimPathChanged()1453 std::unique_ptr<DBusPropertiesProxyInterface> properties_proxy( in OnSimLockStatusChanged() local1457 properties_proxy->GetAll(MM_DBUS_INTERFACE_SIM)); in OnSimLockStatusChanged()
262 std::unique_ptr<DBusPropertiesProxyInterface> properties_proxy( in GetProperties() local267 properties_proxy->GetAll(MM_DBUS_INTERFACE_MODEM_MODEMCDMA)); in GetProperties()
313 MockDBusPropertiesProxy* properties_proxy = in CreateDBusPropertiesProxy() local316 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()