Home
last modified time | relevance | path

Searched refs:OSP_LOG_FATAL (Results 1 – 13 of 13) sorted by relevance

/external/openscreen/platform/impl/
Dlogging_posix.cc66 OSP_LOG_FATAL << "mkfifo(" << filename << ") failed: " << strerror(errno); in SetLogFifoOrDie()
73 OSP_LOG_FATAL << "not a FIFO special file: " << filename; in SetLogFifoOrDie()
Dlogging_unittest.cc215 ASSERT_DEATH((OSP_LOG_FATAL << "Fatal"), ".*Fatal"); in TEST_F()
/external/openscreen/cast/standalone_receiver/
Dmain.cc127 OSP_LOG_FATAL in RunStandaloneReceiver()
204 OSP_LOG_FATAL << "You must either invoke with -g to generate credentials, " in RunStandaloneReceiver()
Dcast_service.cc101 OSP_LOG_FATAL << "Encountered fatal discovery error: " << error; in OnFatalError()
/external/openscreen/util/
Dosp_logging.h70 #define OSP_LOG_FATAL \ macro
141 OSP_LOG_FATAL << __func__ << ": NOTREACHED() hit."; \
/external/openscreen/cast/receiver/channel/
Dreceiver_socket_factory.cc35 OSP_LOG_FATAL << "This factory is accept-only"; in OnConnected()
/external/openscreen/cast/test/
Dcast_socket_e2e_test.cc69 OSP_LOG_FATAL << error; in OnError()
114 OSP_LOG_FATAL << error; in OnError()
/external/openscreen/cast/streaming/
Dframe_crypto.cc55 OSP_LOG_FATAL << "Failure when setting encryption key; unsafe to continue.";
/external/openscreen/cast/standalone_sender/
Dreceiver_chooser.cc63 OSP_LOG_FATAL << "Fatal error: " << error; in OnFatalError()
Dstreaming_opus_encoder.cc108 OSP_LOG_FATAL << "AUDIO[" << sender_->ssrc() in EncodeAndSend()
/external/openscreen/cast/common/discovery/e2e_test/
Dtests.cc112 OSP_LOG_FATAL << "Fatal error received: '" << error << "'"; in OnFatalError()
318 OSP_LOG_FATAL << "Found instance '" << service_info.friendly_name << "'!"; in CheckForPublishedService()
/external/openscreen/cast/sender/channel/
Dsender_socket_factory.cc63 OSP_LOG_FATAL << "This factory is connect-only"; in OnAccepted()
/external/openscreen/osp/demo/
Dosp_demo.cc475 OSP_LOG_FATAL << "Received unknown receiver command: " << command; in HandleReceiverCommand()