Home
last modified time | relevance | path

Searched refs:NotAllowed (Results 1 – 20 of 20) sorted by relevance

/openbmc/phosphor-debug-collector/host-transport-extensions/pldm/oem/ibm/
H A Dpldm_oem_cmds.cpp66 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 Dipaddress.cpp22 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 Dneighbor.cpp64 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 Dstatic_gateway.cpp62 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 Dethernet_interface.cpp39 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 Dpldm_utils.cpp23 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 Dresource_dump_entry.cpp25 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 Ddump_manager_system.cpp153 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 Ddump_manager_resource.cpp112 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 Dldap_config_mgr.cpp33 using NotAllowedArgument = xyz::openbmc_project::Common::NotAllowed;
192 elog<NotAllowed>(NotAllowedArgument::REASON( in enableService()
197 elog<NotAllowed>(NotAllowedArgument::REASON( in enableService()
H A Dldap_config.cpp44 using NotAllowedArgument = xyz::openbmc_project::Common::NotAllowed;
535 elog<NotAllowed>(NotAllowedArgument::REASON("ReadOnly Property")); in ldapType()
/openbmc/phosphor-certificate-manager/
H A Dcerts_manager.cpp53 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 Dcerts_manager_test.cpp426 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 Dpowermode.cpp32 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 Ditem_updater.cpp40 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 Dspeed_select.cpp156 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 Dldap_config_test.cpp501 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 Dtypes.hpp143 using DbusNotAllowed = sdbusplus::xyz::openbmc_project::Common::Error::NotAllowed;
/openbmc/phosphor-networkd/test/
H A Dtest_ethernet_interface.cpp179 EXPECT_THROW(interface.ntpServers(servers), NotAllowed); in TEST_F()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/
H A DREADME.md246 - NotAllowed exception thrown if Install method invoked with a certificate