HomeSort by relevance Sort by last modified time
    Searched defs:CallMethod (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chrome/browser/chromeos/dbus/
service_provider_test_helper.cc 102 scoped_ptr<dbus::Response> ServiceProviderTestHelper::CallMethod(
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
service.py 65 def CallMethod(self, method_descriptor, rpc_controller,
86 before CallMethod() returns or it may be at some point in the future.
96 CallMethod() requires that the request is of a particular subclass of
104 service.CallMethod(method, request, callback)
111 This method isn't really needed, as the RpcChannel's CallMethod constructs
217 def CallMethod(self, method_descriptor, rpc_controller,
222 procedure looks the same as Service.CallMethod(), but the requirements
  /external/protobuf/python/google/protobuf/
service.py 65 def CallMethod(self, method_descriptor, rpc_controller,
86 before CallMethod() returns or it may be at some point in the future.
96 CallMethod() requires that the request is of a particular subclass of
104 service.CallMethod(method, request, callback)
111 This method isn't really needed, as the RpcChannel's CallMethod constructs
217 def CallMethod(self, method_descriptor, rpc_controller,
222 procedure looks the same as Service.CallMethod(), but the requirements
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
service_reflection_test.py 47 def CallMethod(self, method, controller, request, response, callback):
78 srvc.CallMethod(service_descriptor.methods[1], rpc_controller,
97 srvc.CallMethod(service_descriptor.methods[1], rpc_controller,
104 def CallMethod(self, method, controller, request,
  /external/protobuf/python/google/protobuf/internal/
service_reflection_test.py 47 def CallMethod(self, method, controller, request, response, callback):
78 srvc.CallMethod(service_descriptor.methods[1], rpc_controller,
97 srvc.CallMethod(service_descriptor.methods[1], rpc_controller,
104 def CallMethod(self, method, controller, request,
  /external/chromium_org/dbus/
end_to_end_async_unittest.cc 153 void CallMethod(MethodCall* method_call,
155 object_proxy_->CallMethod(method_call,
282 CallMethod(&method_call, timeout_ms);
319 CallMethod(&method_call, timeout_ms);
341 CallMethod(&method_call, timeout_ms);
361 CallMethod(&method_call, timeout_ms);
399 CallMethod(&method_call, timeout_ms);
435 CallMethod(&method_call, timeout_ms);
446 CallMethod(&method_call, timeout_ms);
469 CallMethod(&method_call, timeout_ms)
    [all...]
object_proxy.cc 115 void ObjectProxy::CallMethod(MethodCall* method_call,
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc     [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc     [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/java/
jri.h 116 #define JRI_CallMethod(env) ((*(env))->CallMethod)
428 void* (*CallMethod)(JRIEnv* env, jint op, void* a, jint b, ...);
    [all...]

Completed in 125 milliseconds