HomeSort by relevance Sort by last modified time
    Searched refs:robot_account (Results 1 - 6 of 6) sorted by null

  /external/libweave/src/
config.h 35 std::string robot_account; member in struct:weave::final::Settings
95 settings_->robot_account = account;
config_unittest.cc 84 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',
config.cc 46 const char kRobotAccount[] = "robot_account";
138 CHECK(settings_.robot_account.empty());
264 dict.SetString(config_keys::kRobotAccount, settings_.robot_account);
device_registration_info.cc 321 !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);
    [all...]
device_registration_info.h 289 const std::string& robot_account,
device_registration_info_unittest.cc 164 dict.SetString("robot_account", test_data::kRobotAccountEmail);
560 dev_reg_->GetSettings().robot_account);
582 dev_reg_->GetSettings().robot_account);

Completed in 52 milliseconds