/openbmc/phosphor-objmgr/src/test/ |
H A D | need_to_introspect.cpp | 8 std::string processName; in TEST() local 10 EXPECT_FALSE(needToIntrospect(processName)); in TEST() 16 std::string processName = "org"; in TEST() local 18 EXPECT_TRUE(needToIntrospect(processName)); in TEST() 24 std::string processName = "org.freedesktop"; in TEST() local 26 EXPECT_FALSE(needToIntrospect(processName)); in TEST() 32 std::string processName = "org.freedesktop.foo"; in TEST() local 34 EXPECT_FALSE(needToIntrospect(processName)); in TEST() 40 std::string processName = "org.openbmc"; in TEST() local 42 EXPECT_TRUE(needToIntrospect(processName)); in TEST() [all …]
|
/openbmc/phosphor-objmgr/src/ |
H A D | main.cpp | 50 const std::string& processName) in sendIntrospectionCompleteSignal() argument 58 m.append(processName); in sendIntrospectionCompleteSignal() 71 const std::string& processName, AssociationMaps& am in InProgressIntrospect() 78 systemBus(systemBus), io(io), processName(processName), assocMaps(am) in InProgressIntrospect() 89 sendIntrospectionCompleteSignal(systemBus, processName); in ~InProgressIntrospect() 93 std::cout << std::setw(50) << processName << " scan took " in ~InProgressIntrospect() 122 std::string processName; member 135 const std::string& processName, const std::string& path, in doAssociations() argument 140 [&io, &objectServer, path, processName, &interfaceMap, systemBus, in doAssociations() 150 processName, path, timeoutRetries + 1); in doAssociations() [all …]
|
H A D | processing.cpp | 29 bool needToIntrospect(const std::string& processName) in needToIntrospect() argument 36 [&processName](auto prefix) { in needToIntrospect() 37 return processName.starts_with(prefix); in needToIntrospect() 39 return !(inSkipList || processName.empty()); in needToIntrospect()
|
H A D | processing.hpp | 51 bool needToIntrospect(const std::string& processName);
|
/openbmc/bmcweb/redfish-core/include/utils/ |
H A D | dbus_utils.hpp | 56 std::string_view redfishPropertyName, std::string_view processName, in setDbusProperty() argument 60 std::string processNameStr(processName); in setDbusProperty() 78 std::string_view processName, const sdbusplus::message::object_path& path, in setDbusPropertyAction() argument 83 std::string processNameStr(processName); in setDbusPropertyAction()
|
/openbmc/bmcweb/include/ |
H A D | openbmc_dbus_rest.hpp | 96 const std::string& processName, const std::string& objectPath, in introspectObjects() argument 102 transaction->res.jsonValue["bus_name"] = processName; in introspectObjects() 107 [transaction, processName{std::string(processName)}, in introspectObjects() 115 ec.message(), processName, objectPath); in introspectObjects() 131 processName, objectPath); in introspectObjects() 148 introspectObjects(processName, newpath, transaction); in introspectObjects() 155 processName, objectPath, "org.freedesktop.DBus.Introspectable", in introspectObjects() 2134 const std::string& processName, const std::string& requestedPath) in handleBusSystemPost() argument 2187 [asyncResp, processName, in handleBusSystemPost() 2194 ec.message(), processName, objectPath); in handleBusSystemPost() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/ |
H A D | 0001-include-missing-system-headers.patch | 121 char *processName = NULL; 142 extern char *processName;
|
H A D | 0001-Avoid-variable-definition-in-header-files.patch | 77 @@ -52,6 +52,7 @@ char *processName = NULL;
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | managers.hpp | 85 const char* processName = "xyz.openbmc_project.State.BMC"; in doBMCGracefulRestart() local 94 *crow::connections::systemBus, processName, objectPath, interfaceName, in doBMCGracefulRestart() 112 const char* processName = "xyz.openbmc_project.State.BMC"; in doBMCForceRestart() local 121 *crow::connections::systemBus, processName, objectPath, interfaceName, in doBMCForceRestart()
|
H A D | chassis.hpp | 914 const char* processName = "xyz.openbmc_project.State.Chassis"; in doChassisPowerCycle() local 932 setDbusProperty(asyncResp, "ResetType", processName, objectPath, in doChassisPowerCycle()
|