Home
last modified time | relevance | path

Searched defs:method_id (Results 1 – 25 of 42) sorted by relevance

12

/external/pigweed/pw_rpc/raw/public/pw_rpc/raw/
Dclient_reader_writer.h73 uint32_t method_id) in RawClientReaderWriter()
107 uint32_t method_id) in RawClientReader()
145 uint32_t method_id) in RawClientWriter()
177 uint32_t method_id) in RawUnaryReceiver()
/external/pigweed/pw_rpc/nanopb/public/pw_rpc/nanopb/
Dclient_reader_writer.h36 uint32_t method_id, in Start()
64 uint32_t method_id, in NanopbUnaryResponseClientCall()
125 uint32_t method_id, in Start()
169 uint32_t method_id, in NanopbStreamResponseClientCall()
259 uint32_t method_id, in NanopbClientReaderWriter()
301 uint32_t method_id, in NanopbClientReader()
347 uint32_t method_id, in NanopbClientWriter()
387 uint32_t method_id, in NanopbUnaryReceiver()
Dfake_channel_output.h198 uint32_t method_id) const in payload_structs()
/external/pigweed/pw_rpc/pwpb/public/pw_rpc/pwpb/
Dclient_reader_writer.h41 uint32_t method_id, in Start()
72 uint32_t method_id, in PwpbUnaryResponseClientCall()
156 uint32_t method_id, in Start()
188 uint32_t method_id, in PwpbStreamResponseClientCall()
314 uint32_t method_id, in PwpbClientReaderWriter()
359 uint32_t method_id, in PwpbClientReader()
417 uint32_t method_id, in PwpbClientWriter()
462 uint32_t method_id, in PwpbUnaryReceiver()
Dfake_channel_output.h198 uint32_t method_id) const in payload_structs()
/external/pigweed/pw_rpc/public/pw_rpc/internal/
Dclient_call.h52 uint32_t method_id, in ClientCall()
79 uint32_t method_id, in Start()
102 uint32_t method_id, in UnaryResponseClientCall()
151 uint32_t method_id, in Start()
176 uint32_t method_id, in StreamResponseClientCall()
Dpacket.h127 constexpr uint32_t method_id() const { return method_id_; } in method_id() function
139 constexpr void set_method_id(uint32_t method_id) { method_id_ = method_id; } in set_method_id()
Dfake_channel_output.h84 uint32_t method_id) const PW_LOCKS_EXCLUDED(mutex_) { in payloads()
106 uint32_t method_id) const PW_LOCKS_EXCLUDED(mutex_) { in total_payloads()
Dtest_utils.h125 static constexpr uint32_t method_id() { return kMethodId; } in method_id() function
/external/pigweed/pw_rpc/public/pw_rpc/
Dpayloads_view.h46 uint32_t method_id) in PacketFilter()
151 uint32_t method_id) in PayloadsView()
164 uint32_t method_id) in PayloadsView()
253 uint32_t method_id) in StatusView()
Dpacket_meta.h36 constexpr MethodId method_id() const { return method_id_; } in method_id() function
/external/pigweed/pw_rpc/raw/
Dclient_testing.cc32 uint32_t method_id, in CheckProcessPacket()
55 uint32_t method_id, in ProcessPacket()
/external/libtextclassifier/native/utils/java/
Djni-helper.cc105 jmethodID method_id, ...) { in CallVoidMethod()
116 jmethodID method_id, ...) { in CallBooleanMethod()
127 jmethodID method_id, ...) { in CallIntMethod()
138 jmethodID method_id, ...) { in CallLongMethod()
149 jmethodID method_id, ...) { in CallFloatMethod()
160 jmethodID method_id, ...) { in CallDoubleMethod()
Djni-helper.h176 jclass clazz, jmethodID method_id, in CallStaticIntMethod()
/external/icing/icing/text_classifier/lib3/utils/java/
Djni-helper.cc103 jmethodID method_id, ...) { in CallVoidMethod()
114 jmethodID method_id, ...) { in CallBooleanMethod()
125 jmethodID method_id, ...) { in CallIntMethod()
136 jmethodID method_id, ...) { in CallLongMethod()
147 jmethodID method_id, ...) { in CallFloatMethod()
158 jmethodID method_id, ...) { in CallDoubleMethod()
Djni-helper.h174 jclass clazz, jmethodID method_id, in CallStaticIntMethod()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
Djitprofiling.h137 unsigned int method_id; member
151 unsigned int method_id; member
177 unsigned int method_id; member
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
Djitprofiling.h138 unsigned int method_id; member
152 unsigned int method_id; member
178 unsigned int method_id; member
/external/pigweed/pw_rpc/
Dcall.cc66 uint32_t method_id, in Call()
79 uint32_t method_id, in Call()
Dendpoint.cc126 uint32_t method_id, in FindIteratorsForCall()
/external/rust/crates/jni/benches/
Dapi_calls.rs154 let method_id = env in jni_call_static_abs_method_unchecked_str() localVariable
165 let method_id = env in jni_call_static_abs_method_unchecked_jclass() localVariable
185 let method_id = env in jni_call_static_date_time_method_unchecked_jclass() localVariable
222 let method_id = env in jni_call_object_hash_method_unchecked() localVariable
/external/pigweed/pw_rpc/internal/
Dpacket.proto67 fixed32 method_id = 4; field
/external/jazzer-api/driver/
Djvm_tooling_test.cpp62 auto method_id = in TEST_F() local
/external/perfetto/protos/perfetto/ipc/
Dwire_protocol.proto42 optional uint32 method_id = 2; field
/external/perfetto/src/ipc/
Dhost_impl.cc226 uint32_t method_id = 1; // method ids start at index 1. in OnBindService() local
250 const uint32_t method_id = req.method_id(); in OnInvokeMethod() local

12