Searched defs:state_keys (Results 1 – 9 of 9) sorted by relevance
84 const std::vector<std::string>& state_keys) { in set_server_backed_state_keys()
527 std::vector<std::string> state_keys; in OnGetServerBackedStateKeys() local716 std::vector<std::string> state_keys; in GetServerBackedStateKeys() local
71 const std::vector<std::string>& state_keys, bool first_boot) { in StoreStateKeys()
55 const std::vector<std::string>& state_keys() const { return state_keys_; } in state_keys() function
44 void HandleStateKeysCallback(const std::vector<std::string>& state_keys, in HandleStateKeysCallback()
210 const std::vector<std::string>& state_keys, bool /* first_boot */) { in HandleStateKeysResult()
86 std::vector<std::string> state_keys; in DeviceCloudPolicyManagerChromeOSTest() local
167 const std::vector<std::string>& state_keys, bool first_boot) { in StartClient()
1021 def UpdateStateKeys(self, dmtoken, state_keys): argument