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

Method change_connection_control

implementation/runtime/src/application_impl.cpp:1951–1958  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1949}
1950
1951connection_control_response_e application_impl::change_connection_control(connection_control_request_e _control,
1952 const std::string& _guest_address) {
1953 if (!routing_app_) {
1954 VSOMEIP_ERROR_P << "not routing manager host";
1955 return connection_control_response_e::CCR_ERROR_INVALID_PARAMETER;
1956 }
1957 return routing_app_->change_connection_control(_control, _guest_address);
1958}
1959
1960void application_impl::check_send_back_cached_event(service_t _service, instance_t _instance, event_t _event, eventgroup_t _eventgroup,
1961 bool* _send_back_cached_event, bool* _send_back_cached_eventgroup) {

Callers 1

TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36