Home
last modified time | relevance | path

Searched refs:setProperty (Results 1 – 25 of 63) sorted by relevance

123

/openbmc/phosphor-host-ipmid/app/
H A Dwatchdog_service.cpp144 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 Dwatchdog_service.hpp121 void setProperty(const std::string& key, const T& val);
/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan-control-events-config/witherspoon/
H A Devents.yaml208 - 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 Dtest_trigger.cpp110 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 Dtest_report.cpp156 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 Ddbus_environment.hpp118 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 Ddiscover_system_state.cpp145 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 Dscheduled_host_transition.cpp108 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 Devents.yaml148 - 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 Devents.yaml185 # - 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 Dpowercap.cpp126 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 Dutils.hpp66 void setProperty(const std::string& objectPath, const std::string& interface,
/openbmc/phosphor-bmc-code-mgmt/side-switch/
H A Dside_switch.cpp132 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 Ddiscover_system_state.py74 def setProperty(bus, objs, key, prop, prop_value): function
111 setProperty(
/openbmc/bmcweb/redfish-core/include/utils/
H A Ddbus_utils.hpp60 sdbusplus::asio::setProperty( in setDbusProperty()
83 sdbusplus::asio::setProperty( in setDbusPropertyAction()
/openbmc/bmcweb/redfish-core/lib/
H A Dled.hpp129 sdbusplus::asio::setProperty( in setIndicatorLedState()
225 sdbusplus::asio::setProperty( in setSystemLocationIndicatorActive()
/openbmc/phosphor-fan-presence/control/json/triggers/
H A Dhandlers.hpp48 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 Dmanager.cpp223 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 Dsdbusplus.hpp480 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 Dregister-property.cpp103 sdbusplus::asio::setProperty( in asyncChangeProperty()
120 sdbusplus::asio::setProperty( in asyncChangeProperty()
/openbmc/phosphor-bmc-code-mgmt/usb/
H A Dusb_manager.cpp151 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 Dsystem.cpp104 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 Dhandlers.hpp52 auto setProperty() in setProperty() function
/openbmc/openpower-debug-collector/dump/
H A Ddump_utils.hpp75 void setProperty(const std::string& interface, const std::string& propertyName, in setProperty() function
/openbmc/phosphor-led-manager/
H A Dutils.hpp93 static void setProperty(const std::string& objectPath,

123