Searched refs:skipSignal (Results 1 – 7 of 7) sorted by relevance
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | dbus_sensor.cpp | 91 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 D | interface.server.hpp.mako | 56 bool skipSignal = false) : 61 setPropertyByName(v.first, v.second, skipSignal); 80 bool skipSignal); 93 bool skipSignal = false);
|
H A D | interface.server.cpp.mako | 29 bool skipSignal) 36 ${p.camelCase}(v, skipSignal);
|
H A D | property.server.cpp.mako | 39 bool skipSignal) -> 45 if (!skipSignal)
|
/openbmc/phosphor-inventory-manager/test/ |
H A D | interface_ops_test.cpp | 66 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 D | ethernet_interface.cpp | 145 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 D | ethernet_interface.hpp | 112 void updateInfo(const InterfaceInfo& info, bool skipSignal = false);
|