Home
last modified time | relevance | path

Searched defs:interfaces (Results 1 – 25 of 163) sorted by relevance

1234567

/openbmc/ibm-logging/
H A Dmanager.cpp61 const auto& interfaces = object.second; in createAll() local
79 const DbusInterfaceMap& interfaces) in createWithRestore()
87 const DbusInterfaceMap& interfaces) in create()
95 const DbusInterfaceMap& interfaces) in createObject()
118 InterfaceMap interfaces; in addInterface() local
142 InterfaceMapMulti interfaces; in addChildInterface() local
182 const DbusInterfaceMap& interfaces) in createCalloutObjects()
261 const DbusInterfaceMap& interfaces) in restoreCalloutObjects()
300 DbusInterfaceMap interfaces; in interfaceAdded() local
312 uint64_t Manager::getLogTimestamp(const DbusInterfaceMap& interfaces) in getLogTimestamp()
[all …]
/openbmc/phosphor-objmgr/src/test/
H A Dhandler.cpp141 std::vector<std::string> interfaces = {"bad_interface"}; in TEST_F() local
155 std::vector<std::string> interfaces = {"test_interface_0", in TEST_F() local
179 std::vector<std::string> interfaces = {"bad_interface"}; in TEST_F() local
198 std::vector<std::string> interfaces = {"test_interface_0", in TEST_F() local
215 std::vector<std::string> interfaces = {"bad_interface"}; in TEST_F() local
244 std::vector<std::string> interfaces = {"test_interface_1", in TEST_F() local
275 std::vector<std::string> interfaces = {"bad_interface"}; in TEST_F() local
290 std::vector<std::string> interfaces = {"test_interface_1", in TEST_F() local
346 std::vector<std::string> interfaces = { in TEST_F() local
417 std::vector<std::string> interfaces = { in TEST_F() local
[all …]
/openbmc/phosphor-objmgr/src/
H A Dhandler.cpp41 std::vector<std::string>& interfaces) in getAncestors()
98 std::vector<std::string>& interfaces) in getObject()
140 std::vector<std::string>& interfaces) in getSubTree()
208 std::vector<std::string>& interfaces) in getSubTreePaths()
285 std::vector<std::string>& interfaces) in getAssociatedSubTree()
315 std::vector<std::string>& interfaces) in getAssociatedSubTreePaths()
344 const std::string& objectPath, std::vector<std::string>& interfaces) in getSubTreePathsById()
H A Dmain.cpp576 std::vector<std::string>& interfaces) { in main()
582 std::vector<std::string>& interfaces) { in main()
588 std::vector<std::string>& interfaces) { in main()
595 std::vector<std::string>& interfaces) { in main()
603 int32_t depth, std::vector<std::string>& interfaces) { in main()
613 int32_t depth, std::vector<std::string>& interfaces) { in main()
/openbmc/docs/designs/mctp/
H A Dmctp-kernel.md798 ### `mctp link`: manage interfaces
807 ### `mctp network`: manage networks
816 ### `mctp address`: manage local EID assignments
823 ### `mctp route`: manage routing tables
831 ### `mctp stat`: query socket status
/openbmc/phosphor-host-ipmid/libipmid/
H A Dutils.cpp46 std::vector<DbusInterface> interfaces; in getDbusObject() local
125 ipmi::ObjectValueTree interfaces; in getManagedObjects() local
218 ObjectTree getSubTree(sdbusplus::bus_t& bus, const InterfaceList& interfaces, in getSubTree()
237 std::vector<std::string> interfaces; in getAllDbusObjects() local
279 static inline std::string convertToString(const InterfaceList& interfaces) in convertToString()
290 InterfaceList&& interfaces) in getAllAncestors()
348 Context::ptr ctx, const InterfaceList& interfaces, in getSubTree()
364 std::vector<DbusInterface> interfaces; in getDbusObject() local
446 std::vector<std::string> interfaces; in getAllDbusObjects() local
515 Context::ptr ctx, const std::string& path, const InterfaceList& interfaces, in getAllAncestors()
/openbmc/phosphor-power/
H A Ddbus_interfaces_finder.cpp29 const std::vector<std::string>& interfaces, Callback callback) : in DBusInterfacesFinder()
55 interfaces; in interfacesAddedCallback() local
/openbmc/bmcweb/src/
H A Ddbus_utility.cpp106 std::span<const std::string_view> interfaces, in getSubTree()
122 std::span<const std::string_view> interfaces, in getSubTreePaths()
141 std::span<const std::string_view> interfaces, in getAssociatedSubTree()
158 std::span<const std::string_view> interfaces, in getAssociatedSubTreePaths()
213 std::span<const std::string_view> interfaces, in getDbusObject()
/openbmc/bmcweb/redfish-core/lib/
H A Dstorage.hpp146 const std::array<std::string_view, 1> interfaces = { in getDrives() local
210 constexpr std::array<std::string_view, 1> interfaces = { in handleSystemsStorageGet() local
273 constexpr std::array<std::string_view, 1> interfaces = { in handleStorageGet() local
610 const std::vector<std::string>& interfaces) in addAllDriveInfo()
715 constexpr std::array<std::string_view, 1> interfaces = { in handleSystemsStorageDriveGet() local
819 constexpr std::array<std::string_view, 2> interfaces = { in chassisDriveCollectionGet() local
918 constexpr std::array<std::string_view, 2> interfaces = { in handleChassisDriveGet() local
1163 constexpr std::array<std::string_view, 1> interfaces = { in handleSystemsStorageControllerCollectionGet() local
1191 constexpr std::array<std::string_view, 1> interfaces = { in handleSystemsStorageControllerGet() local
H A Dcable.hpp163 constexpr std::array<std::string_view, 1> interfaces = { in requestRoutesCable() local
233 constexpr std::array<std::string_view, 1> interfaces{ in requestRoutesCableCollection() local
H A Dchassis.hpp259 constexpr std::array<std::string_view, 2> interfaces{ in handleChassisCollectionGet() local
354 constexpr std::array<std::string_view, 2> interfaces{ in getChassisConnectivity() local
734 constexpr std::array<std::string_view, 2> interfaces = { in handleChassisGet() local
788 constexpr std::array<std::string_view, 2> interfaces = { in handleChassisPatch() local
898 constexpr std::array<std::string_view, 1> interfaces = { in doChassisPowerCycle() local
/openbmc/phosphor-dbus-monitor/src/
H A Dpropertywatchimpl.hpp41 const auto& interfaces = m.second; in start() local
202 const std::string& path, const InterfacesAdded<T>& interfaces) in interfacesAdded()
215 InterfacesAdded<T> interfaces; in interfacesAdded() local
/openbmc/bmcweb/redfish-core/include/utils/
H A Dcollection.hpp106 std::span<const std::string_view> interfaces, const std::string& subtree, in getCollectionToKey()
118 std::span<const std::string_view> interfaces, const std::string& subtree) in getCollectionMembers()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/
H A DREADME.md158 #### d-bus interface to install certificate and private Key
167 #### d-bus interface to Delete certificate and Private Key
/openbmc/docs/designs/
H A Ddump-manager.md181 #### The properties common to all dumps
193 #### Additional propertries based on dump types
/openbmc/openpower-pnor-code-mgmt/test/
H A Dtest_functions.cpp165 interfaces{{ in TEST() local
184 interfaces{{ in TEST() local
201 interfaces{{ in TEST() local
214 interfaces{{ in TEST() local
227 interfaces{{ in TEST() local
241 interfaces; in TEST() local
252 interfaces; in TEST() local
/openbmc/bmcweb/include/
H A Ddbus_monitor.hpp36 interfaces; member
162 nlohmann::json::iterator interfaces = j.find("interfaces"); in requestRoutes() local
/openbmc/telemetry/src/interfaces/
H A Dreport.hpp7 namespace interfaces namespace
H A Dsensor_listener.hpp8 namespace interfaces namespace
H A Dtrigger_manager.hpp5 namespace interfaces namespace
H A Dreport_manager.hpp6 namespace interfaces namespace
H A Dthreshold.hpp6 namespace interfaces namespace
H A Dclock.hpp7 namespace interfaces namespace
H A Dtrigger.hpp6 namespace interfaces namespace
H A Dmetric_listener.hpp3 namespace interfaces namespace

1234567