Searched defs:CallMethod (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Dservice.py65 def CallMethod(self, method_descriptor, rpc_controller, member in class:Service
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, member in class:RpcChannel
222 procedure looks the same as Service.CallMethod(), but the requirements
/external/protobuf/python/google/protobuf/
H A Dservice.py65 def CallMethod(self, method_descriptor, rpc_controller, member in class:Service
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, member in class:RpcChannel
222 procedure looks the same as Service.CallMethod(), but the requirements
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dservice_reflection_test.py47 def CallMethod(self, method, controller, request, response, callback): member in class:FooUnitTest.testService.MockRpcChannel
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, member in class:FooUnitTest.testServiceStub.MockRpcChannel
/external/protobuf/python/google/protobuf/internal/
H A Dservice_reflection_test.py47 def CallMethod(self, method, controller, request, response, callback): member in class:FooUnitTest.testService.MockRpcChannel
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, member in class:FooUnitTest.testServiceStub.MockRpcChannel
/external/chromium_org/chrome/browser/chromeos/dbus/
H A Dservice_provider_test_helper.cc102 scoped_ptr<dbus::Response> ServiceProviderTestHelper::CallMethod( function in class:chromeos::ServiceProviderTestHelper
/external/chromium_org/dbus/
H A Dend_to_end_async_unittest.cc153 void CallMethod(MethodCall* method_call, function in class:dbus::EndToEndAsyncTest
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(
[all...]
H A Dobject_proxy.cc115 void ObjectProxy::CallMethod(MethodCall* method_call, function in class:dbus::ObjectProxy
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_unittest.cc1072 void CallMethod(const MethodDescriptor* method, function in class:google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockRpcChannel
1179 TEST_F(GeneratedServiceTest, CallMethod) {
1180 // Test that CallMethod() works.
1182 // Call Foo() via CallMethod().
1183 mock_service_.CallMethod(foo_, &mock_controller_,
1196 mock_service_.CallMethod(bar_, &mock_controller_,
1208 mock_service_.CallMethod(foo_, &mock_controller_,
1214 mock_service_.CallMethod(foo_, &mock_controller_,
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_unittest.cc948 void CallMethod(const MethodDescriptor* method, function in class:google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockRpcChannel
1055 TEST_F(GeneratedServiceTest, CallMethod) {
1056 // Test that CallMethod() works.
1058 // Call Foo() via CallMethod().
1059 mock_service_.CallMethod(foo_, &mock_controller_,
1072 mock_service_.CallMethod(bar_, &mock_controller_,
1084 mock_service_.CallMethod(foo_, &mock_controller_,
1090 mock_service_.CallMethod(foo_, &mock_controller_,
/external/chromium_org/third_party/npapi/npspy/extern/java/
H A Djri.h116 #define JRI_CallMethod(env) ((*(env))->CallMethod)
428 void* (*CallMethod)(JRIEnv* env, jint op, void* a, jint b, ...); member in struct:JRIEnvInterface

Completed in 288 milliseconds