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.cpp49 static constexpr const char* propertiesChangedSignal = "PropertiesChanged"; variable
293 else if (signal == propertiesChangedSignal) in userUpdatedSignalHandler()
314 if (signal == propertiesChangedSignal) in userUpdatedSignalHandler()
1619 sdbusplus::bus::match::rules::member(propertiesChangedSignal) + in cacheUserDataFile()
H A Dchannel_mgmt.cpp60 static constexpr const char* propertiesChangedSignal = "PropertiesChanged"; variable
341 sdbusplus::bus::match::rules::member(propertiesChangedSignal) + in ChannelConfig()