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

  /system/connectivity/shill/cellular/
cellular_capability_universal.cc 334 if (!active_bearer_) {
341 active_bearer_->dbus_path(), &error,
796 active_bearer_.reset();
811 CHECK(!active_bearer_) << "Found more than one active bearer.";
812 active_bearer_ = std::move(bearer);
815 if (!active_bearer_)
    [all...]
cellular_capability_universal.h 297 // Updates |active_bearer_| to match the currently active bearer.
402 active_bearer_.reset(bearer); // Takes ownership
435 std::unique_ptr<CellularBearer> active_bearer_; member in class:shill::CellularCapabilityUniversal
cellular_unittest.cc 600 capability->active_bearer_ = std::move(bearer);
    [all...]

Completed in 3446 milliseconds