Lines Matching defs:aClient

256 static HRESULT netIfNetworkInterfaceHelperClient(SVCHlpClient *aClient,
261 LogFlowFunc(("aClient={%p}, aProgress={%p}, aUser={%p}\n",
262 aClient, aProgress, aUser));
264 AssertReturn( (aClient == NULL && aProgress == NULL && aVrc == NULL)
265 || (aClient != NULL && aProgress != NULL && aVrc != NULL),
272 if (aClient == NULL)
289 vrc = aClient->write(d->msgCode);
291 // vrc = aClient->write(Utf8Str(d->name));
300 vrc = aClient->read(reply);
310 vrc = aClient->read(name);
312 vrc = aClient->read(guid);
335 vrc = aClient->read(errMsg);
361 vrc = aClient->write(d->msgCode);
363 vrc = aClient->write(d->guid);
372 vrc = aClient->read(reply);
388 vrc = aClient->read(errMsg);
414 vrc = aClient->write(d->msgCode);
416 vrc = aClient->write(d->guid);
425 vrc = aClient->read(reply);
441 vrc = aClient->read(errMsg);
467 vrc = aClient->write(d->msgCode);
469 vrc = aClient->write(d->guid);
471 vrc = aClient->write(d->u.StaticIP.IPAddress);
473 vrc = aClient->write(d->u.StaticIP.IPNetMask);
482 vrc = aClient->read(reply);
498 vrc = aClient->read(errMsg);
524 vrc = aClient->write(d->msgCode);
526 vrc = aClient->write(d->guid);
528 vrc = aClient->write(Utf8Str(d->u.StaticIPV6.IPV6Address));
530 vrc = aClient->write(d->u.StaticIPV6.IPV6NetMaskLength);
539 vrc = aClient->read(reply);
555 vrc = aClient->read(errMsg);
581 vrc = aClient->write(d->msgCode);
583 vrc = aClient->write(d->guid);
592 vrc = aClient->read(reply);
608 vrc = aClient->read(errMsg);
644 int netIfNetworkInterfaceHelperServer(SVCHlpClient *aClient,
648 LogFlowFunc(("aClient={%p}, aMsgCode=%d\n", aClient, aMsgCode));
650 AssertReturn(aClient, VERR_INVALID_POINTER);
662 // vrc = aClient->read(name);
686 vrc = aClient->write(SVCHlpMsg::CreateHostOnlyNetworkInterface_OK);
688 vrc = aClient->write(Utf8Str(name));
690 vrc = aClient->write(guid);
700 vrc = aClient->write(SVCHlpMsg::Error);
702 vrc = aClient->write(errMsg);
715 vrc = aClient->read(guid);
724 vrc = aClient->write(SVCHlpMsg::OK);
734 vrc = aClient->write(SVCHlpMsg::Error);
736 vrc = aClient->write(errMsg);
749 vrc = aClient->read(guid);
751 vrc = aClient->read(ipV6);
753 vrc = aClient->read(maskLengthV6);
762 vrc = aClient->write(SVCHlpMsg::OK);
770 vrc = aClient->write(SVCHlpMsg::Error);
772 vrc = aClient->write(errMsg);
784 vrc = aClient->read(guid);
786 vrc = aClient->read(ip);
788 vrc = aClient->read(mask);
797 vrc = aClient->write(SVCHlpMsg::OK);
806 vrc = aClient->write(SVCHlpMsg::Error);
808 vrc = aClient->write(errMsg);
819 vrc = aClient->read(guid);
828 vrc = aClient->write(SVCHlpMsg::OK);
837 vrc = aClient->write(SVCHlpMsg::Error);
839 vrc = aClient->write(errMsg);
850 vrc = aClient->read(guid);
859 vrc = aClient->write(SVCHlpMsg::OK);
868 vrc = aClient->write(SVCHlpMsg::Error);
870 vrc = aClient->write(errMsg);