Searched refs:LOG_IF (Results 1 – 9 of 9) sorted by relevance
/external/libchrome/base/ |
D | logging.h | 404 #define LOG_IF(severity, condition) \ macro 438 LOG_IF(FATAL, !(condition)) << "Assert failed: " #condition ". " 657 #define DLOG_IF(severity, condition) LOG_IF(severity, condition) 1004 LOG_IF(ERROR, !logged_once) << NOTIMPLEMENTED_MSG;\
|
D | logging_unittest.cc | 70 LOG_IF(INFO, true) << mock_log_source.Log(); in TEST_F() 136 LOG_IF(INFO, false) << mock_log_source.Log(); in TEST_F()
|
/external/libchrome/dbus/ |
D | object_manager.cc | 238 LOG_IF(WARNING, !success) << service_name_ << " " << object_path_.value() in OnSetupMatchRuleAndFilterComplete() 392 LOG_IF(WARNING, !success) << service_name_ << " " << object_path_.value() in InterfacesAddedConnected() 417 LOG_IF(WARNING, !success) << service_name_ << " " << object_path_.value() in InterfacesRemovedConnected()
|
D | property.cc | 95 LOG_IF(WARNING, !success) << "Failed to connect to " << signal_name in ChangedConnected() 224 LOG_IF(WARNING, !response) << property->name() << ": Set: failed."; in OnSet()
|
D | bus.cc | 532 LOG_IF(ERROR, !signaled) << "Failed to shutdown the bus"; in ShutdownOnDBusThreadAndBlock()
|
/external/libmojo/mojo/edk/embedder/ |
D | platform_channel_pair_win.cc | 99 LOG_IF(WARNING, command_line->HasSwitch(kMojoPlatformChannelHandleSwitch)) in PrepareToPassClientHandleToChildProcess()
|
D | platform_channel_pair_posix.cc | 113 LOG_IF(WARNING, command_line->HasSwitch(kMojoPlatformChannelHandleSwitch)) in PrepareToPassClientHandleToChildProcess()
|
/external/libbrillo/brillo/glib/ |
D | dbus.cc | 255 LOG_IF(WARNING, result == DBUS_REQUEST_NAME_REPLY_ALREADY_OWNER) in RegisterExclusiveService()
|
/external/libbrillo/brillo/http/ |
D | http_transport_curl.cc | 313 LOG_IF(WARNING, !poll_data_map_.empty()) in ShutDownAsyncCurl()
|