Home
last modified time | relevance | path

Searched refs:crashFd_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_record.cpp47 sharedFd_(sharedFd), crashFd_(crashFd), host_(host) {} in RenderRecord()
53 close(crashFd_); in ~RenderRecord()
146 return crashFd_; in GetCrashFd()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_record.h122 int32_t crashFd_ = 0; variable