Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/src/
H A Dsmbiosmdrv2handler.cpp69 method.append(mdrv2Interface, name); in sdplusMdrv2GetProperty()
95 bus->new_method_call(service.c_str(), mdrv2Path, mdrv2Interface, in syncDirCommonData()
139 service.c_str(), mdrv2Path, mdrv2Interface, "FindIdIndex"); in findDataId()
285 std::string service = ipmi::getService(*bus, mdrv2Interface, mdrv2Path); in mdr2GetDir()
384 std::string service = ipmi::getService(*bus, mdrv2Interface, mdrv2Path); in mdr2SendDir()
448 std::string service = ipmi::getService(*bus, mdrv2Interface, mdrv2Path); in mdr2GetDataInfo()
473 service.c_str(), mdrv2Path, mdrv2Interface, "GetDataInformation"); in mdr2GetDataInfo()
512 std::string service = ipmi::getService(*bus, mdrv2Interface, mdrv2Path); in mdr2DataInfoOffer()
528 service.c_str(), mdrv2Path, mdrv2Interface, "GetDataOffer"); in mdr2DataInfoOffer()
581 std::string service = ipmi::getService(*bus, mdrv2Interface, mdrv2Path); in mdr2SendDataInfo()
[all …]
/openbmc/intel-ipmi-oem/include/
H A Dsmbiosmdrv2handler.hpp68 constexpr const char* mdrv2Interface = "xyz.openbmc_project.Smbios.MDR_V2"; variable