Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A DAPI.pm850 foreach my $serviceId (keys %GLOBAL_SERVICE) {
851 print "$serviceId:\n";
852 print "Type - $GLOBAL_SERVTYPE{$serviceId}\n";
854 foreach my $service (@{$GLOBAL_SERVICE{$serviceId}}) {
858 foreach my $process (@{$GLOBAL_PROCESS{$serviceId}}) {
/openbmc/bmcweb/redfish-core/lib/
H A Dlog_services.hpp1120 std::string serviceId; in getDumpServiceInfo() local
1128 serviceId = "Dump"; in getDumpServiceInfo()
1131 BMCWEB_REDFISH_MANAGER_URI_NAME, serviceId); in getDumpServiceInfo()
1137 serviceId = "FaultLog"; in getDumpServiceInfo()
1140 BMCWEB_REDFISH_MANAGER_URI_NAME, serviceId); in getDumpServiceInfo()
1146 serviceId = "Dump"; in getDumpServiceInfo()
1149 BMCWEB_REDFISH_SYSTEM_URI_NAME, serviceId); in getDumpServiceInfo()
1165 asyncResp->res.jsonValue["Id"] = serviceId; in getDumpServiceInfo()