Home | History | Annotate | Download | only in server

Lines Matching refs:mMonitor

53    mMonitor = m;
70 DNSServiceRef *ref = mMonitor->allocateServiceRef(requestId, context);
85 mMonitor->freeServiceRef(requestId);
90 mMonitor->startMonitoring(requestId);
139 DNSServiceRef *ref = mMonitor->lookupServiceRef(requestId);
147 mMonitor->freeServiceRef(requestId);
162 DNSServiceRef *ref = mMonitor->allocateServiceRef(requestId, context);
178 mMonitor->freeServiceRef(requestId);
183 mMonitor->startMonitoring(requestId);
218 DNSServiceRef *ref = mMonitor->allocateServiceRef(requestId, context);
232 mMonitor->freeServiceRef(requestId);
237 mMonitor->startMonitoring(requestId);
274 DNSServiceRef *ref = mMonitor->allocateServiceRef(requestId, context);
288 mMonitor->freeServiceRef(requestId);
293 mMonitor->startMonitoring(requestId);
334 DNSServiceRef *ref = mMonitor->allocateServiceRef(requestId, context);
346 mMonitor->freeServiceRef(requestId);
351 mMonitor->startMonitoring(requestId);
471 if (mMonitor->startService()) {
477 if (mMonitor->stopService()) {