Searched refs:getCustomDBus (Results 1 – 3 of 3) sorted by relevance
11 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()
158 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 …]
55 static CustomDBus& getCustomDBus() in getCustomDBus() function in pldm::dbus::CustomDBus