Home
last modified time | relevance | path

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

/openbmc/pldm/host-bmc/test/
H A Dcustom_dbus_test.cpp11 CustomDBus::getCustomDBus().setLocationCode(tmpPath, locationCode); in TEST()
12 auto retLocationCode = CustomDBus::getCustomDBus().getLocationCode(tmpPath); in TEST()
23 CustomDBus::getCustomDBus().setMicroCode(tmpPath, value); in TEST()
24 auto retMicroCode = CustomDBus::getCustomDBus().getMicroCode(tmpPath); in TEST()
/openbmc/pldm/host-bmc/
H A Dhost_pdr_handler.cpp158 CustomDBus::getCustomDBus().setAvailabilityState(path, false); in setPresenceFrus()
1146 CustomDBus::getCustomDBus().setLocationCode( in setFRUDataOnDBus()
1161 CustomDBus::getCustomDBus().updateItemPresentStatus(path, true); in setPresentPropertyStatus()
1166 CustomDBus::getCustomDBus().setAvailabilityState(path, true); in setAvailabilityState()
1184 CustomDBus::getCustomDBus().implementCpuCoreInterface( in createDbusObjects()
1188 CustomDBus::getCustomDBus().implementChassisInterface( in createDbusObjects()
1192 CustomDBus::getCustomDBus().implementPowerSupplyInterface( in createDbusObjects()
1196 CustomDBus::getCustomDBus().implementPanelInterface( in createDbusObjects()
1200 CustomDBus::getCustomDBus().implementVRMInterface(entity.first); in createDbusObjects()
1203 CustomDBus::getCustomDBus().implementPCIeSlotInterface( in createDbusObjects()
[all …]
/openbmc/pldm/host-bmc/dbus/
H A Dcustom_dbus.hpp55 static CustomDBus& getCustomDBus() in getCustomDBus() function in pldm::dbus::CustomDBus