HomeSort by relevance Sort by last modified time
    Searched refs:policy_response (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/site_tests/login_MultiUserPolicy/
login_MultiUserPolicy.py 58 policy_response = policy.generate_policy(self.srcdir,
63 sm.StorePolicyForUser(self._user1, dbus.ByteArray(policy_response))
69 sm.StorePolicyForUser(self._user2, dbus.ByteArray(policy_response))
86 sm.StorePolicyForUser(self._user2, dbus.ByteArray(policy_response))
  /external/autotest/client/common_lib/cros/
policy.py 19 def compare_policy_response(proto_binding_location, policy_response,
22 """Check the contents of |policy_response| against given args.
24 Deserializes |policy_response| into a PolicyFetchResponse protobuf,
31 @param policy_response: string serialization of a PolicyData protobuf.
38 @return True if |policy_response| has all the provided data, else False.
51 response_proto.ParseFromString(policy_response)
  /external/autotest/client/site_tests/login_UserPolicyKeys/
login_UserPolicyKeys.py 107 policy_response = policy.generate_policy(self.srcdir,
113 dbus.ByteArray(policy_response))

Completed in 149 milliseconds