Searched refs:ExportAllAIProcess (Results 1 – 6 of 6) sorted by relevance
83 CollectResult<std::string> MemoryDecorator::ExportAllAIProcess() in ExportAllAIProcess() function in OHOS::HiviewDFX::UCollectUtil::MemoryDecorator85 auto task = [this] { return memoryCollector_->ExportAllAIProcess(); }; in ExportAllAIProcess()
42 virtual CollectResult<std::string> ExportAllAIProcess() = 0;
40 virtual CollectResult<std::string> ExportAllAIProcess() override;
41 virtual CollectResult<std::string> ExportAllAIProcess() override;
252 CollectResult<std::string> data = collector->ExportAllAIProcess();
490 CollectResult<std::string> MemoryCollectorImpl::ExportAllAIProcess() in ExportAllAIProcess() function in OHOS::HiviewDFX::UCollectUtil::MemoryCollectorImpl