Searched refs:profile_name (Results 1 – 3 of 3) sorted by relevance
37 MOCK_METHOD(bool, SetAdpfProfile, (const std::string &profile_name), ());
127 bool SetAdpfProfile(const std::string &profile_name);
842 bool HintManager::SetAdpfProfile(const std::string &profile_name) { in SetAdpfProfile() argument844 if (adpfs_[i]->mName == profile_name) { in SetAdpfProfile()852 bool HintManager::IsAdpfProfileSupported(const std::string &profile_name) const { in IsAdpfProfileSupported()854 if (adpfs_[i]->mName == profile_name) { in IsAdpfProfileSupported()