Searched refs:jobName (Results 1 - 4 of 4) sorted by relevance

/haiku/src/servers/launch/
H A DLog.cpp24 virtual bool Matches(const char* jobName,
50 virtual bool Matches(const char* jobName,
123 virtual bool Matches(const char* jobName,
137 virtual bool Matches(const char* jobName,
366 AbstractJobLogItem::Matches(const char* jobName, const char* eventName) argument
368 if (jobName == NULL && eventName == NULL)
371 if (jobName != NULL && strcmp(fJob->Name(), jobName) == 0)
451 JobIgnoredLogItem::Matches(const char* jobName, const char* eventName) argument
453 if (jobName
674 Matches(const char* jobName, const char* eventName) argument
706 Matches(const char* jobName, const char* eventName) argument
[all...]
H A DLog.h49 virtual bool Matches(const char* jobName,
H A DLaunchDaemon.cpp1331 BString jobName; local
1338 jobName = filter.GetString("job");
1339 jobName.ToLower();
1352 if (!item->Matches(jobName.IsEmpty() ? NULL : jobName.String(),
1390 if (status == B_OK && (limit != 0 || !jobName.IsEmpty()
/haiku/src/kits/interface/
H A DPrintJob.cpp155 BPrintJob::BPrintJob(const char* jobName) argument
167 if (jobName != NULL && jobName[0])
168 fPrintJobName = strdup(jobName);

Completed in 69 milliseconds