Searched refs:errorCode (Results 1 - 15 of 15) sorted by relevance

/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DBaseListener.java46 @param errorCode
49 void operationFailed( DNSSDService service, int errorCode); argument
H A DDNSSD.java530 public AppleDNSSDException( int errorCode) { fErrorCode = errorCode; } argument
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceLocationException.java206 private short errorCode = OK; field in class:ServiceLocationException
216 ServiceLocationException(short errorCode, String msgTag, Object[] params) { argument
220 this.errorCode = errorCode;
237 return errorCode;
H A DServiceTable.java515 short errorCode =
539 new ServiceLocationException(errorCode,
555 new ServiceLocationException(errorCode,
740 short errorCode = ServiceLocationException.OK;
873 short errorCode = ServiceLocationException.OK;
952 short errorCode = ServiceLocationException.OK;
1066 short errorCode = ServiceLocationException.OK;
/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/
H A DSwingBrowseListener.java57 public void operationFailed( DNSSDService service, int errorCode) argument
60 fErrorCode = errorCode;
H A DSwingDomainListener.java58 public void operationFailed( DNSSDService service, int errorCode) argument
61 fErrorCode = errorCode;
H A DSwingQueryListener.java57 public void operationFailed( DNSSDService service, int errorCode) argument
60 fErrorCode = errorCode;
H A DSwingResolveListener.java57 public void operationFailed( DNSSDService service, int errorCode) argument
60 fErrorCode = errorCode;
H A DSimpleChat.java163 public void operationFailed( DNSSDService service, int errorCode) argument
165 System.out.println( "Service reported error " + String.valueOf( errorCode));
292 public void operationFailed( DNSSDService service, int errorCode) argument
294 System.out.println( "Service reported error " + String.valueOf( errorCode));
H A DBrowserApp.java190 public void operationFailed( DNSSDService service, int errorCode) argument
250 public void operationFailed( DNSSDService service, int errorCode) argument
395 public void operationFailed( DNSSDService service, int errorCode) argument
/osnet-11/usr/src/lib/sun_fc/common/
H A DExceptions.h47 HBAException(HBA_STATUS err) : errorCode(err) {
52 HBA_STATUS getErrorCode() { return errorCode; }
54 HBA_STATUS errorCode; member in class:HBAException
/osnet-11/usr/src/lib/libdns_sd/common/
H A Ddns_sd.h475 * errorCode: Will be kDNSServiceErr_NoError (0) on success, otherwise indicates
476 * the failure that occurred (other parameters are undefined if errorCode is nonzero).
489 DNSServiceErrorType errorCode,
550 * errorCode: Will be kDNSServiceErr_NoError on success, otherwise will
553 * Other parameters are undefined if errorCode is nonzero.
572 DNSServiceErrorType errorCode,
806 * errorCode: Will be kDNSServiceErr_NoError (0) on success, otherwise will
808 * the errorCode is nonzero.
837 DNSServiceErrorType errorCode,
913 * errorCode
[all...]
H A Ddnssd_clientstub.c649 DNSServiceErrorType errorCode; local
658 errorCode = get_error_code(&data);
666 if (!errorCode && str_error) errorCode = kDNSServiceErr_Unknown;
667 ((DNSServiceQueryRecordReply)sdr->app_callback)(sdr, flags, interfaceIndex, errorCode, name, rrtype, rrclass,
737 DNSServiceErrorType errorCode; local
745 errorCode = get_error_code(&data);
749 if (!errorCode && str_error) errorCode = kDNSServiceErr_Unknown;
750 ((DNSServiceBrowseReply)sdr->app_callback)(sdr, flags, interfaceIndex, errorCode, replyNam
837 DNSServiceErrorType errorCode; local
1009 DNSServiceErrorType errorCode; local
[all...]
/osnet-11/usr/src/lib/libdns_sd/java/common/
H A DJNISupport.c363 DNSServiceErrorType errorCode, const char *serviceName, const char *regtype,
372 if ( errorCode == kDNSServiceErr_NoError)
382 ReportError( pContext->Env, pContext->ClientObj, pContext->JavaObj, errorCode);
428 DNSServiceErrorType errorCode, const char *fullname, const char *hosttarget,
446 if ( errorCode == kDNSServiceErr_NoError)
468 ReportError( pContext->Env, pContext->ClientObj, pContext->JavaObj, errorCode);
513 DNSServiceErrorType errorCode, const char *serviceName,
522 if ( errorCode == kDNSServiceErr_NoError)
531 ReportError( pContext->Env, pContext->ClientObj, pContext->JavaObj, errorCode);
727 DNSServiceErrorType errorCode, voi
362 ServiceBrowseReply( DNSServiceRef sdRef _UNUSED, DNSServiceFlags flags, uint32_t interfaceIndex, DNSServiceErrorType errorCode, const char *serviceName, const char *regtype, const char *replyDomain, void *context) argument
427 ServiceResolveReply( DNSServiceRef sdRef _UNUSED, DNSServiceFlags flags, uint32_t interfaceIndex, DNSServiceErrorType errorCode, const char *fullname, const char *hosttarget, uint16_t port, uint16_t txtLen, const unsigned char *txtRecord, void *context) argument
512 ServiceRegisterReply( DNSServiceRef sdRef _UNUSED, DNSServiceFlags flags, DNSServiceErrorType errorCode, const char *serviceName, const char *regType, const char *domain, void *context) argument
725 RegisterRecordReply( DNSServiceRef sdRef _UNUSED, DNSRecordRef recordRef _UNUSED, DNSServiceFlags flags, DNSServiceErrorType errorCode, void *context) argument
805 ServiceQueryReply( DNSServiceRef sdRef _UNUSED, DNSServiceFlags flags, uint32_t interfaceIndex, DNSServiceErrorType errorCode, const char *serviceName, uint16_t rrtype, uint16_t rrclass, uint16_t rdlen, const void *rdata, uint32_t ttl, void *context) argument
871 DomainEnumReply( DNSServiceRef sdRef _UNUSED, DNSServiceFlags flags, uint32_t interfaceIndex, DNSServiceErrorType errorCode, const char *replyDomain, void *context) argument
[all...]
/osnet-11/usr/src/lib/nsswitch/mdns/common/
H A Dmdns_common.c158 uint32_t ifIndex, DNSServiceErrorType errorCode,
176 if (errorCode != kDNSServiceErr_NoError) {
302 uint32_t ifIndex, DNSServiceErrorType errorCode,
319 if (errorCode != kDNSServiceErr_NoError) {
156 _nss_mdns_querynamereply(DNSServiceRef sdRef, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, const char *fullname, uint16_t rrtype, uint16_t rrclass, uint16_t rdlen, const void *rdata, uint32_t ttl, void *context) argument
300 _nss_mdns_queryaddrreply(DNSServiceRef sdRef, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, const char *fullname, uint16_t rrtype, uint16_t rrclass, uint16_t rdlen, const void *rdata, uint32_t ttl, void *context) argument

Completed in 66 milliseconds