Lines Matching full:object
45 * @param[in] bus - the D-Bus bus object
98 * @param[in] objectPath - object path of the error log
112 * @param[in] objectPath - object path of the error log
123 * @param[in] objectPath - object path of the error log
133 * on an error log D-Bus object.
161 * Returns the D-Bus object path to use for a callout D-Bus object.
163 * @param[in] objectPath - the object path for the error log
166 * @return path - the object path to use for a callout object
175 * @param[in] objectPath - object path of the error log
186 * that map to an inventory object with an Asset interface.
188 * The created object will also host the Asset interface.
190 * A callout object path would look like:
196 * @param[in] objectPath - object path of the error log
208 * @param[in] objectPath - object path of the error log
218 * @param[in] objectPath - the object path of the log
229 * Adds an interface object to the entries map
231 * @param[in] objectPath - the object path of the log
233 * @param[in] object - the interface object
236 std::any& object);
239 * Adds an interface to a child object, which is an object that
240 * relates to the main ...logging/entry/X object but has a different path.
241 * The object is stored in the childEntries map.
243 * There can be multiple instances of a child object per type per
244 * logging object.
246 * @param[in] objectPath - the object path of the log
248 * @param[in] object - the interface object
251 std::any& object);
254 * The sdbusplus bus object
259 * The match object for interfacesAdded
264 * The match object for interfacesRemoved