Lines Matching full:in

13  * @param[in] io                  - io context
14 * @param[in] sourcePath - Path of the object that contains the
16 * @param[in] owner - The Dbus service having its associations
18 * @param[in,out] server - sdbus system object
19 * @param[in,out] assocMaps - The association maps
33 * @param[in] io - io context
34 * @param[in] objectServer - sdbus system object
35 * @param[in] assocPath - Path of the object that contains the
37 * @param[in] endpointsToRemove - Endpoints to remove
38 * @param[in,out] assocMaps - The association maps
51 * property, passed in via the newAssociations param, check if any of the
52 * paths in the xyz.openbmc_project.Association.endpoints D-Bus property
57 * @param[in] io - io context
58 * @param[in] sourcePath - Path of the object that contains the
60 * @param[in] owner - The Dbus service having it's associatons
62 * @param[in] newAssociations - New associations to look at for change
63 * @param[in,out] objectServer - sdbus system object
64 * @param[in,out] assocMaps - The association maps
78 * @param[in] io - io context
79 * @param[in,out] objectServer - sdbus system object
80 * @param[in] associations - New associations to look at for change
81 * @param[in] path - Path of the object that contains the
83 * @param[in] owner - The Dbus service having it's associatons
85 * @param[in] interfaceMap - The full interface map
86 * @param[in,out] assocMaps - The association maps
100 * When the path does show up in D-Bus, if there is a pending
103 * @param[in] objectPath - The D-Bus object path that should be an
106 * @param[in] type - The association type. Gets used in the final
108 * @param[in] endpointPath - The D-Bus path on the other side
110 * @param[in] endpointType - The endpoint association type. Gets used
111 * in the final association path of
113 * @param[in] owner - The service name that owns the association.
114 * @param[in,out] assocMaps - The association maps
125 * @param[in] endpointPath - the endpoint path to remove
126 * @param[in,out] assocMaps - The association maps
133 * @param[in] io - io context
134 * @param[in,out] server - sdbus system object
135 * @param[in] assocPath - The association D-Bus path
136 * @param[in] endpoint - The association's D-Bus endpoint path
137 * @param[in] owner - The owning D-Bus well known name
138 * @param[in] ownerPath - The D-Bus path hosting the Associations property
139 * @param[in,out] assocMaps - The association maps
150 * If objectPath is now on D-Bus, and it is also in the pending associations
152 * associations entry. Used when a new path shows up in D-Bus.
154 * @param[in] io - io context
155 * @param[in] objectPath - the path to check
156 * @param[in] interfaceMap - The master interface map
157 * @param[in,out] assocMaps - The association maps
158 * @param[in,out] server - sdbus system object
165 /** @brief Find all associations in the association owners map with the
168 * @param[in] endpointPath - the endpoint path to look for
169 * @param[in] assocMaps - The association maps
177 /** @brief If endpointPath is in an association, move that association
182 * on D-Bus), then move the association it's involved in to pending.
184 * @param[in] io - io context
185 * @param[in] endpointPath - the D-Bus endpoint path to check
186 * @param[in,out] assocMaps - The association maps
187 * @param[in,out] server - sdbus system object