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

  /system/connectivity/shill/
ipconfig.cc 179 // the middle of this call. (The |update_callback_| may cause a reference
186 if (!update_callback_.is_null()) {
187 update_callback_.Run(this, new_lease_acquired);
199 // the middle of this call. (The |update_callback_| may cause a reference
216 update_callback_ = callback;
ipconfig.h 251 UpdateCallback update_callback_; member in class:shill::IPConfig
device_unittest.cc 437 EXPECT_FALSE(device_->ipconfig_->update_callback_.is_null());
440 EXPECT_FALSE(device_->dhcpv6_config_->update_callback_.is_null());
479 EXPECT_FALSE(device_->ipconfig_->update_callback_.is_null());
482 EXPECT_FALSE(device_->dhcpv6_config_->update_callback_.is_null());
    [all...]

Completed in 228 milliseconds