Searched refs:skipSignal (Results 1 – 9 of 9) 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 | 59 bool skipSignal = false) : 64 setPropertyByName(v.first, v.second, skipSignal); 70 bool skipSignal = false) : 71 ${interface.classname}(bus, path.str.c_str(), vals, skipSignal) {} 88 bool skipSignal); 101 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 | 149 void EthernetInterface::updateInfo(const InterfaceInfo& info, bool skipSignal) in updateInfo() argument 152 EthernetInterfaceIntf::linkUp(info.flags & IFF_RUNNING, skipSignal); in updateInfo() 155 MacAddressIntf::macAddress(stdplus::toStr(*info.mac), skipSignal); in updateInfo() 159 EthernetInterfaceIntf::mtu(*info.mtu, skipSignal); in updateInfo() 166 EthernetInterfaceIntf::autoNeg(ethInfo.autoneg, skipSignal); in updateInfo() 167 EthernetInterfaceIntf::speed(ethInfo.speed, skipSignal); in updateInfo() 168 EthernetInterfaceIntf::fullDuplex(ethInfo.fullDuplex, skipSignal); in updateInfo()
|
| H A D | ethernet_interface.hpp | 112 void updateInfo(const InterfaceInfo& info, bool skipSignal = false);
|
| /openbmc/phosphor-user-manager/ |
| H A D | user_mgr.hpp | 379 bool skipSignal) override;
|
| H A D | user_mgr.cpp | 1709 MultiFactorAuthType UserMgr::enabled(MultiFactorAuthType value, bool skipSignal) in enabled() argument 1736 return MultiFactorAuthConfigurationIface::enabled(value, skipSignal); in enabled()
|