Home
last modified time | relevance | path

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

/external/libweave/src/
Dconfig_unittest.cc84 EXPECT_EQ("", GetSettings().robot_account); in TEST_F()
148 "robot_account": "state_robot_account", in TEST_F()
181 EXPECT_EQ("state_robot_account", GetSettings().robot_account); in TEST_F()
249 EXPECT_EQ("set_account", GetSettings().robot_account); in TEST_F()
Dconfig.h35 std::string robot_account; member
95 settings_->robot_account = account; in set_robot_account()
Ddevice_registration_info.cc321 !GetSettings().robot_account.empty(); in HaveRegistrationCredentials()
467 new XmppChannel{GetSettings().robot_account, access_token_, in StartNotificationChannel()
584 std::string robot_account; in RegisterDeviceOnTicketFinalized() local
586 if (!json_resp->GetString("robotAccountEmail", &robot_account) || in RegisterDeviceOnTicketFinalized()
606 weak_factory_.GetWeakPtr(), cloud_id, robot_account, in RegisterDeviceOnTicketFinalized()
612 const std::string& robot_account, in RegisterDeviceOnAuthCodeSent() argument
635 change.set_robot_account(robot_account); in RegisterDeviceOnAuthCodeSent()
Dconfig.cc138 CHECK(settings_.robot_account.empty()); in Load()
264 dict.SetString(config_keys::kRobotAccount, settings_.robot_account); in Save()
Ddevice_registration_info.h289 const std::string& robot_account,
Ddevice_registration_info_unittest.cc560 dev_reg_->GetSettings().robot_account); in TEST_F()
582 dev_reg_->GetSettings().robot_account); in TEST_F()