Home
last modified time | relevance | path

Searched refs:CallMethod (Results 1 – 23 of 23) sorted by relevance

/external/clang/test/CodeGenCXX/
Dmangle-ms-templates-memptrs.cpp87 void CallMethod(T &o) { in CallMethod() function
99 CallMethod<S, &S::f>(s); in CallMethods()
100 CallMethod<M, &M::f>(m); in CallMethods()
101 CallMethod<V, &V::f>(v); in CallMethods()
102 CallMethod<U, &U::f>(u); in CallMethods()
105 CallMethod<S, &S::g>(s); in CallMethods()
106 CallMethod<M, &M::g>(m); in CallMethods()
107 CallMethod<V, &V::g>(v); in CallMethods()
108 CallMethod<U, &U::g>(u); in CallMethods()
112 CallMethod<O, &O::g>(o); in CallMethods()
[all …]
/external/libbrillo/brillo/dbus/
Ddbus_object_unittest.cc160 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F()
173 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F()
186 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F()
199 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F()
209 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F()
224 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F()
237 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F()
250 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F()
261 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F()
274 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F()
[all …]
Ddbus_method_invoker_unittest.cc311 brillo::dbus_utils::CallMethod( in TEST_F()
318 brillo::dbus_utils::CallMethod( in TEST_F()
325 brillo::dbus_utils::CallMethod( in TEST_F()
339 brillo::dbus_utils::CallMethod( in TEST_F()
Dexported_property_set_unittest.cc135 auto response = testing::CallMethod(p_->dbus_object_, method_call); in AssertMethodReturnsError()
148 return testing::CallMethod(p_->dbus_object_, &method_call); in GetPropertyOnInterface()
162 return testing::CallMethod(p_->dbus_object_, &method_call); in SetPropertyOnInterface()
231 auto response = testing::CallMethod(p_->dbus_object_, &method_call); in TEST_F()
257 auto response = testing::CallMethod(p_->dbus_object_, &method_call); in TEST_F()
Ddbus_object_test_helpers.h56 inline std::unique_ptr<dbus::Response> CallMethod( in CallMethod() function
Ddbus_method_invoker.h306 inline void CallMethod(dbus::ObjectProxy* object, in CallMethod() function
Dexported_object_manager_unittest.cc128 return brillo::dbus_utils::testing::CallMethod(om_->dbus_object_, in CallHandleGetManagedObjects()
/external/protobuf/python/google/protobuf/internal/
Dservice_reflection_test.py52 def CallMethod(self, method, controller, request, response, callback): member in FooUnitTest.testService.MockRpcChannel
83 srvc.CallMethod(service_descriptor.methods[1], rpc_controller,
102 srvc.CallMethod(service_descriptor.methods[1], rpc_controller,
109 def CallMethod(self, method, controller, request, member in FooUnitTest.testServiceStub.MockRpcChannel
/external/nanopb-c/generator/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
Dservice_reflection.py148 cls.CallMethod = _WrapCallMethod
282 return stub.rpc_channel.CallMethod(
/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
Dservice_reflection.py148 cls.CallMethod = _WrapCallMethod
282 return stub.rpc_channel.CallMethod(
/external/protobuf/src/google/protobuf/
Dservice.h167 virtual void CallMethod(const MethodDescriptor* method,
279 virtual void CallMethod(const MethodDescriptor* method,
/external/libchrome/dbus/
Dmock_object_proxy.h47 MOCK_METHOD3(CallMethod, void(MethodCall* method_call,
Dproperty.cc107 object_proxy_->CallMethod(&method_call, in Get()
171 object_proxy_->CallMethod(&method_call, in GetAll()
198 object_proxy_->CallMethod(&method_call, in Set()
Dobject_proxy.h127 virtual void CallMethod(MethodCall* method_call,
Dobject_manager.cc143 object_proxy_->CallMethod( in GetManagedObjects()
Dobject_proxy.cc118 void ObjectProxy::CallMethod(MethodCall* method_call, in CallMethod() function in dbus::ObjectProxy
/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
1308 mock_service_.CallMethod(foo_, &mock_controller_, in TEST_F()
1321 mock_service_.CallMethod(bar_, &mock_controller_, in TEST_F()
1333 mock_service_.CallMethod(foo_, &mock_controller_, in TEST_F()
1339 mock_service_.CallMethod(foo_, &mock_controller_, in TEST_F()
/external/protobuf/util/
DCONTRIBUTORS.txt48 * Small patch to fix Python CallMethod().
DCHANGES.txt1174 * Fix Python service CallMethod() implementation.
/external/protobuf/
DCONTRIBUTORS.txt48 * Small patch to fix Python CallMethod().
DCHANGES.txt1174 * Fix Python service CallMethod() implementation.