Home
last modified time | relevance | path

Searched refs:InvalidArgument (Results 26 – 50 of 93) sorted by relevance

1234

/openbmc/phosphor-user-manager/phosphor-ldap-config/
H A Dldap_config.cpp43 using Argument = xyz::openbmc_project::Common::InvalidArgument;
377 elog<InvalidArgument>(Argument::ARGUMENT_NAME("ldapServerURI"), in ldapServerURI()
400 catch (const InvalidArgument& e) in ldapServerURI()
430 elog<InvalidArgument>(Argument::ARGUMENT_NAME("ldapBindDN"), in ldapBindDN()
447 catch (const InvalidArgument& e) in ldapBindDN()
473 elog<InvalidArgument>(Argument::ARGUMENT_NAME("ldapBaseDN"), in ldapBaseDN()
490 catch (const InvalidArgument& e) in ldapBaseDN()
789 elog<InvalidArgument>(Argument::ARGUMENT_NAME("Group name"), in checkPrivilegeMapper()
809 elog<InvalidArgument>(Argument::ARGUMENT_NAME("Privilege level"), in checkPrivilegeLevel()
816 elog<InvalidArgument>(Argument::ARGUMENT_NAME("Privilege"), in checkPrivilegeLevel()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/
H A DManager.interface.yaml31 - xyz.openbmc_project.Common.Error.InvalidArgument
53 - xyz.openbmc_project.Common.Error.InvalidArgument
97 - xyz.openbmc_project.Common.Error.InvalidArgument
111 - xyz.openbmc_project.Common.Error.InvalidArgument
125 - xyz.openbmc_project.Common.Error.InvalidArgument
H A DPrivilegeMapper.interface.yaml34 xyz.openbmc_project.Common.Error.InvalidArgument exception will
46 - xyz.openbmc_project.Common.Error.InvalidArgument
/openbmc/openpower-vpd-parser/vpd-manager/
H A Dmanager.cpp662 using InvalidArgument = in collectFRUVPD() typedef
663 sdbusplus::xyz::openbmc_project::Common::Error::InvalidArgument; in collectFRUVPD()
664 using Argument = xyz::openbmc_project::Common::InvalidArgument; in collectFRUVPD()
677 elog<InvalidArgument>(Argument::ARGUMENT_NAME("Object Path"), in collectFRUVPD()
756 elog<InvalidArgument>(Argument::ARGUMENT_NAME("Object Path"), in collectFRUVPD()
829 using InvalidArgument = in deleteFRUVPD() typedef
830 sdbusplus::xyz::openbmc_project::Common::Error::InvalidArgument; in deleteFRUVPD()
831 using Argument = xyz::openbmc_project::Common::InvalidArgument; in deleteFRUVPD()
844 elog<InvalidArgument>(Argument::ARGUMENT_NAME("Object Path"), in deleteFRUVPD()
857 elog<InvalidArgument>(Argument::ARGUMENT_NAME("FRU not preset"), in deleteFRUVPD()
/openbmc/openpower-proc-control/
H A Dproc_control.cpp93 catch (const common_error::InvalidArgument& e) in main()
95 commit<common_error::InvalidArgument>(); in main()
/openbmc/phosphor-dbus-monitor/src/test/yaml/callbackgroupgentest/
H A Dtest.yaml66 error: xyz::openbmc_project::Common::Error::InvalidArgument
68 - name: xyz::openbmc_project::Common::InvalidArgument::ARGUMENT_NAME
71 - name: xyz::openbmc_project::Common::InvalidArgument::ARGUMENT_VALUE
/openbmc/phosphor-bmc-code-mgmt/
H A Dversion.cpp27 using Argument = xyz::openbmc_project::common::InvalidArgument;
56 elog<InvalidArgument>( in getRepeatedValues()
110 elog<InvalidArgument>(Argument::ARGUMENT_NAME("Version"), in getId()
/openbmc/phosphor-psu-code-mgmt/src/
H A Dversion.cpp24 using Argument = xyz::openbmc_project::Common::InvalidArgument;
33 elog<InvalidArgument>(Argument::ARGUMENT_NAME("FilePath"), in getValues()
/openbmc/phosphor-networkd/src/
H A Dsystem_configuration.cpp19 using Argument = xyz::openbmc_project::Common::InvalidArgument;
94 elog<InvalidArgument>(Argument::ARGUMENT_NAME("Hostname"), in hostName()
H A Dethernet_interface.cpp39 using Argument = xyz::openbmc_project::Common::InvalidArgument;
270 elog<InvalidArgument>(Argument::ARGUMENT_NAME("ipaddress"), in ip()
286 elog<InvalidArgument>( in ip()
326 elog<InvalidArgument>(Argument::ARGUMENT_NAME("ipAddress"), in neighbor()
339 elog<InvalidArgument>(Argument::ARGUMENT_NAME("macAddress"), in neighbor()
480 elog<InvalidArgument>(Argument::ARGUMENT_NAME("StaticNameserver"), in staticNameServers()
602 elog<InvalidArgument>(Argument::ARGUMENT_NAME("VLANId"), in createVLAN()
838 elog<InvalidArgument>(Argument::ARGUMENT_NAME("MACAddress"), in macAddress()
844 elog<InvalidArgument>(Argument::ARGUMENT_NAME("MACAddress"), in macAddress()
929 elog<InvalidArgument>(Argument::ARGUMENT_NAME("GATEWAY"), in normalizeGateway()
/openbmc/phosphor-settingsd/
H A Dsettings_manager.mako.hpp203 phosphor::logging::report<error::InvalidArgument>(
204 metadata::InvalidArgument::ARGUMENT_NAME("${t}"),
206 metadata::InvalidArgument::ARGUMENT_VALUE(std::to_string(value).c_str()));
208 metadata::InvalidArgument::ARGUMENT_VALUE(value.c_str()));
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/Ldap/
H A DConfig.interface.yaml13 - xyz.openbmc_project.Common.Error.InvalidArgument
22 - xyz.openbmc_project.Common.Error.InvalidArgument
41 - xyz.openbmc_project.Common.Error.InvalidArgument
/openbmc/obmc-ikvm/
H A Dikvm_server.cpp32 elog<InvalidArgument>( in Server()
33 xyz::openbmc_project::Common::InvalidArgument::ARGUMENT_NAME(""), in Server()
34 xyz::openbmc_project::Common::InvalidArgument::ARGUMENT_VALUE("")); in Server()
/openbmc/phosphor-logging/phosphor-rsyslog-config/
H A Dserver-conf.cpp126 using Argument = xyz::openbmc_project::common::InvalidArgument; in address()
139 elog<InvalidArgument>(Argument::ARGUMENT_NAME("Address"), in address()
146 catch (const InvalidArgument& e) in address()
/openbmc/telemetry/src/
H A Dreport_factory.cpp164 throw errors::InvalidArgument("ReadingParameters", in getMetricParamsFromSensorTree()
192 catch (const errors::InvalidArgument& e) in getMetricParamsFromSensorTree()
200 throw errors::InvalidArgument("ReadingParameters."s + e.propertyName); in getMetricParamsFromSensorTree()
/openbmc/phosphor-led-manager/fault-monitor/
H A Dfru-fault-monitor.cpp47 sdbusplus::xyz::openbmc_project::Common::Error::InvalidArgument;
99 InvalidArgument::ARGUMENT_NAME("path"), in action()
100 InvalidArgument::ARGUMENT_VALUE(path.c_str())); in action()
/openbmc/phosphor-logging/test/openpower-pels/
H A Dpel_manager_test.cpp428 sdbusplus::xyz::openbmc_project::Common::Error::InvalidArgument); in TEST_F()
458 sdbusplus::xyz::openbmc_project::Common::Error::InvalidArgument); in TEST_F()
465 sdbusplus::xyz::openbmc_project::Common::Error::InvalidArgument); in TEST_F()
480 sdbusplus::xyz::openbmc_project::Common::Error::InvalidArgument); in TEST_F()
486 sdbusplus::xyz::openbmc_project::Common::Error::InvalidArgument); in TEST_F()
492 sdbusplus::xyz::openbmc_project::Common::Error::InvalidArgument); in TEST_F()
655 sdbusplus::xyz::openbmc_project::Common::Error::InvalidArgument); in TEST_F()
734 const sdbusplus::xyz::openbmc_project::Common::Error::InvalidArgument& in TEST_F()
798 sdbusplus::xyz::openbmc_project::Common::Error::InvalidArgument); in TEST_F()
814 sdbusplus::xyz::openbmc_project::Common::Error::InvalidArgument); in TEST_F()
[all …]
/openbmc/phosphor-logging/test/
H A Dremote_logging_test_address.cpp24 EXPECT_THROW(config->address("this is not_an_IP!"), InvalidArgument); in TEST_F()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/
H A DSystemConfiguration.interface.yaml9 - xyz.openbmc_project.Common.Error.InvalidArgument
/openbmc/phosphor-user-manager/
H A Duser_mgr.cpp92 using InvalidArgument = typedef
93 sdbusplus::xyz::openbmc_project::Common::Error::InvalidArgument;
102 using Argument = xyz::openbmc_project::Common::InvalidArgument;
142 elog<InvalidArgument>(Argument::ARGUMENT_NAME("Group Name"), in checkAndThrowsForGroupChangeAllowed()
187 elog<InvalidArgument>(Argument::ARGUMENT_NAME("User name"), in isUserExist()
214 elog<InvalidArgument>(Argument::ARGUMENT_NAME("Group Name"), in checkAndThrowForDisallowedGroupCreation()
252 elog<InvalidArgument>(Argument::ARGUMENT_NAME("User name"), in throwForUserNameConstraints()
259 elog<InvalidArgument>(Argument::ARGUMENT_NAME("User name"), in throwForUserNameConstraints()
298 elog<InvalidArgument>(Argument::ARGUMENT_NAME("Privilege"), in throwForInvalidPrivilege()
311 elog<InvalidArgument>(Argument::ARGUMENT_NAME("GroupName"), in throwForInvalidGroups()
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/HardwareIsolation/
H A DCreate.interface.yaml29 - xyz.openbmc_project.Common.Error.InvalidArgument
63 - xyz.openbmc_project.Common.Error.InvalidArgument
/openbmc/openpower-pnor-code-mgmt/
H A Dversion.cpp26 using Argument = xyz::openbmc_project::Common::InvalidArgument;
62 elog<InvalidArgument>(Argument::ARGUMENT_NAME("FilePath"), in getValue()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/Client/
H A DCreate.interface.yaml16 - xyz.openbmc_project.Common.Error.InvalidArgument
/openbmc/phosphor-networkd/yaml/xyz/openbmc_project/Network/Neighbor/
H A DCreateStatic.interface.yaml21 - xyz.openbmc_project.Common.Error.InvalidArgument
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Channel/
H A DChannelAccess.interface.yaml12 - xyz.openbmc_project.Common.Error.InvalidArgument

1234