Home
last modified time | relevance | path

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

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