Home
last modified time | relevance | path

Searched refs:setPropertyByName (Results 1 – 7 of 7) sorted by relevance

/openbmc/phosphor-inventory-manager/test/
H A Dinterface_ops_test.cpp39 MOCK_METHOD3(setPropertyByName, void(std::string, FakeVariantType, bool));
71 void setPropertyByName(std::string name, PropertiesVariant val, in setPropertyByName() function
74 g_currentMock->setPropertyByName(name, val, skipSignal); in setPropertyByName()
188 EXPECT_CALL(mock, setPropertyByName(_, _, _)).Times(0); in TEST()
203 EXPECT_CALL(mock, setPropertyByName(_, _, _)).Times(0); in TEST()
218 EXPECT_CALL(mock, setPropertyByName(_, _, _)).Times(0); in TEST()
233 EXPECT_CALL(mock, setPropertyByName("foo"s, 1ll, _)).Times(1); in TEST()
/openbmc/phosphor-led-sysfs/
H A Dphysical.cpp144 setPropertyByName("Color", palette); in setLedColor()
/openbmc/sdbusplus/tools/sdbusplus/templates/
H A Dinterface.server.hpp.mako61 setPropertyByName(v.first, v.second, skipSignal);
91 void setPropertyByName(const std::string& _name,
H A Dinterface.server.cpp.mako27 void ${interface.classname}::setPropertyByName(const std::string& _name,
/openbmc/openpower-occ-control/
H A Dpowermode.cpp632 IpsInterface::setPropertyByName(IPS_ENABLED_PROP, enabled, true); in updateDbusIPS()
633 IpsInterface::setPropertyByName(IPS_ENTER_UTIL, enterUtil, true); in updateDbusIPS()
636 IpsInterface::setPropertyByName(IPS_ENTER_TIME, msTime, true); in updateDbusIPS()
637 IpsInterface::setPropertyByName(IPS_EXIT_UTIL, exitUtil, true); in updateDbusIPS()
639 IpsInterface::setPropertyByName(IPS_EXIT_TIME, msTime, true); in updateDbusIPS()
/openbmc/phosphor-inventory-manager/
H A Dinterface_ops.hpp113 iface.setPropertyByName( in op()
/openbmc/phosphor-user-manager/phosphor-ldap-config/
H A Dldap_config.hpp106 using ConfigIface::setPropertyByName;