Searched refs:robot_account (Results 1 - 6 of 6) sorted by relevance

/external/libweave/src/
H A Dconfig.h35 std::string robot_account; member in struct:weave::final::Settings
95 settings_->robot_account = account;
H A Dconfig_unittest.cc84 EXPECT_EQ("", GetSettings().robot_account);
148 "robot_account": "state_robot_account",
181 EXPECT_EQ("state_robot_account", GetSettings().robot_account);
249 EXPECT_EQ("set_account", GetSettings().robot_account);
284 'robot_account': 'set_account',
H A Dconfig.cc46 const char kRobotAccount[] = "robot_account";
138 CHECK(settings_.robot_account.empty());
264 dict.SetString(config_keys::kRobotAccount, settings_.robot_account);
H A Ddevice_registration_info.cc321 !GetSettings().robot_account.empty();
467 new XmppChannel{GetSettings().robot_account, access_token_,
584 std::string robot_account; local
586 if (!json_resp->GetString("robotAccountEmail", &robot_account) ||
606 weak_factory_.GetWeakPtr(), cloud_id, robot_account,
612 const std::string& robot_account,
635 change.set_robot_account(robot_account);
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
H A Ddevice_registration_info.h289 const std::string& robot_account,
H A Ddevice_registration_info_unittest.cc164 dict.SetString("robot_account", test_data::kRobotAccountEmail);
560 dev_reg_->GetSettings().robot_account);
582 dev_reg_->GetSettings().robot_account);

Completed in 101 milliseconds