Home
last modified time | relevance | path

Searched refs:propertiesChangedSignal (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-host-ipmid/user_channel/
H A Duser_mgmt.hpp36 static constexpr const char* propertiesChangedSignal = "PropertiesChanged"; variable
H A Duser_mgmt.cpp229 else if (signal == propertiesChangedSignal) in userUpdatedSignalHandler()
250 if (signal == propertiesChangedSignal) in userUpdatedSignalHandler()
1554 sdbusplus::bus::match::rules::member(propertiesChangedSignal) + in cacheUserDataFile()
H A Dchannel_mgmt.cpp60 static constexpr const char* propertiesChangedSignal = "PropertiesChanged"; variable
342 sdbusplus::bus::match::rules::member(propertiesChangedSignal) + in ChannelConfig()