Home
last modified time | relevance | path

Searched defs:state_keys (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/chromeos/dbus/
Dfake_session_manager_client.h84 const std::vector<std::string>& state_keys) { in set_server_backed_state_keys()
Dsession_manager_client.cc527 std::vector<std::string> state_keys; in OnGetServerBackedStateKeys() local
716 std::vector<std::string> state_keys; in GetServerBackedStateKeys() local
/external/chromium_org/chrome/browser/chromeos/policy/
Dserver_backed_state_keys_broker.cc71 const std::vector<std::string>& state_keys, bool first_boot) { in StoreStateKeys()
Dserver_backed_state_keys_broker.h55 const std::vector<std::string>& state_keys() const { return state_keys_; } in state_keys() function
Dserver_backed_state_keys_broker_unittest.cc44 void HandleStateKeysCallback(const std::vector<std::string>& state_keys, in HandleStateKeysCallback()
Denrollment_handler_chromeos.cc210 const std::vector<std::string>& state_keys, bool /* first_boot */) { in HandleStateKeysResult()
Ddevice_cloud_policy_manager_chromeos_unittest.cc86 std::vector<std::string> state_keys; in DeviceCloudPolicyManagerChromeOSTest() local
/external/chromium_org/chrome/browser/chromeos/login/enrollment/
Dauto_enrollment_controller.cc167 const std::vector<std::string>& state_keys, bool first_boot) { in StartClient()
/external/chromium_org/chrome/browser/policy/test/
Dpolicy_testserver.py1021 def UpdateStateKeys(self, dmtoken, state_keys): argument