Home
last modified time | relevance | path

Searched refs:setProperty (Results 1 – 25 of 61) 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/telemetry/tests/src/
H A Dtest_trigger.cpp110 static boost::system::error_code setProperty( in setProperty() function in TestTrigger
113 return DbusEnvironment::setProperty<T>(path, Trigger::triggerIfaceName, in setProperty()
133 ASSERT_THAT(setProperty<T>(path, property, p.newValue), p.ec); in changeProperty()
190 EXPECT_THAT(setProperty(sut->getPath(), "Name", name), in TEST_F()
201 EXPECT_THAT(setProperty(sut->getPath(), "Reports", newNames), in TEST_F()
219 EXPECT_THAT(setProperty(sut->getPath(), "Reports", newPropertyVal), in TEST_F()
232 EXPECT_THAT(setProperty(sut->getPath(), "Reports", newPropertyVal), in TEST_F()
246 EXPECT_THAT(setProperty(sut->getPath(), "Reports", newPropertyVal), in TEST_F()
258 EXPECT_THAT(setProperty(sut->getPath(), "Reports", newPropertyVal), in TEST_F()
271 EXPECT_THAT(setProperty(sut->getPath(), "Reports", newPropertyVal), in TEST_F()
[all …]
H A Dtest_report.cpp156 static boost::system::error_code setProperty( in setProperty() function in TestReport
159 return DbusEnvironment::setProperty<T>(path, Report::reportIfaceName, in setProperty()
188 ASSERT_THAT(setProperty<T>(path, property, p.newValue), p.ec); in changeProperty()
283 setProperty(sut->getPath(), "ReadingParameters", newParams).value(), in TEST_F()
311 setProperty(sut->getPath(), "ReadingParameters", newParams).value(), in TEST_F()
325 setProperty(sut->getPath(), "ReportActions", newActions).value(), in TEST_F()
348 setProperty(sut->getPath(), "ReportActions", newActions).value(), in TEST_F()
366 setProperty(sut->getPath(), "ReportActions", newActions).value(), in TEST_F()
377 setProperty(sut->getPath(), "ReportActions", invalidActions).value(), in TEST_F()
420 EXPECT_THAT(setProperty(sut->getPath(), "Enabled", newValue).value(), in TEST_F()
[all …]
H A Ddbus_environment.hpp117 static boost::system::error_code setProperty( in setProperty() function in DbusEnvironment
123 sdbusplus::asio::setProperty( in setProperty()
/openbmc/phosphor-state-manager/
H A Ddiscover_system_state.cpp167 phosphor::state::manager::utils::setProperty( in main()
208 phosphor::state::manager::utils::setProperty( in main()
213 phosphor::state::manager::utils::setProperty( in main()
247 phosphor::state::manager::utils::setProperty( in main()
272 phosphor::state::manager::utils::setProperty( in main()
277 phosphor::state::manager::utils::setProperty( in main()
H A Dutils.hpp57 void setProperty(sdbusplus::bus_t& bus, const std::string& path,
H A Dscheduled_host_transition.cpp105 utils::setProperty(bus, hostPath, HostState::interface, in hostTransition()
116 utils::setProperty(bus, hostPath, HostState::interface, in hostTransition()
/openbmc/phosphor-bmc-code-mgmt/bmc/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.hpp64 sdbusplus::asio::setProperty( in setDbusProperty()
87 sdbusplus::asio::setProperty( in setDbusPropertyAction()
/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-fan-presence/
H A Dsdbusplus.hpp475 static void setProperty(sdbusplus::bus_t& bus, const std::string& path, in setProperty() function in phosphor::fan::util::SDBusPlus
496 static void setProperty(const std::string& path, in setProperty() function in phosphor::fan::util::SDBusPlus
500 return setProperty(getBus(), path, interface, property, in setProperty()
506 static void setProperty(sdbusplus::bus_t& bus, const std::string& service, in setProperty() function in phosphor::fan::util::SDBusPlus
527 static void setProperty(const std::string& service, const std::string& path, in setProperty() function in phosphor::fan::util::SDBusPlus
531 return setProperty(getBus(), service, path, interface, property, in setProperty()
/openbmc/phosphor-led-manager/manager/
H A Dmanager.cpp225 phosphor::led::utils::DBusHandler::setProperty( in drivePhysicalLED()
227 phosphor::led::utils::DBusHandler::setProperty( in drivePhysicalLED()
232 phosphor::led::utils::DBusHandler::setProperty(objPath, phyLedIntf, in drivePhysicalLED()
/openbmc/sdbusplus/example/
H A Dregister-property.cpp103 sdbusplus::asio::setProperty( in asyncChangeProperty()
120 sdbusplus::asio::setProperty( in asyncChangeProperty()
/openbmc/phosphor-bmc-code-mgmt/bmc/usb/
H A Dusb_manager.cpp148 utils::setProperty(bus, objectPath, interface, propertyName, value); in setApplyTime()
165 utils::setProperty(bus, path, interface, propertyName, value); in setRequestedActivation()
/openbmc/phosphor-fan-presence/control/
H A Dhandlers.hpp57 auto setProperty() in setProperty() function
H A Dfan.cpp61 util::SDBusPlus::setProperty<uint64_t>( in setSpeed()
/openbmc/openpower-occ-control/
H A Dpowercap.cpp211 utils::setProperty(PCAP_PATH, PCAP_INTERFACE, POWER_CAP_PROP, in updatePcapBounds()
429 utils::setProperty(PCAP_PATH, PCAP_INTERFACE, POWER_CAP_PROP, pcap); in pcapChanged()
437 utils::setProperty(PCAP_PATH, PCAP_INTERFACE, POWER_CAP_PROP, pcap); in pcapChanged()
H A Dutils.hpp66 void setProperty(const std::string& objectPath, const std::string& interface,
/openbmc/smbios-mdr/src/
H A Dsystem.cpp104 static void setProperty(sdbusplus::bus_t& bus, const std::string& objectPath, in setProperty() function
151 setProperty(*bus, biosActiveObjPath, biosVersionIntf, biosVersionProp, in version()
/openbmc/phosphor-led-manager/
H A Dutils.hpp93 static void setProperty(const std::string& objectPath,
/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-fan-presence/control/json/
H A Dgroup.hpp110 inline void setProperty(const std::string& prop) in setProperty() function in phosphor::fan::control::json::Group
/openbmc/phosphor-led-manager/fault-monitor/
H A Doperational-status-monitor.cpp98 phosphor::led::utils::DBusHandler::setProperty( in updateAssertedProperty()

123