Home
last modified time | relevance | path

Searched refs:GetHints (Results 1 – 5 of 5) sorted by relevance

/hardware/google/pixel/power-libperfmgr/aidl/tests/mocks/
DMockHintManager.h40 MOCK_METHOD(std::vector<std::string>, GetHints, (), (const));
/hardware/google/pixel/power-libperfmgr/libperfmgr/tools/
DConfigVerifier.cc91 std::vector<std::string> hints = hm->GetHints(); in execConfig()
/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/
DHintManager.h141 std::vector<std::string> GetHints() const;
/hardware/google/pixel/power-libperfmgr/libperfmgr/
DHintManager.cc211 std::vector<std::string> HintManager::GetHints() const { in GetHints() function in android::perfmgr::HintManager
249 std::vector<std::string> keys(GetHints()); in DumpToFd()
/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/
DHintManagerTest.cc313 std::vector<std::string> hints = hm.GetHints(); in TEST_F()