Searched refs:calloutPath (Results 1 – 3 of 3) sorted by relevance
/openbmc/phosphor-hwmon/ |
H A D | readd.cpp | 77 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 D | test_callout.cpp | 50 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 D | manager.cpp | 236 auto calloutPath = getCalloutObjectPath(objectPath, calloutNum); in createCalloutObjects() local 239 bus, calloutPath, callout, calloutNum, in createCalloutObjects()
|