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

Method restart

implementation/endpoints/src/server_endpoint_impl.cpp:49–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48template<typename Protocol>
49void server_endpoint_impl<Protocol>::restart(bool _force) {
50 (void)_force;
51
52 boost::system::error_code its_error;
53 this->stop(false);
54 this->init(server_endpoint_impl<Protocol>::local_, its_error);
55 this->start();
56}
57
58template<typename Protocol>
59bool server_endpoint_impl<Protocol>::is_closed() const {

Callers 4

startMethod · 0.45
resumeMethod · 0.45
startMethod · 0.45

Calls 3

stopMethod · 0.95
initMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected