/openbmc/phosphor-debug-collector/host-transport-extensions/pldm/oem/ibm/ |
H A D | pldm_oem_cmds.cpp | 66 using NotAllowed = sdbusplus::xyz::openbmc_project::Common::Error::NotAllowed; typedef 67 using Reason = xyz::openbmc_project::Common::NotAllowed::REASON; 77 elog<NotAllowed>(Reason("Required host dump action via pldm is not " in readEID() 91 elog<NotAllowed>(Reason( in readEID() 126 elog<NotAllowed>(Reason("Host dump offload via pldm is not " in requestOffload() 135 elog<NotAllowed>(Reason("Host dump offload via pldm is not " in requestOffload() 152 elog<NotAllowed>(Reason("Host dump offload via pldm is not " in requestOffload() 198 elog<NotAllowed>(Reason("Host dump deletion via pldm is not " in requestDelete() 212 elog<NotAllowed>(Reason("Host dump deletion via pldm is not " in requestDelete() 233 elog<NotAllowed>(Reason("Host dump deletion via pldm is not " in requestDelete()
|
/openbmc/phosphor-networkd/src/ |
H A D | ipaddress.cpp | 22 using NotAllowed = sdbusplus::xyz::openbmc_project::Common::Error::NotAllowed; typedef 23 using Reason = xyz::openbmc_project::Common::NotAllowed::REASON; 72 elog<NotAllowed>(Reason("Property update is not allowed")); in address() 76 elog<NotAllowed>(Reason("Property update is not allowed")); in prefixLength() 80 elog<NotAllowed>(Reason("Property update is not allowed")); in gateway() 84 elog<NotAllowed>(Reason("Property update is not allowed")); in type() 88 elog<NotAllowed>(Reason("Property update is not allowed")); in origin() 99 elog<NotAllowed>(Reason("Not allowed to delete a non-static address")); in delete_()
|
H A D | neighbor.cpp | 64 using sdbusplus::xyz::openbmc_project::Common::Error::NotAllowed; 66 phosphor::logging::xyz::openbmc_project::Common::NotAllowed::REASON; 71 elog<NotAllowed>(REASON("Property update is not allowed")); in ipAddress() 76 elog<NotAllowed>(REASON("Property update is not allowed")); in macAddress() 81 elog<NotAllowed>(REASON("Property update is not allowed")); in state()
|
H A D | static_gateway.cpp | 62 using sdbusplus::xyz::openbmc_project::Common::Error::NotAllowed; 64 phosphor::logging::xyz::openbmc_project::Common::NotAllowed::REASON; 69 elog<NotAllowed>(REASON("Property update is not allowed")); in gateway() 74 elog<NotAllowed>(REASON("Property update is not allowed")); in protocolType()
|
H A D | ethernet_interface.cpp | 39 using NotAllowed = sdbusplus::xyz::openbmc_project::Common::Error::NotAllowed; typedef 40 using NotAllowedArgument = xyz::openbmc_project::Common::NotAllowed; 711 elog<NotAllowed>(NotAllowedArgument::REASON("ReadOnly Property")); in ntpServers() 954 elog<NotAllowed>( in macAddress()
|
/openbmc/phosphor-debug-collector/host-transport-extensions/pldm/common/ |
H A D | pldm_utils.cpp | 23 using NotAllowed = sdbusplus::xyz::openbmc_project::Common::Error::NotAllowed; typedef 24 using Reason = xyz::openbmc_project::Common::NotAllowed::REASON; 47 elog<NotAllowed>(Reason( in initPLDMInstanceIdDb() 76 elog<NotAllowed>(Reason( in getPLDMInstanceID() 103 elog<NotAllowed>(Reason( in openPLDM() 115 elog<NotAllowed>(Reason( in openPLDM()
|
/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/ |
H A D | resource_dump_entry.cpp | 25 using NotAllowed = in initiateOffload() typedef 26 sdbusplus::xyz::openbmc_project::Common::Error::NotAllowed; in initiateOffload() 27 using Reason = xyz::openbmc_project::Common::NotAllowed::REASON; in initiateOffload() 34 elog<NotAllowed>( in initiateOffload()
|
H A D | dump_manager_system.cpp | 153 using NotAllowed = in createDump() typedef 154 sdbusplus::xyz::openbmc_project::Common::Error::NotAllowed; in createDump() 155 using Reason = xyz::openbmc_project::Common::NotAllowed::REASON; in createDump() 181 elog<NotAllowed>(Reason( in createDump()
|
H A D | dump_manager_resource.cpp | 112 using NotAllowed = in createDump() typedef 113 sdbusplus::xyz::openbmc_project::Common::Error::NotAllowed; in createDump() 114 using Reason = xyz::openbmc_project::Common::NotAllowed::REASON; in createDump() 119 elog<NotAllowed>( in createDump()
|
/openbmc/phosphor-user-manager/phosphor-ldap-config/ |
H A D | ldap_config_mgr.cpp | 33 using NotAllowedArgument = xyz::openbmc_project::Common::NotAllowed; 192 elog<NotAllowed>(NotAllowedArgument::REASON( in enableService() 197 elog<NotAllowed>(NotAllowedArgument::REASON( in enableService()
|
H A D | ldap_config.cpp | 44 using NotAllowedArgument = xyz::openbmc_project::Common::NotAllowed; 535 elog<NotAllowed>(NotAllowedArgument::REASON("ReadOnly Property")); in ldapType()
|
/openbmc/phosphor-certificate-manager/ |
H A D | certs_manager.cpp | 53 using ::sdbusplus::xyz::openbmc_project::Common::Error::NotAllowed; 55 ::phosphor::logging::xyz::openbmc_project::Common::NotAllowed::REASON; 256 elog<NotAllowed>(NotAllowedReason("Certificate already exist")); in install() 261 elog<NotAllowed>(NotAllowedReason("Certificates limit reached")); in install() 276 elog<NotAllowed>(NotAllowedReason("Certificate already exist")); in install() 287 elog<NotAllowed>(NotAllowedReason( in installAll() 294 elog<NotAllowed>(NotAllowedReason( in installAll() 308 elog<NotAllowed>(NotAllowedReason("Certificates limit reached")); in installAll() 432 elog<NotAllowed>(NotAllowedReason("Certificate already exist")); in replaceCertificate()
|
/openbmc/phosphor-certificate-manager/test/ |
H A D | certs_manager_test.cpp | 426 using NotAllowed = in TEST_F() typedef 427 sdbusplus::xyz::openbmc_project::Common::Error::NotAllowed; in TEST_F() 435 catch (const NotAllowed& e) in TEST_F() 440 NotAllowed); in TEST_F() 558 using NotAllowed = in TEST_F() typedef 559 sdbusplus::xyz::openbmc_project::Common::Error::NotAllowed; in TEST_F() 567 catch (const NotAllowed& e) in TEST_F() 572 NotAllowed); in TEST_F() 963 using NotAllowed = in TEST_F() typedef 964 sdbusplus::xyz::openbmc_project::Common::Error::NotAllowed; in TEST_F() [all …]
|
/openbmc/openpower-occ-control/ |
H A D | powermode.cpp | 32 using NotAllowed = sdbusplus::xyz::openbmc_project::Common::Error::NotAllowed; typedef 1271 elog<NotAllowed>(xyz::openbmc_project::Common::NotAllowed::REASON( in powerMode() 1300 elog<NotAllowed>( in powerMode() 1301 xyz::openbmc_project::Common::NotAllowed::REASON( in powerMode()
|
/openbmc/phosphor-bmc-code-mgmt/bmc/ |
H A D | item_updater.cpp | 40 using NotAllowed = sdbusplus::error::xyz::openbmc_project::common::NotAllowed; typedef 697 elog<NotAllowed>(xyz::openbmc_project::common::NotAllowed::REASON( in fieldModeEnabled()
|
/openbmc/smbios-mdr/src/ |
H A D | speed_select.cpp | 156 throw sdbusplus::xyz::openbmc_project::Common::Error::NotAllowed(); in setPropertyCheckOrThrow() 279 throw sdbusplus::xyz::openbmc_project::Common::Error::NotAllowed(); in baseSpeedPriorityEnabled()
|
/openbmc/phosphor-user-manager/test/ |
H A D | ldap_config_test.cpp | 501 NotAllowed); in TEST_F() 623 catch (const NotAllowed& e) in TEST_F() 628 NotAllowed); in TEST_F()
|
/openbmc/openpower-vpd-parser/vpd-manager/include/ |
H A D | types.hpp | 143 using DbusNotAllowed = sdbusplus::xyz::openbmc_project::Common::Error::NotAllowed;
|
/openbmc/phosphor-networkd/test/ |
H A D | test_ethernet_interface.cpp | 179 EXPECT_THROW(interface.ntpServers(servers), NotAllowed); in TEST_F()
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/ |
H A D | README.md | 246 - NotAllowed exception thrown if Install method invoked with a certificate
|