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

  /system/connectivity/shill/cellular/
modem_manager.cc 158 std::unique_ptr<DBusPropertiesProxyInterface> properties_proxy(
162 properties_proxy->GetAll(MM_MODEM_INTERFACE);
cellular_bearer_unittest.cc 155 // Ownership of |properties_proxy| is transferred to |bearer_| via
157 std::unique_ptr<MockDBusPropertiesProxy> properties_proxy(
161 .WillOnce(ReturnAndReleasePointee(&properties_proxy));
162 EXPECT_CALL(*properties_proxy.get(), set_properties_changed_callback(_))
164 EXPECT_CALL(*properties_proxy.get(), GetAll(MM_DBUS_INTERFACE_BEARER))
cellular_capability_universal.cc 748 std::unique_ptr<DBusPropertiesProxyInterface> properties_proxy(
753 properties_proxy->GetAll(MM_DBUS_INTERFACE_MODEM));
756 properties = properties_proxy->GetAll(MM_DBUS_INTERFACE_MODEM_MODEM3GPP);
    [all...]
cellular_capability_universal_cdma.cc 262 std::unique_ptr<DBusPropertiesProxyInterface> properties_proxy(
267 properties_proxy->GetAll(MM_DBUS_INTERFACE_MODEM_MODEMCDMA));
cellular_capability_universal_unittest.cc 313 MockDBusPropertiesProxy* properties_proxy = local
316 EXPECT_CALL(*properties_proxy, GetAll(MM_DBUS_INTERFACE_BEARER))
320 EXPECT_CALL(*properties_proxy, GetAll(MM_DBUS_INTERFACE_BEARER))
325 return properties_proxy;
    [all...]

Completed in 689 milliseconds