/openbmc/phosphor-power/phosphor-regulators/test/ |
H A D | id_map_tests.cpp | 57 EXPECT_EQ(deviceFound.getID(), id); in TEST() 105 EXPECT_EQ(railFound.getID(), id); in TEST() 147 EXPECT_EQ(ruleFound.getID(), id); in TEST() 193 EXPECT_EQ(deviceFound.getID(), id); in TEST() 231 EXPECT_EQ(railFound.getID(), id); in TEST() 268 EXPECT_EQ(ruleFound.getID(), id); in TEST()
|
H A D | rule_tests.cpp | 46 EXPECT_EQ(rule.getID(), "set_voltage_rule"); in TEST() 120 EXPECT_EQ(rule.getID(), "read_sensor_values"); in TEST()
|
H A D | config_file_parser_tests.cpp | 125 EXPECT_EQ(rules[0]->getID(), "set_voltage_rule1"); in TEST() 126 EXPECT_EQ(rules[1]->getID(), "set_voltage_rule2"); in TEST() 835 EXPECT_EQ(chassis->getDevices()[0]->getID(), "vdd_regulator"); in TEST() 1585 EXPECT_EQ(device->getID(), "vdd_regulator"); in TEST() 1630 EXPECT_EQ(device->getID(), "vdd_regulator"); in TEST() 1932 EXPECT_EQ(devices[0]->getID(), "vdd_regulator"); in TEST() 1933 EXPECT_EQ(devices[1]->getID(), "vio_regulator"); in TEST() 4264 EXPECT_EQ(rail->getID(), "vdd"); in TEST() 4293 EXPECT_EQ(rail->getID(), "vdd"); in TEST() 4436 EXPECT_EQ(rails[0]->getID(), "vdd"); in TEST() [all …]
|
H A D | rail_tests.cpp | 59 EXPECT_EQ(rail.getID(), "vdd0"); in TEST() 83 EXPECT_EQ(rail.getID(), "vddr1"); in TEST() 320 EXPECT_EQ(rail.getID(), "vio2"); in TEST()
|
H A D | device_tests.cpp | 101 EXPECT_EQ(device.getID(), "vdd_reg"); in TEST_F() 153 EXPECT_EQ(device.getID(), "vdd_reg"); in TEST_F() 735 EXPECT_EQ(device.getID(), "vdd_reg"); in TEST_F() 822 EXPECT_EQ(device.getRails()[0]->getID(), "vdd0"); in TEST_F() 823 EXPECT_EQ(device.getRails()[1]->getID(), "vdd1"); in TEST_F()
|
H A D | system_tests.cpp | 83 EXPECT_EQ(system.getRules()[0]->getID(), "set_voltage_rule"); in TEST() 442 EXPECT_EQ(system.getRules()[0]->getID(), "set_voltage_rule"); in TEST() 443 EXPECT_EQ(system.getRules()[1]->getID(), "read_sensors_rule"); in TEST()
|
H A D | chassis_tests.cpp | 532 EXPECT_EQ(chassis.getDevices()[0]->getID(), "vdd_reg1"); in TEST_F() 533 EXPECT_EQ(chassis.getDevices()[1]->getID(), "vdd_reg2"); in TEST_F()
|
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | id_map.cpp | 28 const std::string& id = device.getID(); in addDevice() 39 const std::string& id = rail.getID(); in addRail() 50 const std::string& id = rule.getID(); in addRule()
|
H A D | sensor_monitoring.cpp | 48 sensors.startRail(rail.getID(), device.getFRU(), in execute() 55 ActionEnvironment environment{system.getIDMap(), device.getID(), in execute() 72 "Unable to monitor sensors for rail " + rail.getID()); in execute()
|
H A D | configuration.cpp | 36 execute(services, system, chassis, device, device.getID()); in execute() 42 execute(services, system, chassis, device, rail.getID()); in execute() 60 ActionEnvironment environment{system.getIDMap(), device.getID(), in execute()
|
H A D | phase_fault_detection.cpp | 53 deviceID.empty() ? regulator.getID() : deviceID; in execute() 76 regulator.getID()); in execute() 114 regulator.getID() + ": count=" + std::to_string(faultCount)); in checkForPhaseFault()
|
H A D | presence_detection.cpp | 45 ActionEnvironment environment{system.getIDMap(), device.getID(), in execute() 56 "Unable to determine presence of " + device.getID()); in execute()
|
H A D | rule.hpp | 95 const std::string& getID() const in getID() function in phosphor::power::regulators::Rule
|
H A D | rail.hpp | 110 const std::string& getID() const in getID() function in phosphor::power::regulators::Rail
|
H A D | device.hpp | 187 const std::string& getID() const in getID() function in phosphor::power::regulators::Device
|
/openbmc/phosphor-pid-control/pid/ |
H A D | stepwisecontroller.cpp | 96 std::cerr << getID() in inputProc() 114 std::cerr << getID() << " stepwise output pwm: " << value << "\n"; in outputProc()
|
H A D | thermalcontroller.cpp | 172 std::cerr << getID() << " choose the temperature value: " << value in inputProc() 206 std::cerr << getID() << " pid output pwm: " << value << "\n"; in outputProc()
|
H A D | controller.hpp | 27 virtual std::string getID(void) = 0;
|
H A D | stepwisecontroller.hpp | 36 std::string getID(void) override in getID() function in pid_control::StepwiseController
|
H A D | pidcontroller.cpp | 37 auto name = getID(); in calPIDOutput()
|
H A D | pidcontroller.hpp | 54 std::string getID(void) override in getID() function in pid_control::PIDController
|
/openbmc/phosphor-power/phosphor-regulators/test/actions/ |
H A D | action_environment_tests.cpp | 58 EXPECT_EQ(env.getDevice().getID(), "regulator1"); in TEST() 164 EXPECT_EQ(device.getID(), "regulator1"); in TEST() 232 EXPECT_EQ(rule.getID(), "set_voltage_rule"); in TEST()
|
/openbmc/phosphor-pid-control/dbus/ |
H A D | dbuspassive.hpp | 68 std::string getID(void);
|
H A D | dbuspassive.cpp | 239 std::string DbusPassive::getID(void) in getID() function in pid_control::DbusPassive
|
/openbmc/phosphor-hwmon/ |
H A D | mainloop.hpp | 145 std::string getID(SensorSet::container_t::const_reference sensor);
|