Home
last modified time | relevance | path

Searched refs:stop_job (Results 1 – 9 of 9) sorted by relevance

/external/autotest/client/site_tests/policy_DeviceScheduledCharging/
Dpolicy_DeviceScheduledCharging.py36 upstart.stop_job(self.SYNC_EC_RTC_UPSTART_JOB)
/external/autotest/client/cros/
Dupstart.py75 def stop_job(service_name): function
Dservice_stopper.py74 upstart.stop_job(service)
/external/autotest/client/site_tests/audio_CrasStress/
Daudio_CrasStress.py43 upstart.stop_job('ui')
/external/autotest/client/common_lib/cros/
Dauthpolicy.py92 upstart.stop_job('authpolicyd')
Dsmbprovider.py83 upstart.stop_job('smbproviderd')
/external/autotest/client/site_tests/audio_CrasDevSwitchStress/
Daudio_CrasDevSwitchStress.py49 upstart.stop_job('ui')
/external/autotest/client/cros/cellular/
Dtest_environment.py99 upstart.stop_job('modemfwd')
/external/libcups/scheduler/
Djob.c133 static void stop_job(cupsd_job_t *job, cupsd_jobaction_t action);
255 stop_job(job, CUPSD_JOB_FORCE); in cupsdCheckJobs()
2571 stop_job(job, action); in cupsdSetJobState()
4991 stop_job(cupsd_job_t *job, /* I - Job */ in stop_job() function