Searched refs:job_label (Results 1 – 3 of 3) sorted by relevance
17 launch_data_t MessageForJob(const std::string& job_label, in MessageForJob() argument30 ScopedLaunchData job_label_launchd(launch_data_new_string(job_label.c_str())); in MessageForJob()45 pid_t PIDForJob(const std::string& job_label) { in PIDForJob() argument46 ScopedLaunchData response(MessageForJob(job_label, LAUNCH_KEY_GETJOB)); in PIDForJob()
23 launch_data_t MessageForJob(const std::string& job_label,29 pid_t PIDForJob(const std::string& job_label);
104 // mapping |operation| to |job_label|, and returns the result of calling107 launch_data_t MessageForJob(const std::string& job_label,120 ScopedLaunchData job_label_launchd(launch_data_new_string(job_label.c_str()));135 pid_t PIDForJob(const std::string& job_label) {136 ScopedLaunchData response(MessageForJob(job_label, LAUNCH_KEY_GETJOB));