Home
last modified time | relevance | path

Searched defs:create_response (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/implementation/compat/runtime/src/
Druntime_impl.cpp68 runtime_impl::create_response(const std::shared_ptr<message> &_request) const { in create_response() function in vsomeip::runtime_impl
/aosp_15_r20/external/sdv/vsomeip/implementation/runtime/src/
Druntime_impl.cpp71 std::shared_ptr<message> runtime_impl::create_response( in create_response() function in vsomeip_v3::runtime_impl
/aosp_15_r20/external/rust/android-crates-io/crates/tungstenite/src/handshake/
Dserver.rs84 pub fn create_response(request: &Request) -> Result<Response> { in create_response() function
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/client/
Dgrpc.rs321 fn create_response<M2>( in create_response() method