Home
last modified time | relevance | path

Searched defs:on_response (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/pigweed/pw_rpc/nanopb/
H A Dclient_call_test.cc41 Function<void(const pw_rpc_test_TestResponse&, Status)> on_response, in TestUnaryRpc()
61 Function<void(const pw_rpc_test_TestResponse&, Status)> on_response, in TestAnotherUnaryRpc()
81 Function<void(const pw_rpc_test_TestStreamResponse&)> on_response, in TestServerStreamRpc()
/aosp_15_r20/external/pigweed/pw_rpc/pwpb/
H A Dclient_call_test.cc46 Function<void(const TestResponse::Message&, Status)> on_response, in TestUnaryRpc()
65 Function<void(const TestResponse::Message&, Status)> on_response, in TestAnotherUnaryRpc()
84 Function<void(const TestStreamResponse::Message&)> on_response, in TestServerStreamRpc()
/aosp_15_r20/external/python/python-api-core/tests/unit/
Dtest_bidi.py698 def on_response(response): function
743 def on_response(response): function
/aosp_15_r20/external/rust/beto-rust/remoteauth/platform/src/
Dlisteners.rs17 fn on_response(&mut self, response: Vec<u8>); in on_response() method
/aosp_15_r20/external/sdv/vsomeip/test/offer_tests/
Doffer_test_big_sd_msg_client.cpp162 void on_response(const std::shared_ptr<vsomeip::message> &_message) { in on_response() function in offer_test_big_sd_msg_client
Doffer_test_client.cpp157 void on_response(const std::shared_ptr<vsomeip::message> &_message) { in on_response() function in offer_test_client
/aosp_15_r20/external/sdv/vsomeip/test/event_tests/
Devent_test_client.cpp146 void on_response(const std::shared_ptr<vsomeip::message> &_message) { in on_response() function in event_test_client
/aosp_15_r20/external/sdv/vsomeip/test/client_id_tests/
Dclient_id_test_service.cpp148 void on_response(const std::shared_ptr<vsomeip::message> &_message) { in on_response() function in client_id_test_service
/aosp_15_r20/external/sdv/vsomeip/test/offered_services_info_test/
Doffered_services_info_test_client.cpp140 void on_response(const std::shared_ptr<vsomeip::message> &_message) { in on_response() function in offered_services_info_test_client
/aosp_15_r20/external/python/python-api-core/google/api_core/
Dbidi.py619 def __init__(self, bidi_rpc, on_response): argument
/aosp_15_r20/packages/modules/Connectivity/remoteauth/service/jni/src/
Dremoteauth_jni_android_platform.rs77 fn on_response(&mut self, response: Vec<u8>); in on_response() method