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

Method is_secure_service

implementation/configuration/src/configuration_impl.cpp:4532–4538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4530}
4531
4532bool configuration_impl::is_secure_service(service_t _service, instance_t _instance) const {
4533 std::scoped_lock its_lock(secure_services_mutex_);
4534 const auto its_service = secure_services_.find(_service);
4535 if (its_service != secure_services_.end())
4536 return (its_service->second.contains(_instance));
4537 return false;
4538}
4539
4540int configuration_impl::get_udp_receive_buffer_size() const {
4541

Callers 2

process_serviceentryMethod · 0.80

Calls 2

endMethod · 0.80
containsMethod · 0.45

Tested by

no test coverage detected