Home
last modified time | relevance | path

Searched refs:get_interface_name (Results 1 – 4 of 4) sorted by relevance

/openbmc/boost-dbus/include/dbus/
H A Dproperties.hpp193 virtual std::string get_interface_name() { return interface_name; }; in get_interface_name() function in dbus::DbusInterface
255 m.pack(get_interface_name(), updates, empty); in set_properties()
377 interfaces[interface->get_interface_name()] = interface; in register_interface()
385 sig.emplace_back(interface->get_interface_name(), properties_dict()); in register_interface()
525 i.emplace_back(interface.second->get_interface_name(), std::move(p)); in on_get_managed_objects()
/openbmc/dbus-sensors/src/
H A DThresholds.cpp472 msg.append(sensor->name, interface->get_interface_name(), property, in assertThresholds()
/openbmc/sdbusplus/include/sdbusplus/asio/
H A Dobject_server.hpp823 std::string get_interface_name(void) in get_interface_name() function in sdbusplus::asio::dbus_interface
/openbmc/entity-manager/src/
H A Dentity_manager.cpp99 << "interface name : " << iface->get_interface_name() << "\n"; in tryIfaceInitialize()