Home
last modified time | relevance | path

Searched refs:Group (Results 1 – 25 of 232) sorted by relevance

12345678910

/openbmc/phosphor-led-manager/manager/
H A Dgroup.hpp18 sdbusplus::xyz::openbmc_project::Led::server::Group>;
23 class Group : public GroupInherit class
26 Group() = delete;
27 ~Group() override = default;
28 Group(const Group&) = delete;
29 Group& operator=(const Group&) = delete;
30 Group(Group&&) = delete;
31 Group& operator=(Group&&) = delete;
41 Group(sdbusplus::bus_t& bus, const std::string& objPath, Manager& manager, in Group() function in phosphor::led::Group
43 std::function<bool(Group*, bool)> callBack = nullptr) : in Group() argument
[all …]
H A Dgroup.cpp14 bool Group::asserted(bool value) in asserted()
24 return sdbusplus::xyz::openbmc_project::Led::server::Group:: in asserted()
30 return sdbusplus::xyz::openbmc_project::Led::server::Group::asserted(); in asserted()
35 sdbusplus::xyz::openbmc_project::Led::server::Group::asserted()) in asserted()
61 return sdbusplus::xyz::openbmc_project::Led::server::Group::asserted( in asserted()
/openbmc/phosphor-fan-presence/control/json/
H A Dgroup.hpp43 class Group : public ConfigBase class
49 Group() = delete;
50 Group(Group&&) = delete;
51 Group& operator=(const Group&) = delete;
52 Group& operator=(Group&&) = delete;
53 ~Group() = default;
61 explicit Group(const json& jsonObj);
69 Group(const Group& origObj);
H A Dgroup.cpp26 std::set<std::string> Group::_allMembers{};
28 Group::Group(const json& jsonObj) : ConfigBase(jsonObj), _service("") in Group() function in phosphor::fan::control::json::Group
38 Group::Group(const Group& origObj) : ConfigBase(origObj) in Group() function in phosphor::fan::control::json::Group
49 void Group::setMembers(const json& jsonObj) in setMembers()
63 void Group::setService(const json& jsonObj) in setService()
H A Devent.hpp105 std::map<configKey, std::unique_ptr<Group>>&& groups) in setAllGroups()
118 static std::map<configKey, std::unique_ptr<Group>>& getAllGroups(
129 static void configGroup(Group& group, const json& jsonObj);
142 std::vector<Group>& groups);
156 std::vector<Group> _groups;
168 static std::map<configKey, std::unique_ptr<Group>> allGroups;
/openbmc/phosphor-fan-presence/monitor/
H A Dtrust_group.hpp43 class Group class
46 Group() = delete;
47 virtual ~Group() = default;
48 Group(const Group&) = delete;
49 Group& operator=(const Group&) = delete;
50 Group(Group&&) = delete;
51 Group& operator=(Group&&) = delete;
58 explicit Group(const std::vector<GroupDefinition>& names) : _names(names) {} in Group() function in phosphor::fan::trust::Group
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-host/
H A Dgbs-ipmid-whitelist.conf63 0x2C:0x00 //<Group Extension>:<Group Extension Command>
64 0x2C:0x01 //<Group Extension>:<Get DCMI Capabilities>
65 0x2C:0x02 //<Group Extension>:<Get Power Reading>
66 0x2C:0x03 //<Group Extension>:<Get Power Limit>
67 0x2C:0x06 //<Group Extension>:<Get Asset Tag>
68 0x2C:0x07 //<Group Extension>:<Get Sensor Info>
69 0x2C:0x09 //<Group Extension>:<Get Management Controller Identifier String>
70 0x2C:0x0A //<Group Extension>:<Set Management Controller Identifier String>
71 0x2C:0x10 //<Group Extension>:<Get Temperature Readings>
72 0x2C:0x12 //<Group Extension>:<Set DCMI Configuration Parameters>
[all …]
/openbmc/phosphor-fan-presence/control/json/triggers/
H A Dsignal.hpp53 void propertiesChanged(Manager* mgr, const Group& group,
63 void interfacesAdded(Manager* mgr, const Group& group, TriggerActions& actions,
73 void interfacesRemoved(Manager* mgr, const Group& group,
83 void nameOwnerChanged(Manager* mgr, const Group& group, TriggerActions& actions,
93 void member(Manager* mgr, const Group& group, TriggerActions& actions,
98 std::function<void(Manager*, const Group&, TriggerActions&, const json&)>;
H A Dinit.hpp41 void getProperties(Manager* mgr, const Group& group);
49 void nameHasOwner(Manager* mgr, const Group& group);
52 using methodHandler = std::function<void(Manager*, const Group&)>;
/openbmc/phosphor-fan-presence/control/json/actions/
H A Dmapped_floor.hpp146 MappedFloor(const json& jsonObj, const std::vector<Group>& groups);
214 std::optional<PropertyVariantType> getMaxGroupValue(const Group& group);
225 const Group* getGroup(const std::string& name);
236 const Group* _keyGroup;
239 const Group* _conditionGroup = nullptr;
254 std::variant<const Group*, std::string> groupOrParameter;
/openbmc/phosphor-host-ipmid/
H A Dhost-ipmid-whitelist.conf45 0x2C:0x00 //<Group Extension>:<Group Extension Command>
46 0x2C:0x01 //<Group Extension>:<Get DCMI Capabilities>
47 0x2C:0x02 //<Group Extension>:<Get Power Reading>
48 0x2C:0x03 //<Group Extension>:<Get Power Limit>
49 0x2C:0x06 //<Group Extension>:<Get Asset Tag>
50 0x2C:0x07 //<Group Extension>:<Get Sensor Info>
51 0x2C:0x10 //<Group Extension>:<Get Temperature Readings>
/openbmc/phosphor-fan-presence/control/
H A Dzone.hpp115 void setActiveAllow(const Group* group, bool isActiveAllow);
123 inline void setFloorChangeAllow(const Group* group, bool isAllow) in setFloorChangeAllow()
134 inline void setDecreaseAllow(const Group* group, bool isAllow) in setDecreaseAllow()
297 void removeService(const Group* group, const std::string& name);
306 void setServiceOwner(const Group* group, const std::string& name,
314 void setServices(const Group* group);
323 inline auto getGroupServices(const Group* group) in getGroupServices()
508 const Group& eventGroup, const std::vector<Action>& eventActions,
519 void addTimer(const std::string& name, const Group& group,
529 void timerExpired(const Group& eventGroup,
[all …]
H A Dtypes.hpp45 using Group = std::vector<std::tuple<std::string, std::string, std::string>>; typedef
49 using MethodHandler = std::function<void(Zone&, const Group&)>;
50 using Action = std::function<void(Zone&, const Group&)>;
51 using Trigger = std::function<void(Zone&, const std::string&, const Group&,
56 using ActionData = std::vector<std::tuple<Group, std::vector<Action>>>;
85 std::tuple<std::string, Group, ActionData, std::vector<Trigger>>;
92 std::tuple<Group, std::string, SignalHandler, std::vector<Action>>;
H A Dactions.cpp18 control::Zone& zone, const Group& group) { in call_actions_based_on_timer()
54 void default_floor_on_missing_owner(Zone& zone, const Group& group) in default_floor_on_missing_owner()
72 return [speed](control::Zone& zone, const Group& group) { in set_speed_on_missing_owner()
89 void set_request_speed_base_with_max(control::Zone& zone, const Group& group) in set_request_speed_base_with_max()
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Doemrouter.hpp17 using Group = std::array<std::uint8_t, groupMagicSize>; typedef
68 constexpr Number toOemNumber(const Group& oeg) in toOemNumber()
77 constexpr Group toOemGroup(Number oen) in toOemGroup()
79 return Group{static_cast<std::uint8_t>(oen), in toOemGroup()
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Led/
H A Dmeson.build2 subdir('Group') subdir
9 input: ['../../../../yaml/xyz/openbmc_project/Led/Group.interface.yaml'],
10 output: ['Group.md'],
22 'xyz/openbmc_project/Led/Group',
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DApache-1.03 * Copyright (c) 1995-1999 The Apache Group. All rights reserved.
19 * "This product includes software developed by the Apache Group
22 * 4. The names "Apache Server" and "Apache Group" must not be used to
29 * permission of the Apache Group.
33 * "This product includes software developed by the Apache Group
51 * individuals on behalf of the Apache Group and was originally based
54 * For more information on the Apache Group and the Apache HTTP server
H A DPHP-3.04 Copyright (c) 1999 - 2010 The PHP Group. All rights reserved.
29 5. The PHP Group may publish revised and/or new versions of the
36 published by the PHP Group. No one other than the PHP Group has
61 individuals on behalf of the PHP Group.
63 The PHP Group can be contacted via Email at group@php.net.
65 For more information on the PHP Group and the PHP project,
H A DPHP-3.013 Copyright (c) 1999 - 2012 The PHP Group. All rights reserved.
15Group may publish revised and/or new versions of the license from time to time. Each version will …
21 …s software consists of voluntary contributions made by many individuals on behalf of the PHP Group.
23 The PHP Group can be contacted via Email at group@php.net.
25 For more information on the PHP Group and the PHP project, please see <http://www.php.net>.
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Led/Group/
H A Dmeson.build3 sdbusplus_current_path = 'xyz/openbmc_project/Led/Group'
7 input: ['../../../../../yaml/xyz/openbmc_project/Led/Group.interface.yaml'],
26 'xyz/openbmc_project/Led/Group',
/openbmc/phosphor-led-manager/
H A DREADME.md21 For example, Group 1 says LED1 should be "Blink", and Group 2 says it should be
24 ## Configuration: LED Group Priority
27 to always be consistent, Group Priority can be used to enforce the consistent
30 The Group `Priority` is optional and a higher priority means that when 2 groups
34 ## Configuration Example with Group Priorities (JSON)
142 xyz.openbmc_project.Led.Group interface - - -
155 xyz.openbmc_project.Led.Group Asserted b true
/openbmc/pldm/oem/ibm/host-bmc/
H A Dhost_lamp_test.cpp20 return sdbusplus::xyz::openbmc_project::Led::server::Group::asserted(); in asserted()
34 sdbusplus::xyz::openbmc_project::Led::server::Group::asserted()) in asserted()
60 return sdbusplus::xyz::openbmc_project::Led::server::Group:: in asserted()
72 return sdbusplus::xyz::openbmc_project::Led::server::Group::asserted(value); in asserted()
/openbmc/qemu/rust/qemu-api-macros/src/
H A Dbits.rs7 Delimiter, Group, Ident, Punct, Spacing, Span, TokenStream, TokenTree, TokenTree as TT,
16 TT::Group(Group::new(Delimiter::Parenthesis, ts)) in paren()
40 TT::Group(ref g) => { in parse_primary()
193 let TT::Group(ref _group) = tok else { in parse()
201 typ: TT::Group(Group::new(Delimiter::None, typ)), in parse()
/openbmc/openbmc/meta-openembedded/meta-oe/licenses/
H A DOGPL7 (c) Copyright 1989 - 1994, 1996 - 1999 The Open Group
31 source systems. You must contact The Open Group for a license allowing
60 notice and should not be construed as a commitment by The Open Group
71 (c) Copyright 1996, 1997, 1998, 1999, 2000 The Open Group.
80 The Open Group LLC
89 Open Group, Apex Plaza, Forbury Road, Reading, Berkshire, RG1 1AX, UK.
95 (c) Copyright 1996, 1997, 1998, 1999, 2000 The Open Group. ALL RIGHTS
98 The Open Group, Open Software Foundation, OSF, OSF/Motif, and Motif are
99 Trademarks of The Open Group
H A Dzsh17 are referred to as `the Zsh Development Group'. This is for convenience
28 In no event shall the Zsh Development Group be liable to any party for
31 Development Group have been advised of the possibility of such damage.
33 The Zsh Development Group specifically disclaim any warranties, including,
36 basis, and the Zsh Development Group have no obligation to provide

12345678910