Home
last modified time | relevance | path

Searched refs:HandleInterface (Results 1 – 8 of 8) sorted by relevance

/openbmc/phosphor-hwmon/
H A Dsensor.hpp167 inline const gpioplus::HandleInterface* getGpio(void) const in getGpio()
196 std::unique_ptr<gpioplus::HandleInterface> _handle;
210 void gpioLock(const gpioplus::HandleInterface*&& handle);
214 stdplus::Managed<const gpioplus::HandleInterface*>::Handle<gpioLock>;
222 std::optional<GpioLocker> gpioUnlock(const gpioplus::HandleInterface* handle);
H A Dgpio_handle.hpp18 std::unique_ptr<gpioplus::HandleInterface> BuildGpioHandle(
H A Dgpio_handle.cpp16 std::unique_ptr<gpioplus::HandleInterface> BuildGpioHandle( in BuildGpioHandle()
H A Dsensor.cpp297 void gpioLock(const gpioplus::HandleInterface*&& handle) in gpioLock()
302 std::optional<GpioLocker> gpioUnlock(const gpioplus::HandleInterface* handle) in gpioUnlock()
/openbmc/gpioplus/src/gpioplus/
H A Dhandle.hpp43 class HandleInterface class
46 virtual ~HandleInterface() = default;
57 class Handle : public HandleInterface
/openbmc/phosphor-hwmon/test/
H A Dgpio_mock.hpp14 virtual std::unique_ptr<gpioplus::HandleInterface> build(
22 MOCK_CONST_METHOD2(build, std::unique_ptr<gpioplus::HandleInterface>(
H A Dgpio.cpp12 std::unique_ptr<gpioplus::HandleInterface> BuildGpioHandle( in BuildGpioHandle()
/openbmc/gpioplus/src/gpioplus/test/
H A Dhandle.hpp11 class HandleMock : public HandleInterface