Home
last modified time | relevance | path

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

/openbmc/phosphor-hwmon/
H A Dreadd.cpp77 auto calloutPath = sysfs::findCalloutPath(path); in main() local
78 if (calloutPath.empty()) in main()
85 MainLoop loop(sdbusplus::bus::new_default(), param, path, calloutPath, in main()
/openbmc/ibm-logging/test/
H A Dtest_callout.cpp50 std::string calloutPath{"/some/inventory/object"}; in TEST_F() local
60 auto callout = std::make_unique<Callout>(bus, objectPath, calloutPath, in TEST_F()
75 ASSERT_EQ(callout->path(), calloutPath); in TEST_F()
/openbmc/ibm-logging/
H A Dmanager.cpp236 auto calloutPath = getCalloutObjectPath(objectPath, calloutNum); in createCalloutObjects() local
239 bus, calloutPath, callout, calloutNum, in createCalloutObjects()