Home | History | Annotate | Download | only in shill

Lines Matching refs:guid

113 const char Service::kStorageGUID[] = "GUID";
1522 bool Service::SetGuid(const string& guid, Error* /*error*/) {
1523 if (guid_ == guid) {
1526 guid_ = guid;