Home
last modified time | relevance | path

Searched refs:SetSelectEvents (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/
H A Dperf_decorator.cpp65 void PerfDecorator::SetSelectEvents(const std::vector<std::string> &selectEvents) in SetSelectEvents() function in OHOS::HiviewDFX::UCollectUtil::PerfDecorator
67 perfCollector_->SetSelectEvents(selectEvents); in SetSelectEvents()
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dperf_collector_impl.cpp82 void PerfCollectorImpl::SetSelectEvents(const std::vector<std::string> &selectEvents) in SetSelectEvents() function in OHOS::HiviewDFX::UCollectUtil::PerfCollectorImpl
84 opt_.SetSelectEvents(selectEvents); in SetSelectEvents()
/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/utility/
H A Dperf_collector.h38 virtual void SetSelectEvents(const std::vector<std::string> &selectEvents) = 0;
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/inner_include/
H A Dperf_collector_impl.h38 void SetSelectEvents(const std::vector<std::string> &selectEvents) override;
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/include/
H A Dperf_decorator.h37 void SetSelectEvents(const std::vector<std::string> &selectEvents) override;
/ohos5.0/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
H A Dperf_collector_test.cpp101 perfCollector->SetSelectEvents(selectEvents);