Searched refs:cachedService (Results 1 – 2 of 2) sorted by relevance
157 intf(intf), path(path), cachedService(std::nullopt), in ServiceCache()162 intf(std::move(intf)), path(std::move(path)), cachedService(std::nullopt), in ServiceCache()171 cachedService = ::ipmi::getService(bus, intf, path); in getService()173 return cachedService.value(); in getService()179 cachedService = std::nullopt; in invalidate()191 return cachedService && cachedBusName == bus.get_unique_name(); in isValid()
89 std::optional<std::string> cachedService; member in ipmi::ServiceCache