Home | History | Annotate | Download | only in testserver

Lines Matching refs:request_type

126     request_type = self.GetUniqueParam('request')
131 (request_type != 'ping' and
135 if request_type == 'register':
137 elif request_type == 'unregister':
139 elif request_type == 'policy' or request_type == 'ping':
140 return self.ProcessPolicy(rmsg.policy_request, request_type)
310 def ProcessPolicy(self, msg, request_type):
326 if request_type != 'ping':
331 if request_type != 'policy':