Home
last modified time | relevance | path

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

/openbmc/phosphor-net-ipmid/command/
H A Dguid.cpp21 std::unique_ptr<sdbusplus::bus::match_t> matchPtr(nullptr);
113 if (matchPtr == nullptr) in registerGUIDChangeCallback()
120 matchPtr = std::make_unique<sdbusplus::bus::match_t>( in registerGUIDChangeCallback()
/openbmc/phosphor-host-ipmid/
H A Dread_fru_data.cpp25 std::unique_ptr<sdbusplus::bus::match_t> matchPtr variable
113 if (matchPtr == nullptr) in registerCallbackHandler()
117 matchPtr = std::make_unique<sdbusplus::bus::match_t>( in registerCallbackHandler()
/openbmc/intel-ipmi-oem/src/
H A Dchassiscommands.cpp70 std::unique_ptr<sdbusplus::bus::match_t> matchPtr variable
663 if (matchPtr == nullptr) in registerChassisFunctions()
668 matchPtr = std::make_unique<sdbusplus::bus::match_t>( in registerChassisFunctions()