Home
last modified time | relevance | path

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

/system/extras/libperfmgr/include/perfmgr/
DHintManager.h76 static std::map<std::string, std::vector<NodeAction>> ParseActions(
/system/extras/libperfmgr/tests/
DHintManagerTest.cc411 HintManager::ParseActions(json_doc_, nodes); in TEST_F()
453 HintManager::ParseActions(json_doc_, nodes); in TEST_F()
466 HintManager::ParseActions(json_doc_, nodes); in TEST_F()
475 HintManager::ParseActions("invalid json", nodes); in TEST_F()
477 actions = HintManager::ParseActions( in TEST_F()
/system/extras/libperfmgr/
DHintManager.cc120 HintManager::ParseActions(json_doc, nodes); in GetFromJSON()
280 std::map<std::string, std::vector<NodeAction>> HintManager::ParseActions( in ParseActions() function in android::perfmgr::HintManager