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

  /external/autotest/client/common_lib/cros/
policy.py 143 def push_policy_and_verify(policy_string, sm):
146 The serialized device policy |policy_string| is sent to the session
150 @param policy_string: serialized policy to push to the session manager.
159 dbus.ByteArray(policy_string), byte_arrays=True)
163 if retrieved_policy != policy_string:
  /external/autotest/client/site_tests/login_OwnershipApi/
login_OwnershipApi.py 62 policy_string = policy.generate_policy(pkey, pubkey, poldata)
63 policy.push_policy_and_verify(policy_string, sm)

Completed in 191 milliseconds