Searched defs:remote_method (Results 1 – 4 of 4) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/ |
D | remote_test.py | 61 def remote_method(self, request): member in MyService 85 def remote_method(self, request): member in BasicService 133 def remote_method(self, request): member in MethodTest.testMethodMessageResolution.OtherService 146 def remote_method(self, request): member in MethodTest.testMethodMessageResolution_NotFound.OtherService 192 def remote_method(self, unused_request): member in MethodTest.testInvocation_WrongResponseType.AnotherService 219 def remote_method(self, request): member in MethodTest.testBadRequestType.declare.BadService 233 def remote_method(self, request): member in MethodTest.testBadResponseType.declare.BadService 248 def remote_method(self, request): member in GetRemoteMethodTest.testGetRemoteMethod.Service 417 def remote_method(self, request): member in ServiceTest.testOverrideMethod.SubClass 438 def remote_method(self, request): member in ServiceTest.testOverrideMethodWithRemote.do_override.SubClass [all …]
|
D | definition.py | 190 def remote_method(self, request): function
|
D | descriptor_test.py | 287 def remote_method(request): function
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/webapp/ |
D | service_handlers.py | 415 def __show_info(self, service_path, remote_method): argument 436 def get(self, service_path, remote_method): argument 445 def post(self, service_path, remote_method): argument 509 def handle(self, http_method, service_path, remote_method): argument
|