Home
last modified time | relevance | path

Searched refs:nspid (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Dunwinder.h35 Unwinder(int pid, int nspid, bool crash);
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dunwinder.cpp79 Impl(int pid, int nspid, bool crash) : pid_(nspid) in Impl() argument
81 if (pid <= 0 || nspid <= 0) { in Impl()
82 DFXLOGE("pid(%{public}d) or nspid(%{public}d) error", pid, nspid); in Impl()
286 Unwinder::Unwinder(int pid, int nspid, bool crash) : impl_(std::make_shared<Impl>(pid, nspid, crash)) in Unwinder() argument

Completed in 3 milliseconds