Home
last modified time | relevance | path

Searched refs:Oem (Results 1 – 23 of 23) sorted by relevance

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dmanager.hpp25 Oem, enumerator
33 Oem, enumerator
39 Oem, enumerator
73 {SerialConnectTypesSupported::Oem, "Oem"},
81 {CommandConnectTypesSupported::Oem, "Oem"},
87 {GraphicalConnectTypesSupported::Oem, "Oem"},
H A Dlog_entry.hpp21 Oem, enumerator
62 {LogEntryType::Oem, "Oem"},
H A Dpower.hpp15 Oem, enumerator
53 {PowerLimitException::Oem, "Oem"},
H A Dvirtual_media.hpp23 Oem, enumerator
67 {ConnectedVia::Oem, "Oem"},
H A Dvolume.hpp66 Oem, enumerator
210 {WriteHoleProtectionPolicyType::Oem, "Oem"},
/openbmc/bmcweb/
H A DRedfish.md69 - Oem/OpenBMC/AuthMethods/BasicAuth
70 - Oem/OpenBMC/AuthMethods/Cookie
71 - Oem/OpenBMC/AuthMethods/SessionToken
72 - Oem/OpenBMC/AuthMethods/TLS
73 - Oem/OpenBMC/AuthMethods/XToken
562 - Oem
/openbmc/webui-vue/src/store/modules/Operations/
H A DVirtualMediaStore.js65 websocket: device.data?.Oem?.OpenBMC?.WebSocketEndpoint,
/openbmc/openbmc-test-automation/lib/
H A Dredfish_request.robot25 ${data}= Create Dictionary UserName=${user_name} Password=${password} Oem=${oem_data}
H A Dbmc_redfish_utils.robot204 ${oem_var}= Get Variable Value ${resp.dict["Oem"]["OpenBMC"]["ClientID"]} ${EMPTY}
/openbmc/bmcweb/redfish-core/include/utils/
H A Djournal_utils.hpp142 bmcJournalLogEntryJson["EntryType"] = log_entry::LogEntryType::Oem; in fillBMCJournalLogEntryJson()
/openbmc/openbmc-test-automation/openpower/ext_interfaces/
H A Dtest_client_identifier.robot174 # "Oem": {
190 Valid Value client ['${resp.json()["Oem"]["OpenBMC"]["ClientID"]}']
/openbmc/phosphor-host-ipmid/user_channel/
H A Dcipher_mgmt.cpp218 constexpr auto privMaxValue = static_cast<uint8_t>(ipmi::Privilege::Oem); in setCSPrivilegeLevels()
/openbmc/docs/security/
H A DTLS-configuration.md406 and verify that the attribute `Oem->OpenBMC->AuthMethods->TLS` is set to true.
411 curl --user root:0penBmc -k -X PATCH -H "Content-Type: application/json" --data '{"Oem": {"OpenBMC…
417 curl --user root:0penBmc -k -X PATCH -H "Content-Type: application/json" --data '{"Oem": {"OpenBMC…
422 are available under attribute `Oem->OpenBMC->AuthMethods` of the
/openbmc/openbmc-test-automation/lib/external_intf/
H A Dmanagement_console_utils.robot98 # "Oem": {
/openbmc/bmcweb/test/redfish-core/include/
H A Dfilter_expr_executor_test.cpp256 const nlohmann::json members = R"({"Members": [{"Oem": { in TEST()
/openbmc/bmcweb/redfish-core/lib/
H A Dsystems_logservices_hostlogger.hpp111 logEntryJson["EntryType"] = log_entry::LogEntryType::Oem; in fillHostLoggerEntryJson()
H A Dlog_services.hpp2721 logEntry["EntryType"] = log_entry::LogEntryType::Oem; in logCrashdumpEntry()
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dapi-types.hpp72 Oem, enumerator
/openbmc/openbmc-test-automation/redfish/account_service/
H A Dtest_user_account.robot782 ${payload}= Create Dictionary Oem=${oem}
828 # "Oem": {
841 ${resp}= Redfish.Get Attribute ${REDFISH_ACCOUNTS_SERVICE_URI} Oem
/openbmc/docs/designs/
H A Dredfish-resource-supplement-for-pfr.md214 "Oem": {
H A Dvirtual-media.md282 "Oem": {
/openbmc/phosphor-host-ipmid/
H A Dipmid-new.cpp712 realPriv = ipmi::Privilege::Oem; in ipmi_register_callback()
H A Dtransporthandler.cpp1447 privilege > static_cast<uint8_t>(Privilege::Oem)) in setSolConfParams()