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

Method print_policy

implementation/security/src/policy_manager_impl.cpp:1162–1166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1160}
1161
1162void policy_manager_impl::print_policy(const std::shared_ptr<policy>& _policy) const {
1163
1164 if (_policy)
1165 _policy->print();
1166}
1167
1168bool policy_manager_impl::parse_uid_gid(const byte_t*& _buffer, uint32_t& _buffer_size, uid_t& _uid, gid_t& _gid) const {
1169

Callers

nothing calls this directly

Calls 1

printMethod · 0.80

Tested by

no test coverage detected