Lines Matching refs:cloud
216 const CloudDelegate& cloud) { in CreateManifestSection() argument
219 GetDeviceUiKind(cloud.GetModelId())); in CreateManifestSection()
220 manifest->SetString(kInfoManifestOemName, cloud.GetOemName()); in CreateManifestSection()
221 manifest->SetString(kInfoManifestModelName, cloud.GetModelName()); in CreateManifestSection()
289 const CloudDelegate& cloud) { in CreateGcdSection() argument
291 gcd->SetString(kInfoIdKey, cloud.GetCloudId()); in CreateGcdSection()
292 SetStateProperties(cloud.GetConnectionState(), gcd.get()); in CreateGcdSection()
296 AuthScope GetAnonymousMaxScope(const CloudDelegate& cloud, in GetAnonymousMaxScope() argument
300 return cloud.GetAnonymousMaxScope(); in GetAnonymousMaxScope()
368 PrivetHandler::PrivetHandler(CloudDelegate* cloud, in PrivetHandler() argument
373 : cloud_(cloud), in PrivetHandler()