Home
last modified time | relevance | path

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

/external/libchrome/base/
Dlogging.h421 #define LOG_IF(severity, condition) \ macro
455 LOG_IF(FATAL, !(ANALYZER_ASSUME_TRUE(condition))) \
804 #define DLOG_IF(severity, condition) LOG_IF(severity, condition)
1173 LOG_IF(ERROR, !logged_once) << NOTIMPLEMENTED_MSG; \
Dlogging_unittest.cc111 LOG_IF(INFO, true) << mock_log_source.Log(); in TEST_F()
177 LOG_IF(INFO, false) << mock_log_source.Log(); in TEST_F()
/external/libchrome/dbus/
Dobject_manager.cc40 LOG_IF(FATAL, !object_path_.IsValid()) << object_path_.value(); in ObjectManager()
391 LOG_IF(WARNING, !success) << service_name_ << " " << object_path_.value() in InterfacesAddedConnected()
416 LOG_IF(WARNING, !success) << service_name_ << " " << object_path_.value() in InterfacesRemovedConnected()
Dexported_object.cc37 LOG_IF(FATAL, !object_path_.IsValid()) << object_path_.value(); in ExportedObject()
Dproperty.cc96 LOG_IF(WARNING, !success) << "Failed to connect to " << signal_name in ChangedConnected()
225 LOG_IF(WARNING, !response) << property->name() << ": Set: failed."; in OnSet()
Dobject_proxy.cc123 LOG_IF(FATAL, !object_path_.IsValid()) << object_path_.value(); in ObjectProxy()
Dbus.cc505 LOG_IF(ERROR, !signaled) << "Failed to shutdown the bus"; in ShutdownOnDBusThreadAndBlock()
/external/libchrome/base/memory/
Dmemory_pressure_monitor_chromeos.cc121 LOG_IF(ERROR, in MemoryPressureMonitor()
/external/libbrillo/brillo/glib/
Ddbus.cc255 LOG_IF(WARNING, result == DBUS_REQUEST_NAME_REPLY_ALREADY_OWNER) in RegisterExclusiveService()
/external/libchrome/libchrome_tools/patches/
DConnect-to-NameOwnerChanged-signal-when-setting-call.patch139 + LOG_IF(WARNING, !success)
/external/libbrillo/brillo/http/
Dhttp_transport_curl.cc359 LOG_IF(WARNING, !poll_data_map_.empty()) in ShutDownAsyncCurl()