Home | History | Annotate | Download | only in netd

Lines Matching refs:mListener

54    mListener = listener;
69 Context *context = new Context(requestId, mListener);
105 context->mListener->sendBroadcast(ResponseCode::ServiceDiscoveryFailed, msg, false);
125 context->mListener->sendBroadcast(respCode, msg, false);
161 Context *context = new Context(requestId, mListener);
197 context->mListener->sendBroadcast(ResponseCode::ServiceRegistrationFailed, msg, false);
203 context->mListener->sendBroadcast(ResponseCode::ServiceRegistrationSucceeded, msg, false);
217 Context *context = new Context(requestId, mListener);
252 context->mListener->sendBroadcast(ResponseCode::ServiceResolveFailed, msg, false);
260 context->mListener->sendBroadcast(ResponseCode::ServiceResolveSuccess, msg, false);
272 Context *context = new Context(requestId, mListener);
307 context->mListener->sendBroadcast(ResponseCode::ServiceGetAddrInfoFailed, msg, false);
321 context->mListener->sendBroadcast(ResponseCode::ServiceGetAddrInfoSuccess, msg, false);
332 Context *context = new Context(requestId, mListener);
363 context->mListener->sendBroadcast(ResponseCode::ServiceSetHostnameFailed, msg, false);
369 context->mListener->sendBroadcast(ResponseCode::ServiceSetHostnameSuccess, msg, false);