Searched refs:current_state_key (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/policy/
H A Dserver_backed_state_keys_broker_unittest.cc41 EXPECT_EQ(state_keys_.front(), broker_.current_state_key());
70 EXPECT_TRUE(broker_.current_state_key().empty());
95 EXPECT_TRUE(broker_.current_state_key().empty());
H A Dserver_backed_state_keys_broker.h59 std::string current_state_key() const { function in class:policy::ServerBackedStateKeysBroker
H A Denrollment_handler_chromeos.cc217 current_state_key_ = state_keys_broker_->current_state_key();
/external/chromium_org/components/policy/core/common/cloud/
H A Dcloud_policy_client.cc97 const std::string& current_state_key) {
130 if (!current_state_key.empty())
131 request->set_server_backed_state_key(current_state_key);
92 Register(em::DeviceRegisterRequest::Type type, const std::string& auth_token, const std::string& client_id, bool is_auto_enrollement, const std::string& requisition, const std::string& current_state_key) argument
H A Dcloud_policy_client.h117 const std::string& current_state_key);

Completed in 102 milliseconds