| /openbmc/sdbusplus/include/sdbusplus/async/ |
| H A D | server.hpp | 18 template <typename Instance, template <typename, typename> typename... Types> 21 public Types<Instance, server<Instance, Types...>>... 24 using Self = server<Instance, Types...>; 29 context_ref(ctx), Types<Instance, Self>(path)... in server() 35 typename Types<Instance, Self>::properties_t... propValues) : in server() argument 36 context_ref(ctx), Types<Instance, Self>(path, propValues)... in server() 42 template <typename Instance, template <typename, typename> typename... Types> 43 using server_t = server::server<Instance, Types...>; 62 template <typename Tag, typename Instance> 64 requires(const Instance& i) { i.get_property(Tag{}); }; [all …]
|
| /openbmc/sdbusplus/tools/sdbusplus/templates/ |
| H A D | property.aserver.get.hpp.mako | 6 requires server_details::has_get_property_nomsg<${p_tag}, Instance> 8 return static_cast<const Instance*>(this)->get_property(${p_tag}{}); 11 requires server_details::has_get_property_msg<${p_tag}, Instance> 13 return static_cast<const Instance*>(this)->get_property(${p_tag}{}, m); 16 requires (!server_details::has_get_property<${p_tag}, Instance>) 20 Instance>,
|
| H A D | property.aserver.set.hpp.mako | 9 requires server_details::has_set_property_nomsg<${p_tag}, Instance, 12 bool changed = static_cast<Instance*>(this)->set_property( 23 requires server_details::has_set_property_msg<${p_tag}, Instance, 26 bool changed = static_cast<Instance*>(this)->set_property( 37 requires (!server_details::has_set_property<${p_tag}, Instance, 41 !server_details::has_get_property<${p_tag}, Instance>,
|
| H A D | interface.aserver.hpp.mako | 19 template <typename Instance, typename Server> 23 template <typename Instance, typename Server = void> 27 sdbusplus::async::server_t<Instance, details::${interface.classname}>, 28 details::${interface.classname}<Instance, Server>> 34 sdbusplus::async::server_t<Instance, details::${interface.classname}>, 35 details::${interface.classname}<Instance, Server>>(std::forward<Args>(args)...) 44 template <typename Instance, typename Server>
|
| H A D | method.aserver.callback.hpp.mako | 16 ${m_tag}, Instance\ 23 auto self_i = static_cast<Instance*>(self); 36 ${m_tag}, Instance\
|
| H A D | property.aserver.callback.hpp.mako | 23 Instance>) 73 ${p_tag}, Instance, ${p_type}>)
|
| /openbmc/phosphor-host-ipmid/scripts/ |
| H A D | entity-example.md | 30 # Container Entity Id and Container Entity Instance = (0x13, 0x81) 31 # Contained Entity Id and Contained Entity Instance = (0x0A, 0x1), 36 # Entity Id and entity Instance for the container entity 56 # Container Entity Id and Container Entity Instance = (0x18, 0x2) 57 # Contained Entity Id and Contained Entity Instance = (0x1D, 0x1), 97 # Container Entity Id and Container Entity Instance = (0x1E, 0x1) 98 # Contained Entity Id and Contained Entity Instance = (0x20, 0x1), 117 # Container Entity Id and Container Entity Instance = (0x1E, 0x3) 118 # Contained Entity Id and Contained Entity Instance = (0x20, 0x1),
|
| /openbmc/openbmc-test-automation/redfish/systems/ |
| H A D | test_systems_inventory.robot | 189 Verify Systems Instance Collection With Unsupported Methods 190 [Documentation] Verify Systems Instance collection with Unsupported methods 193 # Get operation on Systems Instance Collection 197 # Put operation on Systems Instance Collection 201 # Post operation on Systems Instance Collection 205 # Delete operation on Systems Instance Collection 209 Verify And Modify Systems Instance Collection Properties 210 [Documentation] Verify And Modify Systems Instance Collection Properties 212 [Template] Modify Systems Instance Collection Properties 230 Modify Systems Instance Collection Properties [all …]
|
| /openbmc/phosphor-bmc-code-mgmt/common/include/ |
| H A D | NotifyWatch.hpp | 22 template <typename Instance> 107 co_await static_cast<Instance*>(this)->processUpdate(fileName); in readNotifyAsync()
|
| /openbmc/phosphor-net-ipmid/sol/ |
| H A D | sol_manager.hpp | 29 using Instance = uint8_t; typedef 49 using SOLPayloadMap = std::map<Instance, std::shared_ptr<Context>>;
|
| /openbmc/openbmc-test-automation/redfish/task_service/ |
| H A D | test_tasks_service.robot | 75 Test Generated Task Instance Validity And Task State 119 ${task_id} ${resp_obj}= Generate Task Instance 175 Verify Generate Task Instance Completion 204 Generate Task Instance 223 Verify Generate Task Instance Completion 234 ${task_id} ${resp}= Generate Task Instance ${task_type}
|
| /openbmc/obmc-console/conf/ |
| H A D | obmc-console@.service.in | 6 # Instance ID is the VUART basename
|
| /openbmc/smbios-mdr/include/ |
| H A D | speed_select.hpp | 187 } fn##Instance;
|
| /openbmc/openbmc/meta-nvidia/meta-nvl32-obmc/recipes-phosphor/console/obmc-console/ |
| H A D | obmc-console@.service | 6 # Instance ID is the VUART basename
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/files/ |
| H A D | 0001-Platform-Sgi-workaround-ArmFfaLib-error.patch | 12 …/edk2-platforms/Platform/ARM/SgiPkg/Sgi575/Sgi575.dsc(...): error 4000: Instance of library class …
|
| /openbmc/pldm/requester/ |
| H A D | README.md | 12 - Instance ID expiration and marking the instance ID free after expiration.
|
| /openbmc/intel-ipmi-oem/include/ |
| H A D | manufacturingcommands.hpp | 196 uint8_t Instance; member
|
| /openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-host/ |
| H A D | gbs-ipmid-whitelist.conf | 44 0x06:0x4B //<App>:<Get Payload Instance Info>
|
| /openbmc/openbmc-test-automation/redfish/account_service/ |
| H A D | test_user_account.robot | 617 Verify AccountService Roles Instance With Unsupported Methods 618 [Documentation] Verify Instance Roles for AccountService and Unsupported Methods 621 # GET Administrator Role Instance 625 # GET Operator Role Instance 633 # Post operation on Account Service Roles Instance 637 # Put operation on Account Service Roles Instance 641 # Patch operation on Account Service Roles Instance 645 #Delete operation on Account Service Roles Instance
|
| /openbmc/phosphor-dbus-monitor/src/ |
| H A D | pdmgen.py | 350 class Instance(ConfigEntry): class 354 super(Instance, self).__init__(**kw) 369 super(Instance, self).setup(objs) 1134 "element": Instance,
|
| /openbmc/google-ipmi-sys/ |
| H A D | README.md | 146 Gsys can get the "Entity ID:Entity Instance" to Entity name mapping from BMC 157 | 0x02 | Entity Instance | Entity Instance |
|
| /openbmc/pldm/ |
| H A D | meson.options | 105 description: 'Instance ID expiration interval in seconds',
|
| /openbmc/openbmc-test-automation/ipmi/ |
| H A D | test_ipmi_payload.robot | 73 Test Get Payload Instance Info 74 [Documentation] Test Get Payload Instance via IPMI raw command.
|
| H A D | test_ipmi_sensor.robot | 48 # Entity ID Entity Instance Temp. Readings 111 # Entity ID Entity Instance Temp. Readings
|
| /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/ |
| H A D | README.md | 62 Instance 0 (chassis_system0) will be treated as a complete chassis system which
|