Home
last modified time | relevance | path

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

/base/hiviewdfx/hidumper/frameworks/native/src/executor/
Dhidumper_executor.cpp28 ptrParent_ = nullptr; in Reset()
93 ptrParent_ = ptrDumpCfg_->parent_->executor_; in SetDumpConfig()
144 if (ptrParent_ == nullptr) { in GetHitTickCount()
159 return ptrParent_->GetHitTickCount(nest + 1); in GetHitTickCount()
/base/hiviewdfx/hidumper/frameworks/native/include/executor/
Dhidumper_executor.h54 std::shared_ptr<HidumperExecutor> ptrParent_; variable