Searched refs:HiviewService (Results 1 – 9 of 9) sorted by relevance
33 void HiviewService::StartService() in StartService()39 void HiviewService::DumpRequestDispatcher(int fd, const std::vector<std::string> &cmds) in DumpRequestDispatcher()67 void HiviewService::DumpPluginInfo(int fd, const std::vector<std::string> &cmds) const in DumpPluginInfo()98 void HiviewService::DumpDetailedInfo(int fd) in DumpDetailedInfo()114 void HiviewService::DumpLoadedPluginInfo(int fd) const in DumpLoadedPluginInfo()134 void HiviewService::DumpPluginUsageInfo(int fd) in DumpPluginUsageInfo()145 void HiviewService::DumpPluginUsageInfo(int fd, const std::string &pluginName) const in DumpPluginUsageInfo()158 void HiviewService::DumpThreadUsageInfo(int fd) const in DumpThreadUsageInfo()172 void HiviewService::DumpThreadUsageInfo(int fd, const std::string &threadName) const in DumpThreadUsageInfo()184 void HiviewService::DumpPipelineUsageInfo(int fd) const in DumpPipelineUsageInfo()[all …]
25 class HiviewService {27 HiviewService() : parser_(nullptr){}; in HiviewService() function28 ~HiviewService(){}; in ~HiviewService()
39 static void StartService(HiviewService *service);41 static HiviewService* GetOrSetHiviewService(HiviewService *service = nullptr);
20 class HiviewService; variable25 void StartService(HiviewService *service) const;
25 void HiviewServiceAdapter::StartService(HiviewService *service) const in StartService()
99 void HiviewServiceAbility::StartService(HiviewService *service) in StartService()106 HiviewService *HiviewServiceAbility::GetOrSetHiviewService(HiviewService *service) in GetOrSetHiviewService()108 static HiviewService *ref = nullptr; in GetOrSetHiviewService()
31 static HiviewService g_hiviewService = {61 HiviewService *hiviewService = NULL; in Initialize()66 hiviewService = (HiviewService *)service; in Initialize()97 HiviewService *service = GET_OBJECT(iUnknown, HiviewService, iUnknown); in Output()
57 } HiviewService; typedef
44 auto hiviewService = std::make_unique<HiviewService>(); in main()