HomeSort by relevance Sort by last modified time
    Searched defs:cloud_id (Results 1 - 4 of 4) sorted by null

  /external/libweave/src/notification/
notification_parser.cc 30 std::string cloud_id; local
31 if (!notification.GetString("deviceId", &cloud_id)) {
36 delegate->OnDeviceDeleted(cloud_id);
  /external/libweave/include/weave/
settings.h 67 std::string cloud_id; member in struct:weave::Settings
  /external/libweave/src/
config.cc 44 const char kCloudId[] = "cloud_id";
62 std::string cloud_id; local
63 if (dict->GetString(config_keys::kCloudId, &cloud_id) && !cloud_id.empty())
136 CHECK(settings_.cloud_id.empty());
262 dict.SetString(config_keys::kCloudId, settings_.cloud_id);
device_registration_info.cc 259 !GetSettings().cloud_id.empty() && !HaveRegistrationCredentials();
283 CHECK(!GetSettings().cloud_id.empty()) << "Must have a valid device ID";
285 "devices/" + GetSettings().cloud_id + "/" + subpath, params);
320 !GetSettings().cloud_id.empty() &&
481 if (!GetSettings().cloud_id.empty())
482 resource->SetString("id", GetSettings().cloud_id);
583 std::string cloud_id; local
589 !device_draft_response->GetString("id", &cloud_id)) {
606 weak_factory_.GetWeakPtr(), cloud_id, robot_account,
611 const std::string& cloud_id,
    [all...]

Completed in 93 milliseconds