Home
last modified time | relevance | path

Searched defs:appRunningId (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/common/
H A Ddfx_dump_request.h131 char appRunningId[MAX_APP_RUNNING_UNIQUE_ID_LEN]; member
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/
H A Ddfx_signal_handler.c984 int DFX_SetAppRunningUniqueId(const char* appRunningId, size_t len) in DFX_SetAppRunningUniqueId()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp1418 auto appRunningId = appLaunchData.GetAppRunningUniqueId(); in HandleLaunchApplication() local