/openbmc/ibm-logging/ |
H A D | manager.cpp | 61 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 D | handler.cpp | 141 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 D | handler.cpp | 41 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 D | main.cpp | 576 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 D | mctp-kernel.md | 798 ### `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 D | utils.cpp | 46 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 D | dbus_interfaces_finder.cpp | 29 const std::vector<std::string>& interfaces, Callback callback) : in DBusInterfacesFinder() 55 interfaces; in interfacesAddedCallback() local
|
/openbmc/bmcweb/src/ |
H A D | dbus_utility.cpp | 106 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 D | storage.hpp | 146 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 D | cable.hpp | 163 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 D | chassis.hpp | 259 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 D | propertywatchimpl.hpp | 41 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 D | collection.hpp | 106 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 D | README.md | 158 #### d-bus interface to install certificate and private Key 167 #### d-bus interface to Delete certificate and Private Key
|
/openbmc/docs/designs/ |
H A D | dump-manager.md | 181 #### The properties common to all dumps 193 #### Additional propertries based on dump types
|
/openbmc/openpower-pnor-code-mgmt/test/ |
H A D | test_functions.cpp | 165 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 D | dbus_monitor.hpp | 36 interfaces; member 162 nlohmann::json::iterator interfaces = j.find("interfaces"); in requestRoutes() local
|
/openbmc/telemetry/src/interfaces/ |
H A D | report.hpp | 7 namespace interfaces namespace
|
H A D | sensor_listener.hpp | 8 namespace interfaces namespace
|
H A D | trigger_manager.hpp | 5 namespace interfaces namespace
|
H A D | report_manager.hpp | 6 namespace interfaces namespace
|
H A D | threshold.hpp | 6 namespace interfaces namespace
|
H A D | clock.hpp | 7 namespace interfaces namespace
|
H A D | trigger.hpp | 6 namespace interfaces namespace
|
H A D | metric_listener.hpp | 3 namespace interfaces namespace
|