Home
last modified time | relevance | path

Searched refs:ParseNodes (Results 1 – 4 of 4) sorted by relevance

/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/
DHintManagerTest.cc314 HintManager::ParseNodes(json_doc_); in TEST_F()
348 HintManager::ParseNodes(json_doc_); in TEST_F()
357 HintManager::ParseNodes(json_doc_); in TEST_F()
367 HintManager::ParseNodes(json_doc_); in TEST_F()
377 HintManager::ParseNodes(json_doc_); in TEST_F()
387 HintManager::ParseNodes(json_doc_); in TEST_F()
397 HintManager::ParseNodes(json_doc_); in TEST_F()
407 HintManager::ParseNodes(json_doc_); in TEST_F()
438 HintManager::ParseNodes("invalid json"); in TEST_F()
440 nodes = HintManager::ParseNodes( in TEST_F()
[all …]
/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/
DHintManager.h80 static std::vector<std::unique_ptr<Node>> ParseNodes(
/hardware/google/pixel/power-libperfmgr/libperfmgr/tools/
DConfigVerifier.cc40 std::vector<std::unique_ptr<Node>> nodes = ParseNodes(json_doc); in VerifyNodes()
/hardware/google/pixel/power-libperfmgr/libperfmgr/
DHintManager.cc122 std::vector<std::unique_ptr<Node>> nodes = ParseNodes(json_doc); in GetFromJSON()
147 std::vector<std::unique_ptr<Node>> HintManager::ParseNodes( in ParseNodes() function in android::perfmgr::HintManager