Lines Matching full:object

13  * allowed to do @p operation on the object instance of object id @p obj_id
14 * and object instance id @p obj_inst_id. If access control is enabled, this should
17 * @param obj_id object id of the object instance having its rights checked.
18 * @param obj_inst_id object instance id of the object instance having its rights checked.
19 * @param server_obj_inst object instance id of the server attempting to do the operation.
31 * @brief Creates an access control object instance. Should be called every
32 * time an object instance is created.
34 * @param obj_id object id of the object instance getting an access control.
35 * @param obj_inst_id object instance id of the object instance getting access control.
36 * @param server_obj_inst_id object instance id of the server creating the object instance.
41 * @brief Creates an access control object instance for objects. Should be called if servers should
42 * have access to create object instances of object id @p obj_id.
44 * @param obj_id object id of the object getting access control.
45 * @param server_obj_inst_id object instance id of the server creating the access control
46 * object instance.
52 * the object instance of object id @p obj_id and object instance id @p obj_inst_id.
53 * Does nothing if obj_id == 2 (i.e. object id for access control). Should be called
54 * automatically any time an object instance is unregistered/deleted.
56 * @param obj_id object id of the object instance getting removed.
57 * @param obj_inst_id object instance id of the object instance getting removed.
63 * the object with object id @p obj_id.
65 * @param obj_id object id of the object getting removed.