Home
last modified time | relevance | path

Searched refs:MAX_APP_RUNNING_UNIQUE_ID_LEN (Results 1 - 5 of 5) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/common/
H A Ddfx_define.h42 #define MAX_APP_RUNNING_UNIQUE_ID_LEN 64 macro
H A Ddfx_dump_request.h144 char appRunningId[MAX_APP_RUNNING_UNIQUE_ID_LEN];
/base/hiviewdfx/faultloggerd/test/unittest/signal_handler/
H A Dsignal_handler_test.cpp547 * case: appRunningId == nullptr, len= MAX_APP_RUNNING_UNIQUE_ID_LEN in HWTEST_F()
550 ret = DFX_SetAppRunningUniqueId(nullptr, MAX_APP_RUNNING_UNIQUE_ID_LEN); in HWTEST_F()
572 * case: appRunningId != nullptr, len= MAX_APP_RUNNING_UNIQUE_ID_LEN + 1 in HWTEST_F()
575 constexpr size_t testLen = MAX_APP_RUNNING_UNIQUE_ID_LEN + 1; in HWTEST_F()
581 * case: appRunningId != nullptr, len= MAX_APP_RUNNING_UNIQUE_ID_LEN in HWTEST_F()
584 constexpr char testId2[MAX_APP_RUNNING_UNIQUE_ID_LEN] = "App running unique test id"; in HWTEST_F()
585 ret = DFX_SetAppRunningUniqueId(testId2, MAX_APP_RUNNING_UNIQUE_ID_LEN); in HWTEST_F()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/
H A Ddfx_signal_handler.c109 static char g_appRunningId[MAX_APP_RUNNING_UNIQUE_ID_LEN];
/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Dprocess_dumper.cpp377 request->appRunningId[MAX_APP_RUNNING_UNIQUE_ID_LEN - 1] = '\0'; in ReadRequestAndCheck()

Completed in 7 milliseconds