MCPcopy Create free account
hub / github.com/OpenVPN/openvpn3-linux / Introspect

Method Introspect

src/client/proxy-devposture.hpp:75–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73
74#ifdef HAVE_TINYXML
75 XmlDocPtr Introspect()
76 {
77 auto prxqry = DBus::Proxy::Utils::Query::Create(proxy);
78 std::string introsp = prxqry->Introspect(Constants::GenPath("devposture"));
79 XmlDocPtr doc;
80 doc.reset(new openvpn::Xml::Document(introsp, "introspect"));
81 return doc;
82 }
83#endif
84
85 std::vector<DBus::Object::Path> GetRegisteredModules() const

Callers 1

get_running_sessionsFunction · 0.45

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected