Searched refs:DFX_SetAppRunningUniqueId (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/signal_handler/ |
H A D | signal_handler_test.cpp | 60 extern "C" int DFX_SetAppRunningUniqueId(const char* appRunningId, size_t len) __attribute__((weak)… 546 if (DFX_SetAppRunningUniqueId == nullptr) { 555 int ret = DFX_SetAppRunningUniqueId(nullptr, 0); 563 ret = DFX_SetAppRunningUniqueId(nullptr, MAX_APP_RUNNING_UNIQUE_ID_LEN); 572 ret = DFX_SetAppRunningUniqueId(testId1, 0); 580 ret = DFX_SetAppRunningUniqueId(testId1, strlen(testId1)); 589 ret = DFX_SetAppRunningUniqueId(testId1, testLen); 598 ret = DFX_SetAppRunningUniqueId(testId2, MAX_APP_RUNNING_UNIQUE_ID_LEN);
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/include/ |
H A D | dfx_signal_handler.h | 50 int DFX_SetAppRunningUniqueId(const char* appRunningId, size_t len);
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/ |
H A D | dfx_signal_handler.c | 984 int DFX_SetAppRunningUniqueId(const char* appRunningId, size_t len) in DFX_SetAppRunningUniqueId() function
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | main_thread.cpp | 181 extern "C" int DFX_SetAppRunningUniqueId(const char* appRunningId, size_t len) __attribute__((weak)… 1420 if (DFX_SetAppRunningUniqueId != nullptr) { in HandleLaunchApplication() 1421 DFX_SetAppRunningUniqueId(appRunningId.c_str(), appRunningId.length()); in HandleLaunchApplication()
|