Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-regulators/src/
H A Ddbus_sensor.cpp91 constexpr auto skipSignal = true; local
92 dbusObject->value(value, skipSignal);
93 dbusObject->maxValue(maxValue, skipSignal);
94 dbusObject->minValue(minValue, skipSignal);
95 dbusObject->unit(unit, skipSignal);
98 dbusObject->functional(true, skipSignal);
101 dbusObject->available(true, skipSignal);
104 dbusObject->associations(std::move(associations), skipSignal);
/openbmc/sdbusplus/tools/sdbusplus/templates/
H A Dinterface.server.hpp.mako56 bool skipSignal = false) :
61 setPropertyByName(v.first, v.second, skipSignal);
80 bool skipSignal);
93 bool skipSignal = false);
H A Dinterface.server.cpp.mako29 bool skipSignal)
36 ${p.camelCase}(v, skipSignal);
H A Dproperty.server.cpp.mako39 bool skipSignal) ->
45 if (!skipSignal)
/openbmc/phosphor-inventory-manager/test/
H A Dinterface_ops_test.cpp66 const InterfaceVariant& i, bool skipSignal) in DummyInterfaceWithProperties()
68 g_currentMock->constructWithProperties(name, i, skipSignal); in DummyInterfaceWithProperties()
72 bool skipSignal) in setPropertyByName()
74 g_currentMock->setPropertyByName(name, val, skipSignal); in setPropertyByName()
/openbmc/phosphor-networkd/src/
H A Dethernet_interface.cpp145 void EthernetInterface::updateInfo(const InterfaceInfo& info, bool skipSignal) in updateInfo() argument
148 EthernetInterfaceIntf::linkUp(info.flags & IFF_RUNNING, skipSignal); in updateInfo()
151 MacAddressIntf::macAddress(stdplus::toStr(*info.mac), skipSignal); in updateInfo()
155 EthernetInterfaceIntf::mtu(*info.mtu, skipSignal); in updateInfo()
162 EthernetInterfaceIntf::autoNeg(ethInfo.autoneg, skipSignal); in updateInfo()
163 EthernetInterfaceIntf::speed(ethInfo.speed, skipSignal); in updateInfo()
H A Dethernet_interface.hpp112 void updateInfo(const InterfaceInfo& info, bool skipSignal = false);