Searched refs:logging (Results 26 - 50 of 355) sorted by relevance

1234567891011>>

/system/connectivity/shill/supplicant/
H A Dwpa_supplicant_unittest.cc43 EXPECT_CALL(log, Log(logging::LOG_ERROR, _, EndsWith("no depth parameter.")));
57 Log(logging::LOG_ERROR, _, EndsWith("no subject parameter.")));
71 EXPECT_CALL(log, Log(logging::LOG_ERROR, _, EndsWith("no depth parameter.")));
H A Dsupplicant_eap_state_handler_unittest.cc39 EXPECT_CALL(log_, Log(logging::LOG_INFO, _,
68 EXPECT_CALL(log_, Log(logging::LOG_INFO, _,
141 EXPECT_CALL(log_, Log(logging::LOG_ERROR, _, EndsWith(
157 EXPECT_CALL(log_, Log(logging::LOG_ERROR, _, EndsWith(
/system/connectivity/apmanager/
H A Ddaemon.cc21 #include <base/logging.h>
/system/connectivity/shill/
H A Dmock_log.h49 // EXPECT_CALL(log, Log(logging::LOG_INFO, "your_file.cc", "your message"));
57 // EXPECT_CALL(log, Log(::testing::Lt(::logging::LOG_ERROR),
68 #include "shill/logging.h"
78 // base/logging.h, like logging:::LOG_INFO. |file| is the filename which
86 // This function gets invoked by the logging subsystem for each message that
88 // static method because the logging subsystem does not allow for an object to
89 // be passed. See the typedef LogMessageHandlerFunction in base/logging.h for
100 // A pointer to any pre-existing message hander function in the logging
102 ::logging
[all...]
H A Dmock_log_unittest.cc22 #include "shill/logging.h"
61 EXPECT_CALL(log, Log(logging::LOG_INFO, _, kMessage));
68 EXPECT_CALL(log, Log(logging::LOG_INFO,
106 EXPECT_CALL(log, Log(::testing::Lt(::logging::LOG_ERROR),
H A Djson_store_unittest.cc278 Log(logging::LOG_ERROR, _,
292 Log(logging::LOG_ERROR, _,
305 Log(logging::LOG_ERROR, _,
318 Log(logging::LOG_ERROR, _,
331 Log(logging::LOG_ERROR, _,
345 Log(logging::LOG_ERROR, _,
538 Log(logging::LOG_ERROR, _,
547 Log(logging::LOG_ERROR, _,
556 Log(logging::LOG_WARNING, _, HasSubstr("|description| is not a string")));
563 Log(logging
[all...]
/system/core/adb/
H A Dadb_trace.h20 #include <android-base/logging.h>
/system/core/bootstat/
H A Dhistogram_logger.cpp21 #include <android-base/logging.h>
/system/core/libbinderwrapper/
H A Dbinder_wrapper.cc19 #include <base/logging.h>
/system/update_engine/common/
H A Dboot_control_stub.cc19 #include <base/logging.h>
/system/update_engine/update_manager/
H A Dreal_config_provider.cc20 #include <base/logging.h>
H A Dreal_system_provider.cc27 #include <base/logging.h>
/system/sepolicy/tools/
H A Dinsertkeys.py6 import logging namespace
129 logging.info("Skipping " + tag + " : " + option +
184 logging.info("Replacing " + name + " " + value + " with " + key)
247 logging.basicConfig(level=logging.INFO if options.verbose == True else logging.WARN)
256 logging.info("Setting output file to: " + options.output_file)
260 logging.info("Generate key map:")
262 logging.info(k + " : " + str(key_map[k]))
/system/connectivity/shill/shims/
H A Dnetfilter_queue_helper.cc42 #include <base/logging.h>
116 logging::SetMinLogLevel(-3);
H A Dtask_proxy.cc19 #include <base/logging.h>
/system/bt/service/example/heart_rate/
H A Dserver_main.cpp25 #include <base/logging.h>
79 logging::LoggingSettings log_settings;
81 // Initialize global logging based on command-line parameters (this is a
83 if (!logging::InitLogging(log_settings)) {
84 LOG(ERROR) << "Failed to set up logging";
/system/bt/service/common/bluetooth/util/
H A Daddress_helper.cpp21 #include <base/logging.h>
/system/bt/service/
H A Dsettings.cpp21 #include <base/logging.h>
61 // Check for libbase logging switches. These get processed by
62 // logging::InitLogging directly.
/system/connectivity/dhcp_client/
H A Dmain.cc19 #include <base/logging.h>
/system/connectivity/shill/net/
H A Dio_ready_handler.cc21 #include <base/logging.h>
H A Dnetlink_socket.h43 #include <base/logging.h>
/system/core/crash_reporter/
H A Dunclean_shutdown_collector.cc20 #include <base/logging.h>
/system/core/metricsd/uploader/
H A Dsender_http.cc21 #include <base/logging.h>
/system/extras/simpleperf/
H A Dcmd_help.cpp21 #include <android-base/logging.h>
62 " --log <severity> Set the minimum severity of logging. Possible severities\n"
/system/tpm/trunks/
H A Dhmac_session_impl.cc21 #include <base/logging.h>

Completed in 952 milliseconds

1234567891011>>