Home
last modified time | relevance | path

Searched refs:ServiceCache (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-host-ipmid/libipmid/
H A Dutils.cpp156 ServiceCache::ServiceCache(const std::string& intf, const std::string& path) : in ServiceCache() function in ipmi::ServiceCache
161 ServiceCache::ServiceCache(std::string&& intf, std::string&& path) : in ServiceCache() function in ipmi::ServiceCache
166 const std::string& ServiceCache::getService(sdbusplus::bus_t& bus) in getService()
176 void ServiceCache::invalidate() in invalidate()
182 sdbusplus::message_t ServiceCache::newMethodCall( in newMethodCall()
189 bool ServiceCache::isValid(sdbusplus::bus_t& bus) const in isValid()
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dutils.hpp43 class ServiceCache class
52 ServiceCache(const std::string& intf, const std::string& path);
53 ServiceCache(std::string&& intf, std::string&& path);
/openbmc/phosphor-host-ipmid/app/
H A Dwatchdog_service.hpp105 static ipmi::ServiceCache wd_service;
H A Dwatchdog_service.cpp28 ipmi::ServiceCache WatchdogService::wd_service(wd_intf, wd_path);
/openbmc/intel-ipmi-oem/src/
H A Dchassiscommands.cpp74 static ipmi::ServiceCache LEDService(ledInterface, ledIDBlinkObj);