Home
last modified time | relevance | path

Searched refs:LOG_IF (Results 1 – 9 of 9) sorted by relevance

/external/libchrome/base/
Dlogging.h404 #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;\
Dlogging_unittest.cc70 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/
Dobject_manager.cc238 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()
Dproperty.cc95 LOG_IF(WARNING, !success) << "Failed to connect to " << signal_name in ChangedConnected()
224 LOG_IF(WARNING, !response) << property->name() << ": Set: failed."; in OnSet()
Dbus.cc532 LOG_IF(ERROR, !signaled) << "Failed to shutdown the bus"; in ShutdownOnDBusThreadAndBlock()
/external/libmojo/mojo/edk/embedder/
Dplatform_channel_pair_win.cc99 LOG_IF(WARNING, command_line->HasSwitch(kMojoPlatformChannelHandleSwitch)) in PrepareToPassClientHandleToChildProcess()
Dplatform_channel_pair_posix.cc113 LOG_IF(WARNING, command_line->HasSwitch(kMojoPlatformChannelHandleSwitch)) in PrepareToPassClientHandleToChildProcess()
/external/libbrillo/brillo/glib/
Ddbus.cc255 LOG_IF(WARNING, result == DBUS_REQUEST_NAME_REPLY_ALREADY_OWNER) in RegisterExclusiveService()
/external/libbrillo/brillo/http/
Dhttp_transport_curl.cc313 LOG_IF(WARNING, !poll_data_map_.empty()) in ShutDownAsyncCurl()