Home
last modified time | relevance | path

Searched hist:"99 e66a03" (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-inventory-manager/
H A D.gitignore99e66a03 Wed Mar 06 14:11:22 CST 2019 Matt Spinler <spinler@us.ibm.com> Load the associations definitions

Parse the JSON file to load in the _associations
data structures. Any failures will cause an exception
to be thrown that will crash the app.

The JSON looks like:

[
{
"path": "The relative path of the inventory object to create the
org.openbmc.Associations interface on."
"endpoints":
[
{
"types":
{
"fType": "The forward association type."
"rType": "The reverse association type."
},
"paths":
[
"The list of association endpoints for this
inventory path and association type."
]
}
]
}
]

Change-Id: I098fdc607f0c3ab2861f9b33e3e0d46e4989bd7a
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
H A Dassociation_manager.hpp99e66a03 Wed Mar 06 14:11:22 CST 2019 Matt Spinler <spinler@us.ibm.com> Load the associations definitions

Parse the JSON file to load in the _associations
data structures. Any failures will cause an exception
to be thrown that will crash the app.

The JSON looks like:

[
{
"path": "The relative path of the inventory object to create the
org.openbmc.Associations interface on."
"endpoints":
[
{
"types":
{
"fType": "The forward association type."
"rType": "The reverse association type."
},
"paths":
[
"The list of association endpoints for this
inventory path and association type."
]
}
]
}
]

Change-Id: I098fdc607f0c3ab2861f9b33e3e0d46e4989bd7a
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
H A Dassociation_manager.cpp99e66a03 Wed Mar 06 14:11:22 CST 2019 Matt Spinler <spinler@us.ibm.com> Load the associations definitions

Parse the JSON file to load in the _associations
data structures. Any failures will cause an exception
to be thrown that will crash the app.

The JSON looks like:

[
{
"path": "The relative path of the inventory object to create the
org.openbmc.Associations interface on."
"endpoints":
[
{
"types":
{
"fType": "The forward association type."
"rType": "The reverse association type."
},
"paths":
[
"The list of association endpoints for this
inventory path and association type."
]
}
]
}
]

Change-Id: I098fdc607f0c3ab2861f9b33e3e0d46e4989bd7a
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
/openbmc/phosphor-inventory-manager/test/
H A Dassociations_test.cpp99e66a03 Wed Mar 06 14:11:22 CST 2019 Matt Spinler <spinler@us.ibm.com> Load the associations definitions

Parse the JSON file to load in the _associations
data structures. Any failures will cause an exception
to be thrown that will crash the app.

The JSON looks like:

[
{
"path": "The relative path of the inventory object to create the
org.openbmc.Associations interface on."
"endpoints":
[
{
"types":
{
"fType": "The forward association type."
"rType": "The reverse association type."
},
"paths":
[
"The list of association endpoints for this
inventory path and association type."
]
}
]
}
]

Change-Id: I098fdc607f0c3ab2861f9b33e3e0d46e4989bd7a
Signed-off-by: Matt Spinler <spinler@us.ibm.com>