Searched refs:HiviewServiceAdapter (Results 1 – 3 of 3) sorted by relevance
21 class HiviewServiceAdapter {23 HiviewServiceAdapter(){}; in HiviewServiceAdapter() function24 ~HiviewServiceAdapter(){}; in ~HiviewServiceAdapter()
25 void HiviewServiceAdapter::StartService(HiviewService *service) const in StartService()
53 std::unique_ptr<HiviewServiceAdapter> adapter = std::make_unique<HiviewServiceAdapter>(); in StartService()