Home
last modified time | relevance | path

Searched refs:chassisInventoryPath (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-power/phosphor-regulators/src/
H A Ddbus_sensors.cpp68 chassisInventoryPath.clear(); in endRail()
97 chassisInventoryPath); in setValue()
111 const std::string& chassisInventoryPath) in startRail() argument
116 this->chassisInventoryPath = chassisInventoryPath; in startRail()
H A Ddbus_sensor.cpp72 const std::string& chassisInventoryPath) : in DBusSensor() argument
83 getAssociations(deviceInventoryPath, chassisInventoryPath);
157 const std::string& chassisInventoryPath) in getAssociations() argument
164 std::make_tuple("chassis", "all_sensors", chassisInventoryPath)); in getAssociations()
H A Ddbus_sensors.hpp78 const std::string& chassisInventoryPath) override;
123 std::string chassisInventoryPath{}; member in phosphor::power::regulators::DBusSensors
H A Ddbus_sensor.hpp125 const std::string& chassisInventoryPath);
273 const std::string& chassisInventoryPath);
H A Dsensors.hpp233 const std::string& chassisInventoryPath) = 0;
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dmock_sensors.hpp58 const std::string& chassisInventoryPath),