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

Method parse_uid_gid

implementation/security/src/policy_manager_impl.cpp:1168–1172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
1170 const auto its_policy = std::make_shared<policy>();
1171 return (its_policy && its_policy->deserialize_uid_gid(_buffer, _buffer_size, _uid, _gid));
1172}
1173
1174#endif // !VSOMEIP_DISABLE_SECURITY
1175

Callers 1

TESTFunction · 0.80

Calls 1

deserialize_uid_gidMethod · 0.80

Tested by

no test coverage detected