Searched refs:g_request (Results 1 - 5 of 5) sorted by relevance
/base/hiviewdfx/faultloggerd/frameworks/localhandler/ |
H A D | dfx_signal_local_handler.cpp | 50 static struct ProcessDumpRequest g_request; variable 80 CrashLocalHandler(&g_request); in DoCrashHandler() 83 CrashLocalHandlerFd(fd, &g_request); in DoCrashHandler() 97 (void)memset_s(&g_request, sizeof(g_request), 0, sizeof(g_request)); in DFX_SignalLocalHandler() 98 g_request.type = static_cast<ProcessDumpType>(sig); in DFX_SignalLocalHandler() 99 g_request.tid = gettid(); in DFX_SignalLocalHandler() 100 g_request.pid = getpid(); in DFX_SignalLocalHandler() 101 g_request in DFX_SignalLocalHandler() [all...] |
/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/ |
H A D | dfx_signal_handler.c | 99 static struct ProcessDumpRequest g_request; variable 218 g_request.msg.type = MESSAGE_FATAL; in FillLastFatalMessageLocked() 219 (void)strncpy(g_request.msg.body, lastFatalMessage, sizeof(g_request.msg.body) - 1); in FillLastFatalMessageLocked() 228 if (g_request.timeStamp > dMsg->timestamp + PROCESSDUMP_TIMEOUT * NUMBER_ONE_THOUSAND) { in FillMessageBodyLocked() 233 g_request.msg.type = type; in FillMessageBodyLocked() 234 (void)strncpy(g_request.msg.body, dMsg->msg, sizeof(g_request.msg.body) - 1); in FillMessageBodyLocked() 251 g_request.msg.type = MESSAGE_BADFD; in FillDebugMessageLocked() 275 exception.pid = g_request in FillCrashExceptionAndReport() [all...] |
H A D | dfx_dumprequest.c | 74 static struct ProcessDumpRequest *g_request = NULL; variable 116 exception.pid = g_request->pid; in FillCrashExceptionAndReport() 117 exception.uid = (int32_t)(g_request->uid); in FillCrashExceptionAndReport() 224 if (g_request->dumpMode == SPLIT_MODE) { in DFX_ExecDump() 242 .iov_base = g_request, in DFX_ExecDump() 374 g_request->dumpMode = SPLIT_MODE; in ForkAndExecProcessDump() 392 g_request->recycleTid = syscall(SYS_gettid); in CloneAndDoProcessDump() 413 ParseSiValue(&g_request->siginfo, &endTime, &tid); in StartProcessdump() 497 g_request->pmPipeFd[0] = g_pipeFds[READ_FROM_DUMP_TO_MAIN][0]; in InitPipe() 498 g_request in InitPipe() [all...] |
/base/update/sys_installer/interfaces/innerkits/ipc_client/src/ |
H A D | module_update_kits_impl.cpp | 34 static volatile std::atomic_long g_request(0); 136 LOG(INFO) << "ExitModuleUpdate, g_request = " << g_request; in ExitModuleUpdate() 142 if (--g_request <= 0) { in ExitModuleUpdate() 192 g_request++; in InitModuleUpdate()
|
/base/account/os_account/frameworks/account_iam/test/unittest/src/ |
H A D | account_iam_mgr_proxy_test.cpp | 91 GetPropertyRequest g_request; in HWTEST_F() local 96 accountIAMMgrProxy->GetProperty(TEST_USER_ID, g_request, nullptr); in HWTEST_F()
|
Completed in 4 milliseconds