Lines Matching refs:sdbusplus
10 sdbusplus::common::xyz::openbmc_project::sensor::Value::interface;
20 DbusSensor::DbusSensor(sdbusplus::bus_t& bus, const std::string& path, in DbusSensor()
24 bus, sdbusplus::bus::match::rules::propertiesChanged(path, sensorIntf), in DbusSensor()
25 [this](sdbusplus::message_t& message) { in DbusSensor()
30 sdbusplus::bus::match::rules::interfacesRemoved(interfacesSensorPath),
31 [this](sdbusplus::message_t& message) { in __anona3fb8bc80202()
57 signalNameOwnerChanged = std::make_unique<sdbusplus::bus::match_t>( in initSensorValue()
59 sdbusplus::bus::match::rules::nameOwnerChanged() + in initSensorValue()
60 sdbusplus::bus::match::rules::arg0namespace(servName), in initSensorValue()
61 [this](sdbusplus::message_t& message) { in initSensorValue()
77 void DbusSensor::handleDbusSignalNameOwnerChanged(sdbusplus::message_t& msg) in handleDbusSignalNameOwnerChanged()
102 void DbusSensor::handleDbusSignalPropChange(sdbusplus::message_t& msg) in handleDbusSignalPropChange()
106 using SensorValuePropertiesVariant = sdbusplus::server::xyz:: in handleDbusSignalPropChange()
132 void DbusSensor::handleDbusSignalRemove(sdbusplus::message_t& msg) in handleDbusSignalRemove()
136 auto objPath = msg.unpack<sdbusplus::message::object_path>(); in handleDbusSignalRemove()