Searched refs:robot_account (Results 1 – 6 of 6) sorted by relevance
/external/libweave/src/ |
D | config_unittest.cc | 84 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()
|
D | config.h | 35 std::string robot_account; member 95 settings_->robot_account = account; in set_robot_account()
|
D | device_registration_info.cc | 321 !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()
|
D | config.cc | 138 CHECK(settings_.robot_account.empty()); in Load() 264 dict.SetString(config_keys::kRobotAccount, settings_.robot_account); in Save()
|
D | device_registration_info.h | 289 const std::string& robot_account,
|
D | device_registration_info_unittest.cc | 560 dev_reg_->GetSettings().robot_account); in TEST_F() 582 dev_reg_->GetSettings().robot_account); in TEST_F()
|