Home
last modified time | relevance | path

Searched refs:mIface (Results 1 – 2 of 2) sorted by relevance

/openbmc/dbus-sensors/src/intrusion/
H A DChassisIntrusionSensor.cpp118 mIface->set_property("Status", newValue); in updateValue()
351 mIface->register_property( in start()
357 mIface->register_property("Rearm", rearmStr); in start()
358 mIface->initialize(); in start()
366 mIface = mObjServer.add_interface("/xyz/openbmc_project/Chassis/Intrusion", in ChassisIntrusionSensor()
476 mObjServer.remove_interface(mIface); in ~ChassisIntrusionSensor()
H A DChassisIntrusionSensor.hpp32 std::shared_ptr<sdbusplus::asio::dbus_interface> mIface; member in ChassisIntrusionSensor