Home
last modified time | relevance | path

Searched defs:CallMethod (Results 1 – 9 of 9) sorted by relevance

/external/protobuf/python/google/protobuf/
Dservice.py65 def CallMethod(self, method_descriptor, rpc_controller, member in Service
217 def CallMethod(self, method_descriptor, rpc_controller, member in RpcChannel
/external/protobuf/python/google/protobuf/internal/
Dservice_reflection_test.py52 def CallMethod(self, method, controller, request, response, callback): member in FooUnitTest.testService.MockRpcChannel
109 def CallMethod(self, method, controller, request, member in FooUnitTest.testServiceStub.MockRpcChannel
/external/libbrillo/brillo/dbus/
Ddbus_object_test_helpers.h56 inline std::unique_ptr<dbus::Response> CallMethod( in CallMethod() function
Ddbus_method_invoker.h310 inline void CallMethod(dbus::ObjectProxy* object, in CallMethod() function
/external/libchrome/dbus/
Dmock_object_proxy.cc17 void MockObjectProxy::CallMethod(MethodCall* method_call, in CallMethod() function in dbus::MockObjectProxy
Dobject_proxy.cc179 void ObjectProxy::CallMethod(MethodCall* method_call, in CallMethod() function in dbus::ObjectProxy
/external/clang/test/CodeGenCXX/
Dmangle-ms-templates-memptrs.cpp87 void CallMethod(T &o) { in CallMethod() function
/external/grpc-grpc/test/cpp/util/
Dgrpc_tool.cc450 bool GrpcTool::CallMethod(int argc, const char** argv, in CallMethod() function in grpc::testing::GrpcTool
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc1197 void CallMethod(const MethodDescriptor* method, in CallMethod() function in google::protobuf::compiler::cpp::cpp_unittest::GeneratedServiceTest::MockRpcChannel
1304 TEST_F(GeneratedServiceTest, CallMethod) { in TEST_F() argument