Lines Matching full:in
48 * @param[in] intf - The interface used for each lookup
49 * @param[in] path - The path used for each lookup
54 /** @brief Gets the service name from the cache or does in a
57 * @param[in] bus - The bus associated with and used for looking
67 * @param[in] bus - The bus used for calling the method
68 * @param[in] intf - The interface containing the method
69 * @param[in] method - The method name
77 * @param[in] bus - The bus used for the service lookup
89 /** @brief The name of the bus used in the service lookup */
96 * @param[in] bus - DBUS Bus Object
97 * @param[in] intf - DBUS Interface
98 * @param[in] path - DBUS Object Path
105 * @param[in] bus - DBUS Bus Object.
106 * @param[in] interfaces - Dbus interface.
107 * @param[in] subtreePath - subtree from where the search should start.
108 * @param[in] depth - Search depth
116 * @param[in] bus - DBUS Bus Object.
117 * @param[in] interface - Dbus interface.
118 * @param[in] subtreePath - subtree from where the search should start.
119 * @param[in] match - identifier for object.
128 * @param[in] bus - DBUS Bus Object.
129 * @param[in] service - Dbus service name.
130 * @param[in] objPath - Dbus object path.
131 * @param[in] interface - Dbus interface.
132 * @param[in] property - name of the property.
142 * @param[in] bus - DBUS Bus Object.
143 * @param[in] service - Dbus service name.
144 * @param[in] objPath - Dbus object path.
145 * @param[in] interface - Dbus interface.
155 * @param[in] bus - D-Bus Bus Object.
156 * @param[in] service - D-Bus service name.
157 * @param[in] objPath - D-Bus object path.
165 * @param[in] bus - DBUS Bus Object.
166 * @param[in] service - Dbus service name.
167 * @param[in] objPath - Dbus object path.
168 * @param[in] interface - Dbus interface.
169 * @param[in] property - name of the property.
170 * @param[in] value - value which needs to be set.
179 * @param[in] bus - DBUS Bus Object.
180 * @param[in] serviceRoot - Service root path.
181 * @param[in] interface - Dbus interface.
182 * @param[in] match - Identifier for a path.
193 * @param[in] ctx - ipmi::Context::ptr
194 * @param[in] intf - D-Bus Interface
195 * @param[in] path - D-Bus Object Path
205 * @param[in] ctx - ipmi::Context::ptr
206 * @param[in] bus - DBUS Bus Object.
207 * @param[in] interfaces - Dbus interface.
208 * @param[in] subtreePath - subtree from where the search should start.
209 * @param[in] depth - Search depth
219 * @param[in] ctx - ipmi::Context::ptr
220 * @param[in] interface - D-Bus interface.
221 * @param[in][optional] subtreePath - subtree from where the search starts.
222 * @param[in][optional] match - identifier for object.
248 * @param[in] ctx - ipmi::Context::ptr
249 * @param[in] service - D-Bus service name.
250 * @param[in] objPath - D-Bus object path.
251 * @param[in] interface - D-Bus interface.
252 * @param[in] property - name of the property.
283 * @param[in] ctx - ipmi::Context::ptr
284 * @param[in] service - D-Bus service name.
285 * @param[in] objPath - D-Bus object path.
286 * @param[in] interface - D-Bus interface.
295 * @param[in] ctx - ipmi::Context::ptr
296 * @param[in] service - D-Bus service name.
297 * @param[in] objPath - D-Bus object path.
298 * @param[in] interface - D-Bus interface.
299 * @param[in] property - name of the property.
300 * @param[in] value - value which needs to be set.
310 * @param[in] ctx - ipmi::Context::ptr
311 * @param[in] serviceRoot - Service root path.
312 * @param[in] interface - D-Bus interface.
313 * @param[in][optional] match - Identifier for a path.
332 * @param[in] ctx - ipmi::Context::ptr
333 * @param[in] service - D-Bus service name.
334 * @param[in] objPath - D-Bus object path.
344 * @param[in] ctx - ipmi::Context::ptr
345 * @param[in] service - D-Bus service name.
346 * @param[in] objPath - D-Bus object path.
347 * @param[in] interface - D-Bus interface.
348 * @param[in] method - name of the method.
363 * @param[in] props - D-Bus propery map (Map of variants)
364 * @param[in] name - key name of property to fetch
365 * @param[in] defaultValue - default value to return on error
410 * @param[in] bus - DBUS Bus Object.
411 * @param[in] service - Dbus service name.
412 * @param[in] objPath - Dbus object path.
413 * @param[in] interface - Dbus interface.
414 * @param[in] method - Dbus method.
448 * @param[in] i2cBus - i2c bus device node name, such as /dev/i2c-2.
449 * @param[in] targetAddr - i2c device target address.
450 * @param[in] writeData - The data written to i2c device.
458 * @param[in] srcStr - The string to split
459 * @param[in] delim - The delimiter to split the string on