Home
last modified time | relevance | path

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

123

/external/pigweed/pw_rpc/raw/public/pw_rpc/raw/
Dclient_reader_writer.h80 uint32_t method_id) in RawClientReaderWriter()
116 uint32_t method_id) in RawClientReader()
158 uint32_t method_id) in RawClientWriter()
195 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()
66 uint32_t method_id, in NanopbUnaryResponseClientCall()
127 uint32_t method_id, in Start()
173 uint32_t method_id, in NanopbStreamResponseClientCall()
273 uint32_t method_id, in NanopbClientReaderWriter()
319 uint32_t method_id, in NanopbClientReader()
368 uint32_t method_id, in NanopbClientWriter()
411 uint32_t method_id, in NanopbUnaryReceiver()
/external/rust/beto-rust/common/pourover/tests/
Djni_method_integration.rs89 let method_id = CONSTRUCTOR.lookup(&mut env)?; in can_call_native_method() localVariable
121 let method_id = NATIVE_METHOD.lookup(&mut env)?; in can_call_native_method() localVariable
140 let method_id = NATIVE_OBJECT_METHOD.lookup(&mut env)?; in can_call_native_method() localVariable
152 let method_id = NATIVE_OBJECT_METHOD.lookup(&mut env)?; in can_call_native_method() localVariable
Ddesc_integration.rs51 let method_id = CONSTRUCTOR.lookup(&mut env)?; in jni_access() localVariable
67 let method_id = METHOD.lookup(&mut env)?; in jni_access() localVariable
91 let method_id = STATIC_METHOD.lookup(&mut env)?; in jni_access() localVariable
/external/pigweed/pw_rpc/pwpb/public/pw_rpc/pwpb/
Dclient_reader_writer.h46 uint32_t method_id, in Start()
69 uint32_t method_id, in StartDynamic()
98 uint32_t method_id, in PwpbUnaryResponseClientCall()
204 uint32_t method_id, in Start()
228 uint32_t method_id, in StartDynamic()
260 uint32_t method_id, in PwpbStreamResponseClientCall()
417 uint32_t method_id, in PwpbClientReaderWriter()
464 uint32_t method_id, in PwpbClientReader()
523 uint32_t method_id, in PwpbClientWriter()
569 uint32_t method_id, in PwpbUnaryReceiver()
/external/pigweed/pw_rpc/public/pw_rpc/internal/
Dclient_call.h50 uint32_t method_id, in ClientCall()
80 uint32_t method_id, in Start()
103 uint32_t method_id, in UnaryResponseClientCall()
154 uint32_t method_id, in Start()
179 uint32_t method_id, in StreamResponseClientCall()
Dpacket.h130 constexpr uint32_t method_id() const { return method_id_; } in method_id() function
142 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()
/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.h37 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/icing/icing/text_classifier/lib3/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()
/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()
/external/pigweed/pw_rpc/
Dserver.cc115 uint32_t service_id, uint32_t method_id) { in FindMethod()
121 uint32_t service_id, uint32_t method_id) { in FindMethodLocked()
Dcall.cc66 uint32_t method_id, in Call()
79 uint32_t method_id, in Call()
/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/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/swiftshader/third_party/llvm-16.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/sdv/vsomeip/test/cpu_load_tests/
Dcpu_load_test_globals.hpp12 static constexpr vsomeip::method_t method_id(0x1111); variable
/external/sdv/vsomeip/test/client_id_tests/
Dclient_id_test_globals.hpp14 vsomeip::method_t method_id; member
/external/pigweed/pw_grpc/public/pw_grpc/
Dpw_rpc_handler.h54 uint32_t method_id; member
/external/sdv/vsomeip/test/subscribe_notify_one_tests/
Dsubscribe_notify_one_test_globals.hpp14 vsomeip::method_t method_id; member
/external/pigweed/pw_rpc/internal/
Dpacket.proto69 fixed32 method_id = 4; field
/external/rust/crates/jni/0.20.0/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/sdv/vsomeip/test/initial_event_tests/
Dinitial_event_test_globals.hpp14 vsomeip::method_t method_id; member

123