Home
last modified time | relevance | path

Searched refs:StartPrintNmd (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/
H A Dmem_profiler_decorator.cpp62 int MemProfilerDecorator::StartPrintNmd(int fd, int pid, int type) in StartPrintNmd() function in OHOS::HiviewDFX::UCollectUtil::MemProfilerDecorator
64 …auto task = [this, &fd, &pid, &type] { return memProfilerCollector_->StartPrintNmd(fd, pid, type);… in StartPrintNmd()
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/inner_include/
H A Dmem_profiler_collector_impl.h31 int StartPrintNmd(int fd, int pid, int type) override;
/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/utility/
H A Dmem_profiler_collector.h33 virtual int StartPrintNmd(int fd, int pid, int type) = 0;
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/include/
H A Dmem_profiler_decorator.h33 int StartPrintNmd(int fd, int pid, int type) override;
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dmem_profiler_collector_impl.cpp111 int MemProfilerCollectorImpl::StartPrintNmd(int fd, int pid, int type) in StartPrintNmd() function in OHOS::HiviewDFX::UCollectUtil::MemProfilerCollectorImpl