Home | History | Annotate | Download | only in shill

Lines Matching refs:profile_

790   return profile_ && !manager_->IsServiceEphemeral(this);
1184 const ProfileRefPtr& Service::profile() const { return profile_; }
1186 void Service::set_profile(const ProfileRefPtr& p) { profile_ = p; }
1190 << (profile_ ? profile_->GetFriendlyName() : "(none)")
1193 if (profile_ == p) {
1196 profile_ = p;
1592 if (!profile_) {
1593 // This happens in some unit tests where profile_ is not set.
1597 return profile_->GetRpcIdentifier();
1601 if (profile_ && profile_->GetRpcIdentifier() == profile) {
1604 ProfileConstRefPtr old_profile = profile_;
1610 return (profile_ != old_profile);
1658 if (profile_.get() && profile_->GetConstStorage()) {
1659 profile_->UpdateService(this);