Lines Matching full:id
12 * @brief Main access control logic. Checks if the server with instance id @p server_obj_inst are
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.
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.
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
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
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.