Searched defs:create_response (Results 1 – 4 of 4) sorted by relevance
68 runtime_impl::create_response(const std::shared_ptr<message> &_request) const { in create_response() function in vsomeip::runtime_impl
71 std::shared_ptr<message> runtime_impl::create_response( in create_response() function in vsomeip_v3::runtime_impl
84 pub fn create_response(request: &Request) -> Result<Response> { in create_response() function
321 fn create_response<M2>( in create_response() method