Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dunwinder.cpp79 Impl(int pid, int nspid, bool crash) : pid_(nspid) in Impl()
297 Unwinder::Unwinder(int pid, int nspid, bool crash) : impl_(std::make_shared<Impl>(pid, nspid, crash… in Unwinder()