Home
last modified time | relevance | path

Searched defs:log (Results 1 – 14 of 14) sorted by relevance

/base/hiviewdfx/hiview/base/test/unittest/common/
Daudit_log_parser_test.cpp76 for (auto& log : threadEventList) { variable
80 for (auto& log : pluginEventList) { variable
85 for (auto& log : pipelineEventList) { variable
119 for (auto& log : threadEventList) { variable
123 for (auto& log : pluginEventList) { variable
128 for (auto& log : pipelineEventList) { variable
/base/update/updater/services/include/log/
Dlog.h41 #define UPDATER_ERROR_CHECK(ret, log, statement) \ argument
47 #define UPDATER_WARING_CHECK(ret, log, statement) \ argument
53 #define UPDATER_INFO_CHECK(ret, log, statement) \ argument
59 #define UPDATER_ERROR_CHECK_NOT_RETURN(ret, log) \ argument
64 #define UPDATER_INFO_CHECK_NOT_RETURN(ret, log) \ argument
69 #define UPDATER_WARNING_CHECK_NOT_RETURN(ret, log) \ argument
74 #define UPDATER_FILE_CHECK(ret, log, statement) \ argument
80 #define UPDATER_CHECK_FILE_OP(ret, log, fd, statement) \ argument
87 #define UPDATER_POST_STAGE_ERROR_CHECK(ret, log, statement) \ argument
/base/startup/init/test/unittest/modules/
Dmodules_unittest.cpp69 FILE *log = fopen("/data/init_ut/ModulesTest.log", "w"); variable
79 FILE *log = fopen("/data/init_ut/ModulesTest.log", "w"); variable
90 FILE *log = fopen("/data/init_ut/ModulesTest.log", "w"); variable
/base/hiviewdfx/hilog/test/unittest/common/
Dhilog_print_test.cpp104 std::string log = ""; variable
142 std::string log = ""; variable
168 std::string log = ""; variable
200 std::string log = ""; variable
/base/hiviewdfx/hiappevent/test/unittest/common/native/
Dhiappevent_read_test.cpp65 auto testListener = [](const std::string& log) { in __anon4a3881c00202()
92 std::for_each(logs.cbegin(), logs.cend(), [](const std::string& log) { in __anon4a3881c00302()
/base/hiviewdfx/faultloggerd/test/systemtest/src/
Dfaultloggerd_system_test.cpp322 string log[] = { in CheckCountNum() local
332 string log[] = { in CheckCountNumAbort() local
343 string log[] = { in CheckCountNumPCZero() local
353 string log[] = { in CheckCountNumOverStack() local
363 string log[] = { in CheckCountNumMultiThread() local
403 string log[] = { in CheckCountNumStackTop() local
413 string log[] = { in CheckStacktraceCountNum() local
638 string log[] = { in CheckCountNumKill11() local
807 string log[] = {"Tid:", "Name:", "Tid:", "Name:crasher_c"}; variable
895 string log[] = { "Tid:", "Name:", "Failed" }; variable
[all …]
/base/hiviewdfx/hiview/service/
Dhiview_service.cpp152 for (auto &log : logList) { in DumpPluginUsageInfo() local
179 for (auto &log : logList) { in DumpThreadUsageInfo() local
202 for (auto &log : logList) { in DumpPipelineUsageInfo() local
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/src/
Ddfx_processdump_test.cpp254 string log[] = {"Pid:", "Name:", "#00", "#01", "#02"}; variable
283 string log[] = {"Pid:", "Name:", "#00", "#01", "#02"}; variable
314 string log[] = {"Pid:", "Name:", "#00", "#01", "#02"}; variable
345 string log[] = {"Pid:", "Name:", "#00", "#01", "#02"}; variable
518 string log[] = {"Pid:", "Name:", "#00", "#01", "#02"}; variable
553 string log[] = {"Pid:", "Name:", "#00", "#01", "#02"}; variable
/base/startup/init/services/modules/bootchart/
Dbootchart.c100 BOOTCHART_STATIC void BootchartLogFile(FILE *log, const char *procfile) in BootchartLogFile()
109 BOOTCHART_STATIC void BootchartLogProcessStat(FILE *log, pid_t pid) in BootchartLogProcessStat()
146 BOOTCHART_STATIC void bootchartLogProcess(FILE *log) in bootchartLogProcess()
/base/hiviewdfx/faultloggerd/test/unittest/dump_catcher/
Ddumpcatcher_interfaces_test.cpp172 string log[] = {"Tid:", "Name:", "Tid:", "Name:"}; variable
256 string log[] = { "Tid:", "Name:", "Failed" }; variable
298 string log[] = { "Tid:", "Name:", "Tid:", "Name:", "Tid:", "Name:" }; variable
340 string log[] = { "Tid:", "Name:", "Failed"}; variable
398 string log[] = { "Tid:", "Name:", "Failed"}; variable
527 string log[] = { "Tid:", "comm:ohos.samples.di", "#00", "/system/bin/appspawn", variable
564 string log[] = { "Tid:", "comm:ohos.samples.di", "#00", "/system/bin/appspawn"}; variable
/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/
Dlog_print.h33 const char *log; member
/base/security/device_auth/frameworks/deviceauth_lite/source/log/
Dlog.c60 DLL_API_PUBLIC void registe_log(struct log_f_group *log) in registe_log()
/base/hiviewdfx/hiview/base/
Daudit_log_parser.cpp55 std::vector<std::string> SplitStr(const std::string& log) in SplitStr()
72 for (auto& log : logList) { in StartParse() local
/base/hiviewdfx/hiview/plugins/hicollie_collector/
Dplugin.cpp157 std::string log = SelectEventFromDB(pid, processName, moduleName); in SaveToFile() local