Home | History | Annotate | Download | only in policy

Lines Matching refs:job

34   // Describes a device management job handled by the service.
68 // Adds a job. Caller must make sure the job pointer stays valid until the job
70 void AddJob(DeviceManagementJob* job);
72 // Removes a job. The job will be removed and won't receive a completion
74 void RemoveJob(DeviceManagementJob* job);
80 // Starts the given job.
81 void StartJob(DeviceManagementJob* job);