Home | History | Annotate | Download | only in testserver

Lines Matching refs:policy_type

243     policy_data.policy_type = msg.policy_type
325 if request.policy_type == 'google/chromeos/unregistered_user':
329 elif (request.policy_type in
335 return (400, 'Invalid policy_type')
448 if (msg.policy_type in token_info['allowed_policy_types'] and
449 msg.policy_type in self._server.policy):
450 if msg.policy_type == 'google/chromeos/user':
453 self._server.policy[msg.policy_type])
455 elif msg.policy_type == 'google/chromeos/device':
458 policy_type])
476 policy_data.policy_type = msg.policy_type