Home
last modified time | relevance | path

Searched refs:ParseActions (Results 1 – 3 of 3) sorted by relevance

/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/
DHintManagerTest.cc588 std::unordered_map<std::string, Hint> actions = HintManager::ParseActions(json_doc_, nodes); in TEST_F()
649 auto actions = HintManager::ParseActions(json_doc_, nodes); in TEST_F()
660 auto actions = HintManager::ParseActions(json_doc_, nodes); in TEST_F()
668 auto actions = HintManager::ParseActions("invalid json", nodes); in TEST_F()
670 actions = HintManager::ParseActions( in TEST_F()
/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/
DHintManager.h158 static std::unordered_map<std::string, Hint> ParseActions(
/hardware/google/pixel/power-libperfmgr/libperfmgr/
DHintManager.cc345 std::unordered_map<std::string, Hint> actions = HintManager::ParseActions(json_doc, nodes); in GetFromJSON()
538 std::unordered_map<std::string, Hint> HintManager::ParseActions( in ParseActions() function in android::perfmgr::HintManager