/base/hiviewdfx/hiview/base/test/unittest/common/ |
D | audit_log_parser_test.cpp | 76 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/ |
D | log.h | 41 #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/ |
D | modules_unittest.cpp | 69 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/ |
D | hilog_print_test.cpp | 104 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/ |
D | hiappevent_read_test.cpp | 65 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/ |
D | faultloggerd_system_test.cpp | 322 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/ |
D | hiview_service.cpp | 152 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/ |
D | dfx_processdump_test.cpp | 254 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/ |
D | bootchart.c | 100 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/ |
D | dumpcatcher_interfaces_test.cpp | 172 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/ |
D | log_print.h | 33 const char *log; member
|
/base/security/device_auth/frameworks/deviceauth_lite/source/log/ |
D | log.c | 60 DLL_API_PUBLIC void registe_log(struct log_f_group *log) in registe_log()
|
/base/hiviewdfx/hiview/base/ |
D | audit_log_parser.cpp | 55 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/ |
D | plugin.cpp | 157 std::string log = SelectEventFromDB(pid, processName, moduleName); in SaveToFile() local
|