OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:policy_response
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/site_tests/login_MultiUserPolicy/
login_MultiUserPolicy.py
59
policy_response
= policy.generate_policy(self.srcdir,
65
dbus.ByteArray(
policy_response
))
74
dbus.ByteArray(
policy_response
))
91
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.
39
@return True if |
policy_response
| has all the provided data, else False.
53
response_proto.ParseFromString(
policy_response
)
/external/autotest/client/site_tests/login_UserPolicyKeys/
login_UserPolicyKeys.py
108
policy_response
= policy.generate_policy(self.srcdir,
114
dbus.ByteArray(
policy_response
))
Completed in 530 milliseconds