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

Method get_policy_manager

implementation/runtime/src/application_impl.cpp:1352–1359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1350}
1351
1352std::shared_ptr<policy_manager> application_impl::get_policy_manager() const {
1353#ifndef VSOMEIP_DISABLE_SECURITY
1354 return configuration_->get_policy_manager();
1355#else
1356 VSOMEIP_WARNING_P << "Manager is not available when security is disabled.";
1357 return {};
1358#endif
1359}
1360
1361diagnosis_t application_impl::get_diagnosis() const {
1362 return configuration_->get_diagnosis_address();

Callers 15

is_allowedMethod · 0.45
deregister_clientMethod · 0.45
handle_credentialsMethod · 0.45
on_messageMethod · 0.45
reconnectMethod · 0.45
register_applicationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected