Home | History | Annotate | Download | only in privet

Lines Matching refs:cloud

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