Searched refs:skipSignal (Results 1 – 11 of 11) 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-user-manager/ |
H A D | users.cpp | 322 bool skipSignal) in bypassedProtocol() 333 return Interfaces::bypassedProtocol(value, skipSignal); in secretKeyIsValid() 319 bypassedProtocol(MultiFactorAuthType value,bool skipSignal) bypassedProtocol() argument
|
H A D | users.hpp | 144 bool skipSignal) override;
|
H A D | user_mgr.hpp | 279 bool skipSignal) override;
|
H A D | user_mgr.cpp | 1562 MultiFactorAuthType UserMgr::enabled(MultiFactorAuthType value, bool skipSignal) in enabled() 1589 return MultiFactorAuthConfigurationIface::enabled(value, skipSignal); 1544 enabled(MultiFactorAuthType value,bool skipSignal) enabled() argument
|
/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);
|