HomeSort by relevance Sort by last modified time
    Searched refs:CallMethod (Results 1 - 25 of 31) sorted by null

1 2

  /system/tpm/tpm_manager/client/
tpm_nvram_dbus_proxy.cc 52 CallMethod<DefineSpaceReply>(tpm_manager::kDefineSpace, request, callback);
57 CallMethod<DestroySpaceReply>(tpm_manager::kDestroySpace, request, callback);
62 CallMethod<WriteSpaceReply>(tpm_manager::kWriteSpace, request, callback);
67 CallMethod<ReadSpaceReply>(tpm_manager::kReadSpace, request, callback);
72 CallMethod<LockSpaceReply>(tpm_manager::kLockSpace, request, callback);
77 CallMethod<ListSpacesReply>(tpm_manager::kListSpaces, request, callback);
82 CallMethod<GetSpaceInfoReply>(tpm_manager::kGetSpaceInfo, request, callback);
88 void TpmNvramDBusProxy::CallMethod(const std::string& method_name,
tpm_ownership_dbus_proxy.cc 52 CallMethod<GetTpmStatusReply>(tpm_manager::kGetTpmStatus, request, callback);
58 CallMethod<TakeOwnershipReply>(tpm_manager::kTakeOwnership, request,
65 CallMethod<RemoveOwnerDependencyReply>(tpm_manager::kRemoveOwnerDependency,
72 void TpmOwnershipDBusProxy::CallMethod(const std::string& method_name,
tpm_ownership_dbus_proxy.h 65 void CallMethod(const std::string& method_name,
tpm_nvram_dbus_proxy.h 72 void CallMethod(const std::string& method_name,
  /external/clang/test/CodeGenCXX/
mangle-ms-templates-memptrs.cpp 87 void CallMethod(T &o) {
99 CallMethod<S, &S::f>(s);
100 CallMethod<M, &M::f>(m);
101 CallMethod<V, &V::f>(v);
102 CallMethod<U, &U::f>(u);
105 CallMethod<S, &S::g>(s);
106 CallMethod<M, &M::g>(m);
107 CallMethod<V, &V::g>(v);
108 CallMethod<U, &U::g>(u);
112 CallMethod<O, &O::g>(o)
    [all...]
  /external/nanopb-c/generator/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
service_reflection.py 140 # CallMethod needs to operate with an instance of the Service class. This
142 # instance to the method that does the real CallMethod work.
148 cls.CallMethod = _WrapCallMethod
169 'CallMethod() given method descriptor for wrong service type.')
282 return stub.rpc_channel.CallMethod(
  /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
service_reflection.py 140 # CallMethod needs to operate with an instance of the Service class. This
142 # instance to the method that does the real CallMethod work.
148 cls.CallMethod = _WrapCallMethod
169 'CallMethod() given method descriptor for wrong service type.')
282 return stub.rpc_channel.CallMethod(
  /external/protobuf/src/google/protobuf/
service.h 161 // before CallMethod() returns or it may be at some point in the future.
167 virtual void CallMethod(const MethodDescriptor* method,
173 // CallMethod() requires that the request and response passed in are of a
177 // objects which you can then pass to CallMethod().
185 // service->CallMethod(method, *request, response, callback);
275 // procedure looks the same as Service::CallMethod(), but the requirements
279 virtual void CallMethod(const MethodDescriptor* method,
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
service.h 160 // before CallMethod() returns or it may be at some point in the future.
166 virtual void CallMethod(const MethodDescriptor* method,
172 // CallMethod() requires that the request and response passed in are of a
176 // objects which you can then pass to CallMethod().
184 // service->CallMethod(method, *request, response, callback);
274 // procedure looks the same as Service::CallMethod(), but the requirements
278 virtual void CallMethod(const MethodDescriptor* method,
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
service.h 160 // before CallMethod() returns or it may be at some point in the future.
166 virtual void CallMethod(const MethodDescriptor* method,
172 // CallMethod() requires that the request and response passed in are of a
176 // objects which you can then pass to CallMethod().
184 // service->CallMethod(method, *request, response, callback);
274 // procedure looks the same as Service::CallMethod(), but the requirements
278 virtual void CallMethod(const MethodDescriptor* method,
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
service.h 160 // before CallMethod() returns or it may be at some point in the future.
166 virtual void CallMethod(const MethodDescriptor* method,
172 // CallMethod() requires that the request and response passed in are of a
176 // objects which you can then pass to CallMethod().
184 // service->CallMethod(method, *request, response, callback);
274 // procedure looks the same as Service::CallMethod(), but the requirements
278 virtual void CallMethod(const MethodDescriptor* method,
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
service.h 161 // before CallMethod() returns or it may be at some point in the future.
167 virtual void CallMethod(const MethodDescriptor* method,
173 // CallMethod() requires that the request and response passed in are of a
177 // objects which you can then pass to CallMethod().
185 // service->CallMethod(method, *request, response, callback);
275 // procedure looks the same as Service::CallMethod(), but the requirements
279 virtual void CallMethod(const MethodDescriptor* method,
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
service.h 160 // before CallMethod() returns or it may be at some point in the future.
166 virtual void CallMethod(const MethodDescriptor* method,
172 // CallMethod() requires that the request and response passed in are of a
176 // objects which you can then pass to CallMethod().
184 // service->CallMethod(method, *request, response, callback);
274 // procedure looks the same as Service::CallMethod(), but the requirements
278 virtual void CallMethod(const MethodDescriptor* method,
  /external/libbrillo/brillo/dbus/
dbus_object_unittest.cc 160 auto response = testing::CallMethod(*dbus_object_, &method_call);
173 auto response = testing::CallMethod(*dbus_object_, &method_call);
186 auto response = testing::CallMethod(*dbus_object_, &method_call);
199 auto response = testing::CallMethod(*dbus_object_, &method_call);
209 auto response = testing::CallMethod(*dbus_object_, &method_call);
224 auto response = testing::CallMethod(*dbus_object_, &method_call);
237 auto response = testing::CallMethod(*dbus_object_, &method_call);
250 auto response = testing::CallMethod(*dbus_object_, &method_call);
261 auto response = testing::CallMethod(*dbus_object_, &method_call);
274 auto response = testing::CallMethod(*dbus_object_, &method_call)
    [all...]
dbus_method_invoker_unittest.cc 311 brillo::dbus_utils::CallMethod(
318 brillo::dbus_utils::CallMethod(
325 brillo::dbus_utils::CallMethod(
339 brillo::dbus_utils::CallMethod(
dbus_object_test_helpers.h 56 inline std::unique_ptr<dbus::Response> CallMethod(
75 // MethodHandlerInvoker is similar to CallMethod() function above, except
exported_property_set_unittest.cc 135 auto response = testing::CallMethod(p_->dbus_object_, method_call);
148 return testing::CallMethod(p_->dbus_object_, &method_call);
162 return testing::CallMethod(p_->dbus_object_, &method_call);
231 auto response = testing::CallMethod(p_->dbus_object_, &method_call);
257 auto response = testing::CallMethod(p_->dbus_object_, &method_call);
  /external/protobuf/python/google/protobuf/internal/
service_reflection_test.py 52 def CallMethod(self, method, controller, request, response, callback):
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,
  /system/tpm/attestation/server/
dbus_service_test.cc 55 std::unique_ptr<dbus::Response> CallMethod(dbus::MethodCall* method_call) {
56 return brillo::dbus_utils::testing::CallMethod(dbus_service_->dbus_object_,
105 auto response = CallMethod(call.get());
129 auto response = CallMethod(call.get());
158 auto response = CallMethod(call.get());
189 auto response = CallMethod(call.get());
219 auto response = CallMethod(call.get());
257 auto response = CallMethod(call.get());
290 auto response = CallMethod(call.get());
320 auto response = CallMethod(call.get())
    [all...]
  /external/libchrome/dbus/
mock_object_proxy.h 47 MOCK_METHOD3(CallMethod, void(MethodCall* method_call,
object_proxy.h 73 // Called when the response is returned. Used for CallMethod().
127 virtual void CallMethod(MethodCall* method_call,
190 // CallMethod().
216 // CallMethod().
271 // Used as ErrorCallback by CallMethod().
property.cc 107 object_proxy_->CallMethod(&method_call,
171 object_proxy_->CallMethod(&method_call,
198 object_proxy_->CallMethod(&method_call,
  /art/test/004-JniTest/
jni_test.cc 454 void CallMethod(jobject o, jclass c, jmethodID m, bool nonstatic, const char* test_case) {
493 CallMethod(nullptr, nullptr, super_static_, false, "null object, null class, super static");
496 CallMethod(nullptr, super_, super_static_, false, "null object, super class, super static");
499 CallMethod(nullptr, sub_, super_static_, false, "null object, sub class, super static");
503 CallMethod(nullptr, nullptr, sub_static_, false, "null object, null class, sub static");
506 CallMethod(nullptr, sub_, sub_static_, false, "null object, super class, sub static");
509 CallMethod(nullptr, super_, sub_static_, false, "null object, super class, sub static");
550 CallMethod(o, c, m, true, test_case);

Completed in 646 milliseconds

1 2