Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/user_channel/
H A Duser_mgmt.cpp115 std::unique_ptr<sdbusplus::bus::match_t> userUpdatedSignal variable
393 userUpdatedSignal.reset(); in ~UserAccess()
1594 if (userUpdatedSignal == nullptr && sigHndlrLock.try_lock()) in cacheUserDataFile()
1597 userUpdatedSignal = std::make_unique<sdbusplus::bus::match_t>( in cacheUserDataFile()
/openbmc/service-config-manager/src/
H A Dmain.cpp336 auto userUpdatedSignal = std::make_unique<sdbusplus::bus::match_t>( in main() local