Searched defs:cloud_id (Results 1 - 5 of 5) sorted by relevance

/external/libweave/src/notification/
H A Dnotification_parser.cc30 std::string cloud_id; local
31 if (!notification.GetString("deviceId", &cloud_id)) {
36 delegate->OnDeviceDeleted(cloud_id);
/external/libweave/include/weave/
H A Dsettings.h67 std::string cloud_id; member in struct:weave::Settings
/external/libweave/src/
H A Dconfig.cc44 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);
H A Ddevice_registration_info.cc259 !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,
610 RegisterDeviceOnAuthCodeSent( const std::string& cloud_id, const std::string& robot_account, const DoneCallback& callback, std::unique_ptr<provider::HttpClient::Response> response, ErrorPtr error) argument
1315 OnDeviceDeleted(const std::string& cloud_id) argument
[all...]
/external/libweave/src/privet/
H A Dcloud_delegate.cc139 ? device_->GetSettings().cloud_id
261 void OnRegisterSuccess(const std::string& cloud_id) { argument
262 VLOG(1) << "Device registered: " << cloud_id;

Completed in 109 milliseconds