Searched refs:IsCategoryRegistered (Results 1 – 6 of 6) sorted by relevance
63 virtual bool IsCategoryRegistered(const std::string& categoryName) const = 0;
285 bool ProfilingService::IsCategoryRegistered(const std::string& categoryName) const in IsCategoryRegistered() function in arm::pipe::ProfilingService287 return m_CounterDirectory.IsCategoryRegistered(categoryName); in IsCategoryRegistered()
179 bool IsCategoryRegistered(const std::string& categoryName) const override;
23 if (!profilingService.IsCategoryRegistered(ArmNN_Runtime)) in InitialiseProfilingService()
71 bool IsCategoryRegistered(const std::string& categoryName) const;
30 if (IsCategoryRegistered(categoryName)) in RegisterCategory()385 bool CounterDirectory::IsCategoryRegistered(const std::string& categoryName) const in IsCategoryRegistered() function in arm::pipe::CounterDirectory