MCPcopy Create free account
hub / github.com/COVESA/vsomeip / set_method

Method set_method

implementation/message/src/message_base_impl.cpp:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void message_base_impl::set_method(method_t _method) {
51 header_.method_ = _method;
52}
53
54request_t message_base_impl::get_request() const {
55 const uint8_t header_message[] = {static_cast<uint8_t>((header_.client_ & 0xFF00) >> 8), static_cast<uint8_t>(header_.client_ & 0x00FF),

Callers 15

sendMethod · 0.80
runMethod · 0.80
shutdown_serviceMethod · 0.80
runMethod · 0.80
shutdown_serviceMethod · 0.80
runMethod · 0.80
shutdown_serviceMethod · 0.80
runMethod · 0.80
shutdown_serviceMethod · 0.80
sendMethod · 0.80

Calls

no outgoing calls

Tested by 15

runMethod · 0.64
shutdown_serviceMethod · 0.64
runMethod · 0.64
shutdown_serviceMethod · 0.64
runMethod · 0.64
shutdown_serviceMethod · 0.64
runMethod · 0.64
shutdown_serviceMethod · 0.64
sendMethod · 0.64
runMethod · 0.64
shutdown_serviceMethod · 0.64