Searched refs:CoolingType (Results 1 – 10 of 10) sorted by relevance
21 class CoolingType class35 CoolingType() = delete;36 ~CoolingType() = default;37 CoolingType(const CoolingType&) = delete;38 CoolingType(CoolingType&&) = default;39 CoolingType& operator=(const CoolingType&) = delete;40 CoolingType& operator=(CoolingType&&) = default;47 explicit CoolingType(sdbusplus::bus_t& bus) : bus(bus), gpioFd(-1) in CoolingType() function in phosphor::cooling::type::CoolingType
49 void CoolingType::setAirCooled() in setAirCooled()54 void CoolingType::setWaterCooled() in setWaterCooled()59 void CoolingType::readGpio(const std::string& gpioPath, unsigned int keycode) in readGpio()90 CoolingType::ObjectMap CoolingType::getObjectMap(const std::string& objpath) in getObjectMap()105 void CoolingType::updateInventory(const std::string& objpath) in updateInventory()
55 CoolingType coolingType(bus); in main()
3 sdbusplus_current_path = 'xyz/openbmc_project/Inventory/Decorator/CoolingType'8 '../../../../../../yaml/xyz/openbmc_project/Inventory/Decorator/CoolingType.interface.yaml',28 'xyz/openbmc_project/Inventory/Decorator/CoolingType',
7 subdir('CoolingType') subdir147 '../../../../../yaml/xyz/openbmc_project/Inventory/Decorator/CoolingType.interface.yaml',149 output: ['CoolingType.md'],161 'xyz/openbmc_project/Inventory/Decorator/CoolingType',
202 `xyz.openbmc_project.Inventory.Decorator.CoolingType` interface in inventory
622 interface: xyz.openbmc_project.Inventory.Decorator.CoolingType
[all...]