Searched refs:ParseActions (Results 1 – 3 of 3) sorted by relevance
76 static std::map<std::string, std::vector<NodeAction>> ParseActions(
411 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()
120 HintManager::ParseActions(json_doc, nodes); in GetFromJSON()280 std::map<std::string, std::vector<NodeAction>> HintManager::ParseActions( in ParseActions() function in android::perfmgr::HintManager