Home
last modified time | relevance | path

Searched refs:Association (Results 1 – 25 of 83) sorted by relevance

1234

/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Association/
H A Dmeson.build4 sdbusplus_current_path = 'xyz/openbmc_project/Association'
8 input: ['../../../../yaml/xyz/openbmc_project/Association.interface.yaml'],
27 'xyz/openbmc_project/Association',
41 'xyz/openbmc_project/Association/Definitions__markdown'.underscorify(),
43 '../../../../yaml/xyz/openbmc_project/Association/Definitions.interface.yaml',
57 'xyz/openbmc_project/Association/Definitions',
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Association/Definitions/
H A Dmeson.build3 sdbusplus_current_path = 'xyz/openbmc_project/Association/Definitions'
6 'xyz/openbmc_project/Association/Definitions__cpp'.underscorify(),
8 '../../../../../yaml/xyz/openbmc_project/Association/Definitions.interface.yaml',
28 'xyz/openbmc_project/Association/Definitions',
/openbmc/s2600wf-misc/callback-manager/include/
H A Dcallback_manager.hpp9 using Association = std::tuple<std::string, std::string, std::string>; typedef
34 association->register_property("Associations", std::set<Association>()); in AssociationManager()
36 std::set<Association>()); in AssociationManager()
50 std::set<Association> result; in setLocalAssociations()
72 std::set<Association> result; in setSensorAssociations()
/openbmc/phosphor-objmgr/src/test/
H A Dinterfaces_added.cpp21 std::vector<Association> associations = { in createInterfacesAdded()
24 std::variant<std::vector<Association>> sdbVecAssoc = {associations}; in createInterfacesAdded()
25 std::vector<std::pair<std::string, std::variant<std::vector<Association>>>> in createInterfacesAdded()
H A Dassociations.cpp173 std::vector<Association> associations = { in TEST_F()
198 std::vector<Association> associations = { in TEST_F()
233 std::vector<Association> associations = { in TEST_F()
269 std::vector<Association> associations = { in TEST_F()
303 std::vector<Association> associations = { in TEST_F()
406 std::vector<Association> associations = { in TEST_F()
481 std::vector<std::tuple<std::string, Association>> associationData; in TEST_F()
/openbmc/phosphor-objmgr/src/
H A Dtypes.hpp75 using Association = std::tuple<std::string, std::string, std::string>; typedef
88 using ExistingEndpoint = std::tuple<std::string, Association>;
96 using FindAssocResults = std::vector<std::tuple<std::string, Association>>;
H A Dprocessing.cpp114 const std::variant<std::vector<Association>>* variantAssociations = in processInterfaceAdded()
129 std::vector<Association> associations = in processInterfaceAdded()
130 std::get<std::vector<Association>>(*variantAssociations); in processInterfaceAdded()
H A Dmain.cpp143 const std::variant<std::vector<Association>>& variantAssociations) { in doAssociations()
155 std::vector<Association> associations = in doAssociations()
156 std::get<std::vector<Association>>(variantAssociations); in doAssociations()
544 std::variant<std::vector<Association>>> in main()
550 std::vector<Association> associations = in main()
551 std::get<std::vector<Association>>(prop->second); in main()
H A Dassociations.cpp242 const std::vector<Association>& associations, const std::string& path, in associationChanged()
248 for (const Association& association : associations) in associationChanged()
318 Association assoc{type, endpointType, endpointPath}; in addPendingAssociation()
536 Association association{thisType, otherType, otherPath}; in findAssociations()
H A Dprocessing.hpp26 std::string, std::variant<std::vector<Association>>>>>>;
/openbmc/dbus-sensors/src/tests/
H A Dtest_MCTPReactor.cpp51 const std::vector<Association>& associations),
109 std::vector<Association> requiredAssociation{ in TEST_F()
138 std::vector<Association> requiredAssociation{ in TEST_F()
170 std::vector<Association> requiredAssociation{ in TEST_F()
208 std::vector<Association> requiredAssociation{ in TEST()
/openbmc/entity-manager/src/
H A Dtopology.hpp8 using Association = std::tuple<std::string, std::string, std::string>; typedef
18 std::unordered_map<std::string, std::vector<Association>> getAssocs(
H A Dtopology.cpp45 std::unordered_map<std::string, std::vector<Association>> Topology::getAssocs( in getAssocs()
48 std::unordered_map<std::string, std::vector<Association>> result; in getAssocs()
/openbmc/intel-ipmi-oem/include/
H A Dtypes.hpp30 using Association = std::tuple<std::string, std::string, std::string>; typedef
34 int32_t, uint64_t, int64_t, double, std::vector<Association>,
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/
H A Dmeson.build2 subdir('Association') subdir
44 input: ['../../../yaml/xyz/openbmc_project/Association.interface.yaml'],
45 output: ['Association.md'],
57 'xyz/openbmc_project/Association',
/openbmc/entity-manager/test/
H A Dtest_topology.cpp13 const Association subchassisAssoc =
15 const Association powerAssoc =
228 const Association subchassisAssoc2 =
253 const Association subchassisAssoc2 =
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/
H A DREADME.md9 objects. A graph consisting of Inventory objects as vertices and Association as
13 ## Inventory Association
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dbiblio.rst16 :author: Consumer Electronics Association (http://www.ce.org)
325 :author: Consumer Electronics Association (http://www.ce.org)
335 :author: Video Electronics Standards Association (http://www.vesa.org)
346 :author: Video Electronics Standards Association (http://www.vesa.org)
389 :author: Video Electronics Standards Association (http://www.vesa.org)
/openbmc/s2600wf-misc/callback-manager/src/
H A Dcallback_manager.cpp280 std::variant<std::vector<Association>>> in createAssociationMatch()
302 const std::vector<Association>* associations = in createAssociationMatch()
303 std::get_if<std::vector<Association>>( in createAssociationMatch()
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libavc1394/
H A Dlibavc1394_0.5.4.bb2 Association AV/C (Audio/Video Control) Digital Interface Command Set"
/openbmc/dbus-sensors/src/mctp/
H A DMCTPReactor.hpp20 const std::vector<Association>& associations) = 0;
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dtypes.hpp21 using Association = std::tuple<std::string, std::string, std::string>; typedef
27 std::vector<std::string>, std::vector<Association>>;
/openbmc/phosphor-health-monitor/
H A Dhealth_metric.hpp19 sdbusplus::xyz::openbmc_project::Association::server::Definitions;
/openbmc/docs/architecture/
H A Dobject-mapper.md181 xyz.openbmc_project.Association endpoints
264 xyz.openbmc_project.Association endpoints
342 xyz.openbmc_project.Association endpoints
396 xyz.openbmc_project.Association endpoints
476 `xyz.openbmc_project.Association.Definitions` interface, and then when an
502 On each of these objects, the interface `xyz.openbmc_project.Association` will
/openbmc/phosphor-dbus-monitor/src/
H A Ddata_types.hpp69 sdbusplus::xyz::openbmc_project::Association::server::Definitions::

1234