Searched refs:OSP_LOG_IF (Results 1 – 11 of 11) sorted by relevance
/external/openscreen/util/ |
D | osp_logging.h | 74 #define OSP_LOG_IF(level, condition) !(condition) ? (void)0 : OSP_LOG_##level macro 77 OSP_LOG_IF(FATAL, !(condition)) << "OSP_CHECK(" << #condition << ") failed: " 104 #define OSP_EAT_STREAM OSP_LOG_IF(FATAL, false) 115 #define OSP_DLOG_INFO OSP_LOG_IF(INFO, OSP_DCHECK_IS_ON()) 116 #define OSP_DLOG_WARN OSP_LOG_IF(WARN, OSP_DCHECK_IS_ON()) 117 #define OSP_DLOG_ERROR OSP_LOG_IF(ERROR, OSP_DCHECK_IS_ON()) 118 #define OSP_DLOG_FATAL OSP_LOG_IF(FATAL, OSP_DCHECK_IS_ON()) 121 OSP_LOG_IF(level, OSP_DCHECK_IS_ON() && (condition))
|
/external/openscreen/platform/impl/ |
D | logging_unittest.cc | 124 OSP_LOG_IF(INFO, true) << "Info"; in TEST_F() 125 OSP_LOG_IF(WARN, true) << "Warning"; in TEST_F() 126 OSP_LOG_IF(ERROR, true) << "Error"; in TEST_F() 130 OSP_LOG_IF(INFO, false) << "Info"; in TEST_F() 131 OSP_LOG_IF(WARN, false) << "Warning"; in TEST_F() 132 OSP_LOG_IF(ERROR, false) << "Error"; in TEST_F()
|
/external/openscreen/osp/impl/discovery/mdns/ |
D | mdns_responder_adapter_impl.cc | 281 OSP_LOG_IF(WARN, result != mStatus_NoError) in RegisterInterface() 456 OSP_LOG_IF(WARN, err != mStatus_NoError) << "mDNS_StartQuery failed: " << err; in StartPtrQuery() 494 OSP_LOG_IF(WARN, err != mStatus_NoError) << "mDNS_StartQuery failed: " << err; in StartSrvQuery() 532 OSP_LOG_IF(WARN, err != mStatus_NoError) << "mDNS_StartQuery failed: " << err; in StartTxtQuery() 570 OSP_LOG_IF(WARN, err != mStatus_NoError) << "mDNS_StartQuery failed: " << err; in StartAQuery() 609 OSP_LOG_IF(WARN, err != mStatus_NoError) << "mDNS_StartQuery failed: " << err; in StartAaaaQuery() 626 OSP_LOG_IF(WARN, err != mStatus_NoError) << "mDNS_StopQuery failed: " << err; in StopPtrQuery() 644 OSP_LOG_IF(WARN, err != mStatus_NoError) << "mDNS_StopQuery failed: " << err; in StopSrvQuery() 662 OSP_LOG_IF(WARN, err != mStatus_NoError) << "mDNS_StopQuery failed: " << err; in StopTxtQuery() 680 OSP_LOG_IF(WARN, err != mStatus_NoError) << "mDNS_StopQuery failed: " << err; in StopAQuery() [all …]
|
D | mdns_demo.cc | 276 OSP_LOG_IF(WARN, index_list.empty()) in BrowseDemo()
|
/external/openscreen/cast/standalone_sender/ |
D | streaming_opus_encoder.cc | 196 OSP_LOG_IF(WARN, backwards_amount >= approximate_cast_frame_duration_) in ResolveTimestampsAndMaybeSkip()
|
/external/openscreen/cast/common/certificate/ |
D | cast_crl_unittest.cc | 193 OSP_LOG_IF(ERROR, successes != test_suite.tests().size()) in RunTestSuite()
|
/external/openscreen/osp/impl/ |
D | internal_services.cc | 116 OSP_LOG_IF(WARN, index_list.empty()) in RegisterInterfaces()
|
/external/openscreen/cast/standalone_receiver/ |
D | sdl_player_base.cc | 80 OSP_LOG_IF(INFO, frame.frame_id != FrameId::first()) in ResyncAndDeterminePresentationTime()
|
/external/openscreen/osp/demo/ |
D | osp_demo.cc | 531 OSP_LOG_IF(WARN, server_config.connection_endpoints.empty()) in PublisherDemo()
|
/external/openscreen/cast/sender/channel/ |
D | cast_auth_util_unittest.cc | 477 OSP_LOG_IF(ERROR, successes != test_suite.tests().size()) in RunTestSuite()
|
/external/openscreen/osp/impl/presentation/ |
D | presentation_controller.cc | 269 OSP_LOG_IF(INFO, in OnMatchedResponse()
|