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

Method BusNameAcquired

addons/devposture/service.cpp:418–424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416
417
418void Service::BusNameAcquired(const std::string &busname)
419{
420 auto object_manager = GetObjectManager();
421
422 object_manager->CreateObject<ModuleHandler>(Module::Create<PlatformModule>(), false);
423 object_manager->CreateObject<ModuleHandler>(Module::Create<DateTimeModule>(), false);
424}
425
426
427void Service::BusNameLost(const std::string &busname)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected