Home
last modified time | relevance | path

Searched refs:dbus_properties_proxy_ (Results 1 – 6 of 6) sorted by relevance

/system/connectivity/shill/cellular/
Dcellular_bearer.cc80 dbus_properties_proxy_.reset( in Init()
84 if (!dbus_properties_proxy_) { in Init()
90 dbus_properties_proxy_->set_properties_changed_callback(base::Bind( in Init()
166 if (!dbus_properties_proxy_) in UpdateProperties()
170 dbus_properties_proxy_->GetAll(MM_DBUS_INTERFACE_BEARER); in UpdateProperties()
Dmodem.cc74 dbus_properties_proxy_.reset( in Init()
76 dbus_properties_proxy_->set_modem_manager_properties_changed_callback( in Init()
78 dbus_properties_proxy_->set_properties_changed_callback( in Init()
Dcellular_bearer.h122 std::unique_ptr<DBusPropertiesProxyInterface> dbus_properties_proxy_; variable
Dmodem.h120 std::unique_ptr<DBusPropertiesProxyInterface> dbus_properties_proxy_; variable
Dmodem_manager.h137 std::unique_ptr<DBusPropertiesProxyInterface> dbus_properties_proxy_; variable
Dcellular_unittest.cc189 dbus_properties_proxy_.reset(new MockDBusPropertiesProxy()); in PopulateProxies()
404 EXPECT_CALL(*dbus_properties_proxy_, GetAll(_)) in SetCommonOnAfterResumeExpectations()
484 CHECK(test_->dbus_properties_proxy_); in CreateDBusPropertiesProxy()
485 return test_->dbus_properties_proxy_.release(); in CreateDBusPropertiesProxy()
614 unique_ptr<MockDBusPropertiesProxy> dbus_properties_proxy_; member in shill::CellularTest
1845 auto dbus_properties_proxy = dbus_properties_proxy_.get(); in TEST_F()
1936 auto dbus_properties_proxy = dbus_properties_proxy_.get(); in TEST_F()