Searched refs:mdrv2Path (Results 1 – 2 of 2) sorted by relevance
/openbmc/intel-ipmi-oem/src/ |
H A D | smbiosmdrv2handler.cpp | 68 bus->new_method_call(service.c_str(), mdrv2Path, dbusProperties, "Get"); in sdplusMdrv2GetProperty() 95 bus->new_method_call(service.c_str(), mdrv2Path, mdrv2Interface, in syncDirCommonData() 139 service.c_str(), mdrv2Path, mdrv2Interface, "FindIdIndex"); in findDataId() 156 phosphor::logging::entry("PATH=%s", mdrv2Path)); in findDataId() 285 std::string service = ipmi::getService(*bus, mdrv2Interface, mdrv2Path); in mdr2GetDir() 320 service.c_str(), mdrv2Path, mdrv2Interface, "GetDirectoryInformation"); in mdr2GetDir() 335 phosphor::logging::entry("PATH=%s", mdrv2Path)); in mdr2GetDir() 384 std::string service = ipmi::getService(*bus, mdrv2Interface, mdrv2Path); in mdr2SendDir() 407 service.c_str(), mdrv2Path, mdrv2Interface, "SendDirectoryInformation"); in mdr2SendDir() 422 phosphor::logging::entry("PATH=%s", mdrv2Path)); in mdr2SendDir() [all …]
|
/openbmc/intel-ipmi-oem/include/ |
H A D | smbiosmdrv2handler.hpp | 67 constexpr const char* mdrv2Path = "/xyz/openbmc_project/Smbios/MDR_V2"; variable
|