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.cpp57 std::unique_ptr<sdbusplus::bus::match_t> userUpdatedSignal variable
329 userUpdatedSignal.reset(); in ~UserAccess()
1529 if (userUpdatedSignal == nullptr && sigHndlrLock.try_lock()) in cacheUserDataFile()
1532 userUpdatedSignal = std::make_unique<sdbusplus::bus::match_t>( in cacheUserDataFile()
/openbmc/service-config-manager/src/
H A Dmain.cpp360 auto userUpdatedSignal = std::make_unique<sdbusplus::bus::match_t>( in main() local