| /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/hiviewdfx/faultloggerd/test/systemtest/ |
| D | dumpcatcher_system_test.cpp | 476 string log[] = { "Tid:", "#00", "/data/crasher", "Name:SubTestThread", "usleep"}; variable 501 string log[] = { "Tid:", "#00", "/data/crasher", "Name:SubTestThread", "usleep"}; variable 529 string log[] = { "Tid:", "#00", "/data/crasher", "Name:SubTestThread", "usleep"}; variable 558 string log[] = { "Tid:", "#00", "/data/crasher", "Name:SubTestThread", "usleep"}; variable 587 string log[] = { "Tid:", "#00", "/data/crasher", "Name:SubTestThread", "usleep"}; variable 616 string log[] = { "Tid:", "#00", "/data/crasher", "Name:SubTestThread", "usleep"}; variable 678 string log[] = {"Failed"}; variable 698 string log[] = {"Failed"}; variable 722 string log[] = {"Failed"}; variable 743 string log[] = {"Failed"}; variable [all …]
|
| D | faultloggerd_system_test.cpp | 143 string log[] = { in CheckCountNum() local 154 string log[] = { in CheckCountNumAbort() local 166 string log[] = { in CheckCountNumNullpointer() local 177 string log[] = { in CheckCountNumStackOverFlow() local 188 string log[] = { in CheckCountNumPCZero() local 199 string log[] = { in CheckCountNumOverStack() local 210 string log[] = { in CheckCountNumMultiThread() local 266 string log[] = { in CheckCountNumStackTop() local 283 string log[] = { in CheckCppCrashAllLabelKeywords() local 296 string log[] = { in CheckCppCrashAsyncStackEnableKeywords() local [all …]
|
| /base/hiviewdfx/faultloggerd/test/unittest/dump_catcher/ |
| D | dumpcatcher_command_test.cpp | 73 string log[] = {"Pid:", "Name:", "#00", "#01", "#02"}; variable 94 string log[] = {"Pid:", "Name:", "#00", "#01", "#02"}; variable 122 string log[] = {"Pid:", "Name:", "#00", "#01", "#02"}; variable 150 string log[] = {"Pid:", "Name:", "#00", "#01", "#02"}; variable 178 string log[] = {"Pid:", "Name:", "#00", "#01", "#02"}; variable 210 string log[] = { "Tid:", "Name:", "#00", "/system/bin/appspawn", "Name:OS_DfxWatchdog" }; variable 243 string log[] = { "Tid:", "Name:", "#00", "/system/bin/appspawn" }; variable 266 string log[] = {"Failed"}; variable 286 string log[] = {"Failed"}; variable 315 string log[] = {"Pid:", "Name:", "#00", "#01", "#02"}; variable [all …]
|
| D | dumpcatcher_interfaces_test.cpp | 155 string log[] = {"Tid:", "Name:", "Tid:", "Name:"}; variable 226 string log[] = { "Tid:", "Name:", "Failed" }; variable 300 string log[] = { "Tid:", "Name:", "Failed"}; variable 346 string log[] = { "Tid:", "Name:", "Failed"}; variable 376 string log[] = { "Tid:", "Name:", "#00", "/system/bin/appspawn", "Name:OS_DfxWatchdog" }; variable 406 string log[] = { "Tid:", "Name:", "#00", "/system/bin/appspawn"}; variable
|
| /base/update/updateservice/foundations/ability/log/src/test/unittest/src/ |
| D | update_log_test.cpp | 49 UpdateLog log; variable 62 UpdateLog log; variable 75 UpdateLog log; variable
|
| /base/startup/init/test/unittest/modules/ |
| D | modules_unittest.cpp | 72 FILE *log = fopen("/data/init_ut/ModulesTest.log", "w"); variable 82 FILE *log = fopen("/data/init_ut/ModulesTest.log", "w"); variable 93 FILE *log = fopen("/data/init_ut/ModulesTest.log", "w"); variable
|
| /base/hiviewdfx/hilog/test/unittest/common/ |
| D | hilog_print_test.cpp | 105 std::string log = ""; variable 143 std::string log = ""; variable 169 std::string log = ""; variable 201 std::string log = ""; variable
|
| /base/hiviewdfx/hiappevent/test/unittest/common/native/ |
| D | hiappevent_read_test.cpp | 65 auto testListener = [](const std::string& log) { in __anonb9ff1b5f0202() 92 std::for_each(logs.cbegin(), logs.cend(), [](const std::string& log) { in __anonb9ff1b5f0302()
|
| /base/update/update_app/common/src/main/ets/util/ |
| D | LogUtils.ts | 44 export function log(tag: string, message: string, ...args: (string | number)[]): void { function
|
| /base/update/updateservice/services/firmware/utils/src/ |
| D | firmware_combine_version_utils.cpp | 29 std::string log; in GetPackageVersion() local 54 …geVersionUtils::HandleBaseVersionLog(std::string &baseVersion, std::string &base, std::string &log) in HandleBaseVersionLog()
|
| /base/update/updateservice/foundations/ability/log/src/ |
| D | update_log.cpp | 99 std::pair<std::string, std::string> UpdateLog::SplitLogByFmtLabel(const std::string &log, const std… in SplitLogByFmtLabel() 109 std::string UpdateLog::GetFmtLabel(const std::string &log) in GetFmtLabel()
|
| /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/sigdump_handler/ |
| D | sigdump_handler_test.cpp | 83 std::string log[] = {"Pid:", "Timestamp", "test_sigdump_handler", "#00"}; variable
|
| /base/update/update_app/product/oh/base/src/main/ets/MainAbility/ |
| D | MainAbility.ts | 122 protected log(message: string): void { method in MainAbility
|
| /base/msdp/device_status/rust/utils/src/ |
| D | macros.rs | 91 log: Box<dyn Fn(&str, &str)>, field
|
| /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/hilog/frameworks/libhilog/utils/include/ |
| D | log_print.h | 33 const char *log; member
|
| /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/service/ |
| D | hiview_service.cpp | 171 for (auto &log : logList) { in DumpPluginUsageInfo() local 198 for (auto &log : logList) { in DumpThreadUsageInfo() local 221 for (auto &log : logList) { in DumpPipelineUsageInfo() local
|
| /base/hiviewdfx/faultloggerd/test/unittest/process_dump/ |
| D | dfx_processdump_test.cpp | 308 string log[] = {"please use dumpcatcher"}; variable 326 string log[] = {"please use dumpcatcher"}; variable
|
| /base/hiviewdfx/hiview/base/event_store/utility/reader/ |
| D | content_reader_version_2.cpp | 79 uint8_t log; member
|
| /base/update/update_app/common/src/main/ets/manager/ |
| D | UpdateManager.ts | 388 private log(message: string): void { method in UpdateManager
|
| /base/hiviewdfx/hiview/base/event_store/include/ |
| D | base_def.h | 119 uint8_t log; member
|
| /base/hiviewdfx/faultloggerd/test/unittest/backtrace/ |
| D | backtrace_local_test.cpp | 185 string log[] = {"#00", "backtrace_local", "Tid:", "Name"}; variable
|