Searched refs:GetHintStats (Results 1 – 4 of 4) sorted by relevance
41 MOCK_METHOD(::android::perfmgr::HintStats, GetHintStats, (const std::string &hint_type),
327 HintStats launch_stats(hm->GetHintStats("LAUNCH")); in TEST_F()330 HintStats interaction_stats(hm->GetHintStats("INTERACTION")); in TEST_F()429 HintStats launch_stats(hm->GetHintStats("LAUNCH")); in TEST_F()440 HintStats interaction_stats(hm->GetHintStats("INTERACTION")); in TEST_F()445 launch_stats = hm->GetHintStats("LAUNCH"); in TEST_F()
144 HintStats GetHintStats(const std::string &hint_type) const;
219 HintStats HintManager::GetHintStats(const std::string &hint_type) const { in GetHintStats() function in android::perfmgr::HintManager252 HintStats hint_stats(GetHintStats(ordered_key)); in DumpToFd()