/openbmc/phosphor-host-ipmid/app/ |
H A D | watchdog_service.cpp | 144 void WatchdogService::setProperty(const std::string& key, const T& val) in setProperty() function in WatchdogService 159 setProperty(key, val); in setProperty() 175 setProperty("Initialized", initialized); in setInitialized() 180 setProperty("Enabled", enabled); in setEnabled() 185 setProperty("LogTimeout", LogTimeout); in setLogTimeout() 190 setProperty("ExpireAction", convertForMessage(expireAction)); in setExpireAction() 195 setProperty("CurrentTimerUse", convertForMessage(timerUse)); in setTimerUse() 200 setProperty("ExpiredTimerUse", convertForMessage(timerUse)); in setExpiredTimerUse() 205 setProperty("Interval", interval); in setInterval()
|
H A D | watchdog_service.hpp | 121 void setProperty(const std::string& key, const T& val);
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan-control-events-config/witherspoon/ |
H A D | events.yaml | 208 - name: setProperty 384 handler: setProperty 387 handler: setProperty 603 handler: setProperty 606 handler: setProperty 631 handler: setProperty 634 handler: setProperty 667 handler: setProperty 699 handler: setProperty 702 handler: setProperty [all …]
|
/openbmc/telemetry/tests/src/ |
H A D | test_trigger.cpp | 110 static boost::system::error_code setProperty(const std::string& path, in setProperty() function in TestTrigger 134 ASSERT_THAT(setProperty<T>(path, property, p.newValue), p.ec); in changeProperty() 184 EXPECT_THAT(setProperty(sut->getPath(), "Name", name), in TEST_F() 195 EXPECT_THAT(setProperty(sut->getPath(), "Reports", newNames), in TEST_F() 213 EXPECT_THAT(setProperty(sut->getPath(), "Reports", newPropertyVal), in TEST_F() 226 EXPECT_THAT(setProperty(sut->getPath(), "Reports", newPropertyVal), in TEST_F() 240 EXPECT_THAT(setProperty(sut->getPath(), "Reports", newPropertyVal), in TEST_F() 252 EXPECT_THAT(setProperty(sut->getPath(), "Reports", newPropertyVal), in TEST_F() 265 EXPECT_THAT(setProperty(sut->getPath(), "Reports", newPropertyVal), in TEST_F() 305 EXPECT_THAT(setProperty(sut->getPath(), "Sensors", newSensors), in TEST_F() [all …]
|
H A D | test_report.cpp | 156 static boost::system::error_code setProperty(const std::string& path, in setProperty() function in TestReport 190 ASSERT_THAT(setProperty<T>(path, property, p.newValue), p.ec); in changeProperty() 327 setProperty(sut->getPath(), "ReportActions", newActions).value(), in TEST_F() 350 setProperty(sut->getPath(), "ReportActions", newActions).value(), in TEST_F() 368 setProperty(sut->getPath(), "ReportActions", newActions).value(), in TEST_F() 422 EXPECT_THAT(setProperty(sut->getPath(), "Enabled", newValue).value(), in TEST_F() 501 setProperty(sut->getPath(), "EmitsReadingsUpdate", true).value(), in TEST_F() 511 setProperty(sut->getPath(), "LogToMetricReportsCollection", true) in TEST_F() 683 setProperty(sut->getPath(), "Persistency", false); in TEST_P() 685 setProperty(sut->getPath(), "Persistency", true); in TEST_P() [all …]
|
H A D | dbus_environment.hpp | 118 setProperty(const std::string& path, const std::string& interfaceName, in setProperty() function in DbusEnvironment 123 sdbusplus::asio::setProperty( in setProperty()
|
/openbmc/phosphor-state-manager/ |
H A D | discover_system_state.cpp | 145 phosphor::state::manager::utils::setProperty( in main() 179 phosphor::state::manager::utils::setProperty( in main() 183 phosphor::state::manager::utils::setProperty( in main() 211 phosphor::state::manager::utils::setProperty( in main() 231 phosphor::state::manager::utils::setProperty( in main() 235 phosphor::state::manager::utils::setProperty( in main()
|
H A D | scheduled_host_transition.cpp | 108 utils::setProperty(bus, hostPath, HostState::interface, PROPERTY_TRANSITION, in hostTransition() 118 utils::setProperty(bus, hostPath, HostState::interface, in hostTransition()
|
/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan-control-events-config/ |
H A D | events.yaml | 148 - name: setProperty 301 handler: setProperty 304 handler: setProperty 324 handler: setProperty 327 handler: setProperty 362 handler: setProperty 365 handler: setProperty 368 handler: setProperty 385 handler: setProperty 388 handler: setProperty [all …]
|
/openbmc/phosphor-fan-presence/control/example/ |
H A D | events.yaml | 185 # - name: setProperty 259 # handler: setProperty 262 # handler: setProperty 286 # handler: setProperty 289 # handler: setProperty 319 # handler: setProperty 322 # handler: setProperty 357 # handler: setProperty 360 # handler: setProperty 363 # handler: setProperty [all …]
|
/openbmc/openpower-occ-control/ |
H A D | powercap.cpp | 126 utils::setProperty(PCAP_PATH, PCAP_INTERFACE, POWER_CAP_PROP, in updatePcapBounds() 344 utils::setProperty(PCAP_PATH, PCAP_INTERFACE, POWER_CAP_PROP, pcap); in pcapChanged() 352 utils::setProperty(PCAP_PATH, PCAP_INTERFACE, POWER_CAP_PROP, pcap); in pcapChanged() 378 utils::setProperty(PCAP_PATH, PCAP_INTERFACE, POWER_CAP_SOFT_MIN, in updateDbusPcapLimits() 391 utils::setProperty(PCAP_PATH, PCAP_INTERFACE, POWER_CAP_HARD_MIN, in updateDbusPcapLimits() 404 utils::setProperty(PCAP_PATH, PCAP_INTERFACE, POWER_CAP_MAX, max); in updateDbusPcapLimits()
|
H A D | utils.hpp | 66 void setProperty(const std::string& objectPath, const std::string& interface,
|
/openbmc/phosphor-bmc-code-mgmt/side-switch/ |
H A D | side_switch.cpp | 132 utils::setProperty(bus, "/xyz/openbmc_project/state/chassis0", in powerOffSystem() 202 utils::setProperty( in setAutoPowerRestart() 224 utils::setProperty(bus, "/xyz/openbmc_project/state/bmc0", in rebootTheBmc()
|
/openbmc/skeleton/pystatemgr/ |
H A D | discover_system_state.py | 74 def setProperty(bus, objs, key, prop, prop_value): function 111 setProperty(
|
/openbmc/bmcweb/redfish-core/include/utils/ |
H A D | dbus_utils.hpp | 60 sdbusplus::asio::setProperty( in setDbusProperty() 83 sdbusplus::asio::setProperty( in setDbusPropertyAction()
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | led.hpp | 129 sdbusplus::asio::setProperty( in setIndicatorLedState() 225 sdbusplus::asio::setProperty( in setSystemLocationIndicatorActive()
|
/openbmc/phosphor-fan-presence/control/json/triggers/ |
H A D | handlers.hpp | 48 mgr.setProperty(std::get<Path>(obj), std::get<Intf>(obj), in propertiesChanged() 89 mgr.setProperty(std::get<Path>(obj), std::get<Intf>(obj), in interfacesAdded()
|
/openbmc/phosphor-led-manager/manager/ |
H A D | manager.cpp | 223 phosphor::led::utils::DBusHandler::setProperty( in drivePhysicalLED() 225 phosphor::led::utils::DBusHandler::setProperty( in drivePhysicalLED() 230 phosphor::led::utils::DBusHandler::setProperty(objPath, phyLedIntf, in drivePhysicalLED()
|
/openbmc/phosphor-fan-presence/ |
H A D | sdbusplus.hpp | 480 static void setProperty(sdbusplus::bus_t& bus, const std::string& path, in setProperty() function in phosphor::fan::util::SDBusPlus 501 static void setProperty(const std::string& path, in setProperty() function in phosphor::fan::util::SDBusPlus 505 return setProperty(getBus(), path, interface, property, in setProperty() 511 static void setProperty(sdbusplus::bus_t& bus, const std::string& service, in setProperty() function in phosphor::fan::util::SDBusPlus 532 static void setProperty(const std::string& service, const std::string& path, in setProperty() function in phosphor::fan::util::SDBusPlus 536 return setProperty(getBus(), service, path, interface, property, in setProperty()
|
/openbmc/sdbusplus/example/ |
H A D | register-property.cpp | 103 sdbusplus::asio::setProperty( in asyncChangeProperty() 120 sdbusplus::asio::setProperty( in asyncChangeProperty()
|
/openbmc/phosphor-bmc-code-mgmt/usb/ |
H A D | usb_manager.cpp | 151 utils::setProperty(bus, objectPath, interface, propertyName, value); in setApplyTime() 168 utils::setProperty(bus, path, interface, propertyName, value); in setRequestedActivation()
|
/openbmc/smbios-mdr/src/ |
H A D | system.cpp | 104 static void setProperty(sdbusplus::bus_t& bus, const std::string& objectPath, in setProperty() function 152 setProperty(*bus, biosActiveObjPath, biosVersionIntf, biosVersionProp, in version()
|
/openbmc/phosphor-fan-presence/control/ |
H A D | handlers.hpp | 52 auto setProperty() in setProperty() function
|
/openbmc/openpower-debug-collector/dump/ |
H A D | dump_utils.hpp | 75 void setProperty(const std::string& interface, const std::string& propertyName, in setProperty() function
|
/openbmc/phosphor-led-manager/ |
H A D | utils.hpp | 93 static void setProperty(const std::string& objectPath,
|