Home
last modified time | relevance | path

Searched refs:OSP_DVLOG (Results 1 – 25 of 35) sorted by relevance

12

/external/openscreen/platform/impl/
Dnetwork_interface_win.cc38 OSP_DVLOG << "GetAdapterAddresses failed err=" << ret; in GetAllInterfaces()
46 OSP_DVLOG << "\tIfIndex=" << pcurraddrs->IfIndex; in GetAllInterfaces()
47 OSP_DVLOG << "\tAdapter name=" << pcurraddrs->AdapterName; in GetAllInterfaces()
87 OSP_DVLOG << "\tIPV4:" << inet_ntop(AF_INET, &(sa_in->sin_addr), buff, bufflen); in GetAllInterfaces()
88 OSP_DVLOG << "\t prefixsize=" << (unsigned int)punicast->OnLinkPrefixLength; in GetAllInterfaces()
96OSP_DVLOG << "\tIPV6:" << inet_ntop(AF_INET6, &(sa_in6->sin6_addr), buff, bufflen); in GetAllInterfaces()
97 OSP_DVLOG << "\t prefixsize=" << (unsigned int)punicast->OnLinkPrefixLength; in GetAllInterfaces()
102 OSP_DVLOG << "\tUNSPEC"; in GetAllInterfaces()
107 OSP_DVLOG << "\tIfType=" << pcurraddrs->IfType; in GetAllInterfaces()
108 OSP_DVLOG << "\tDescription=" << pcurraddrs->Description; in GetAllInterfaces()
[all …]
Dplatform_client_posix.cc59 OSP_DVLOG << "Shutting down the Task Runner..."; in ~PlatformClientPosix()
63 OSP_DVLOG << "\tTask Runner shutdown complete!"; in ~PlatformClientPosix()
66 OSP_DVLOG << "Shutting down network operations..."; in ~PlatformClientPosix()
69 OSP_DVLOG << "\tNetwork operation shutdown complete!"; in ~PlatformClientPosix()
Dtask_runner.cc81 OSP_DVLOG << "Running tasks until stopped..."; in RunUntilStopped()
95 OSP_DVLOG << "Finished running, entering flushing phase..."; in RunUntilStopped()
108 OSP_DVLOG << "Finished flushing..."; in RunUntilStopped()
123 OSP_DVLOG << "Received SIGNIT or SIGTERM, setting state to not running..."; in RunUntilSignaled()
132 OSP_DVLOG << "Running " << running_tasks_.size() << " tasks..."; in RunRunnableTasks()
Dsocket_handle_waiter.cc56 OSP_DVLOG << "Starting to block for handle deletion"; in OnHandleDeletion()
66 OSP_DVLOG << "\tDone blocking for handle deletion!"; in OnHandleDeletion()
Dlogging_unittest.cc138 OSP_DVLOG << "Verbose"; in TEST_F()
155 OSP_DVLOG << "Verbose"; in TEST_F()
Dtls_connection_factory_posix.cc258 OSP_DVLOG << "SSL_connect failed with error: " << error; in Connect()
304 OSP_DVLOG << "SSL_accept failed with error: " << error; in Accept()
/external/openscreen/cast/streaming/
Drpc_broker.cc55 OSP_DVLOG << "registering handle: " << handle; in RegisterMessageReceiverCallback()
60 OSP_DVLOG << "unregistering handle: " << handle; in UnregisterMessageReceiverCallback()
65 OSP_DVLOG << "received message: " << message; in ProcessMessageFromRemote()
68 OSP_DVLOG << "unregistered handle: " << message.handle(); in ProcessMessageFromRemote()
75 OSP_DVLOG << "sending message message: " << message; in SendMessageToRemote()
Dsession_messager.cc27 OSP_DVLOG in ReplyIfTimedOut()
61 OSP_DVLOG << "Sending message: DESTINATION[" << destination_id in SendMessage()
/external/openscreen/util/crypto/
Dcertificate_utils.cc69 OSP_DVLOG << "Failed to set certificate version"; in CreateCertificateInternal()
78 OSP_DVLOG << "Failed to set serial number."; in CreateCertificateInternal()
88 OSP_DVLOG << "Failed to set before and after ranges."; in CreateCertificateInternal()
94 OSP_DVLOG << "Failed to set subject name"; in CreateCertificateInternal()
104 OSP_DVLOG << "Failed to set key usage extension"; in CreateCertificateInternal()
115 OSP_DVLOG << "Failed to set constraints extension"; in CreateCertificateInternal()
130 OSP_DVLOG << "Failed to set pubkey, set issuer, sign, or verify"; in CreateCertificateInternal()
Dopenssl_util.cc34 OSP_DVLOG << "\t" << absl::string_view(str, len); in OpenSSLErrorCallback()
56 OSP_DVLOG << "OpenSSL ERR_get_error stack from " << location.ToString(); in ClearOpenSSLERRStack()
/external/openscreen/discovery/mdns/
Dmdns_receiver.cc72 OSP_DVLOG << "mDNS message dropped due to invalid rcode or opcode..."; in OnRead()
74 OSP_DVLOG << "mDNS message failed to parse..."; in OnRead()
84 OSP_DVLOG in OnRead()
91 OSP_DVLOG << "mDNS query message dropped. No query client registered..."; in OnRead()
Dmdns_responder.cc358 OSP_DVLOG << "Known answers received for unknown query, and non received " in SendResponse()
416 OSP_DVLOG << "Too many truncated queries have been received. Treating " in OnMessageReceived()
433 OSP_DVLOG << "Received mDNS Query with " << message.questions().size() in OnMessageReceived()
443 OSP_DVLOG << "Multi-packet truncated message received. Processing..."; in ProcessMultiPacketTruncatedMessage()
523 OSP_DVLOG << "\tProcessing mDNS Query for domain: '" in ProcessQueries()
542 OSP_DVLOG << "\tmDNS Query processed and no relevant records found!"; in ProcessQueries()
545 OSP_DVLOG << "\tmDNS Query is for service type enumeration!"; in ProcessQueries()
605 OSP_DVLOG << "\tCompleted Processing mDNS Query for domain: '" in SendResponse()
609 OSP_DVLOG << "\t\tanswer (" << record.ToString() << ")"; in SendResponse()
612 OSP_DVLOG << "\t\tadditional record ('" << record.ToString() << ")"; in SendResponse()
Dmdns_publisher.cc90 OSP_DVLOG << "Registering record of type '" << record.dns_type() << "'"; in RegisterRecord()
105 OSP_DVLOG << "Unregistering record of type '" << record.dns_type() << "'"; in UnregisterRecord()
130 OSP_DVLOG << "Updating record of type '" << new_record.dns_type() << "'"; in UpdateRegisteredRecord()
Dmdns_probe_manager.cc71 OSP_DVLOG << "Starting new mDNS Probe for domain '" in StartProbe()
197 OSP_DVLOG << "Probe for domain '" in OnProbeFailure()
/external/openscreen/cast/common/certificate/
Dcast_cert_validator_internal.cc410 OSP_DVLOG << "FindCertificatePath: Invalid target certificate"; in FindCertificatePath()
416 OSP_DVLOG in FindCertificatePath()
426 OSP_DVLOG << "FindCertificatePath: Failed to verify certificate time"; in FindCertificatePath()
431 OSP_DVLOG << "FindCertificatePath: Failed with invalid public key length"; in FindCertificatePath()
441 OSP_DVLOG << "FindCertificatePath: Failed with no key usage"; in FindCertificatePath()
447 OSP_DVLOG << "FindCertificatePath: Failed to get digital signature"; in FindCertificatePath()
481 OSP_DVLOG << "FindCertificatePath: Target certificate issuer name: " in FindCertificatePath()
491 OSP_DVLOG << "FindCertificatePath: Trust store certificate issuer name: " in FindCertificatePath()
527 OSP_DVLOG << "FindCertificatePath: Failed after trying all " in FindCertificatePath()
559 OSP_DVLOG in FindCertificatePath()
/external/openscreen/discovery/dnssd/impl/
Dquerier_impl.cc225 OSP_DVLOG << "Starting DNS-SD query for service '" << service << "'"; in StartQuery()
239 OSP_DVLOG << "Starting mDNS query for '" << domain.ToString() << "'"; in StartQuery()
262 OSP_DVLOG << "Stopping DNS-SD query for service '" << service << "'"; in StopQuery()
285 OSP_DVLOG << "Stopping mDNS query for '" << changed_domain.ToString() in StopQuery()
303 OSP_DVLOG << "Re-initializing query for service '" << service << "'"; in ReinitializeQueries()
329 OSP_DVLOG << "Record " << record.ToString() in OnRecordChanged()
358 OSP_DVLOG << "Failed to apply changes for " << record.dns_type() in OnRecordChanged()
Dpublisher_impl.cc115 OSP_DVLOG << "Registering instance '" << instance.instance_id() << "'"; in Register()
126 OSP_DVLOG << "Updating instance '" << instance.instance_id() << "'"; in UpdateRegistration()
235 OSP_DVLOG << "Deregistering all instances"; in DeregisterAll()
271 OSP_DVLOG << "Domain successfully claimed: '" << confirmed_name.ToString() in OnDomainFound()
/external/openscreen/cast/common/channel/
Dconnection_namespace_handler.cc202 OSP_DVLOG << "No sender info from protocol."; in HandleConnect()
224 OSP_DVLOG << "Connection opened: " << virtual_conn.local_id << ", " in HandleConnect()
245 OSP_DVLOG << "Connection closed (reason: " << reason in HandleClose()
Dcast_socket_message_port.cc96 OSP_DVLOG << "Received a cast socket message"; in OnMessage()
/external/openscreen/cast/receiver/channel/
Dreceiver_socket_factory.cc41 OSP_DVLOG << "Receiving connection from endpoint failed: " << remote_address; in OnConnectionFailed()
/external/openscreen/cast/sender/
Dcast_platform_client.cc131 OSP_DVLOG << "Failed to deserialize CastMessage payload."; in OnMessage()
181 OSP_DVLOG << "Invalid availability result: " << result.value(); in HandleResponse()
/external/openscreen/discovery/public/
Ddns_sd_service_publisher.h79 OSP_DVLOG << "Instance ID '" << claimed_endpoint.instance_id() in OnEndpointClaimed()
Ddns_sd_service_watcher.h131 OSP_DVLOG << "Currently " << records_.size() in GetServices()
/external/openscreen/cast/protocol/castv2/
Dvalidation.cc36 OSP_DVLOG << "JsonCpp validation error: " in MapErrors()
Dvalidation_unittest.cc74 OSP_DVLOG << "Validating document: \"" << document << "\" against schema: \"" in TestValidate()

12