Home
last modified time | relevance | path

Searched refs:anyObject (Results 1 – 1 of 1) sorted by relevance

/openbmc/ibm-logging/
H A Dmanager.cpp175 std::any anyObject = object; in createPolicyInterface() local
177 addInterface(objectPath, InterfaceType::POLICY, anyObject); in createPolicyInterface()
249 std::any anyObject = object; in createCalloutObjects() local
250 addChildInterface(objectPath, InterfaceType::CALLOUT, anyObject); in createCalloutObjects()
291 std::any anyObject = callout; in restoreCalloutObjects() local
292 addChildInterface(objectPath, InterfaceType::CALLOUT, anyObject); in restoreCalloutObjects()