Lines Matching refs:HintManager
220 class HintManagerTest : public ::testing::Test, public HintManager {
223 : HintManager(nullptr, std::unordered_map<std::string, Hint>{}, in HintManagerTest()
311 HintManager hm(nm_, actions_, std::vector<std::shared_ptr<AdpfConfig>>(), {}); in TEST_F()
323 std::make_unique<HintManager>(nm_, actions_, std::vector<std::shared_ptr<AdpfConfig>>(), in TEST_F()
337 HintManager hm(nm_, actions_, std::vector<std::shared_ptr<AdpfConfig>>(), {}); in TEST_F()
348 HintManager hm(nm_, actions_, std::vector<std::shared_ptr<AdpfConfig>>(), {}); in TEST_F()
357 std::make_unique<HintManager>(nm_, actions_, std::vector<std::shared_ptr<AdpfConfig>>(), in TEST_F()
408 std::make_unique<HintManager>(nm_, actions_, std::vector<std::shared_ptr<AdpfConfig>>(), in TEST_F()
452 HintManager::ParseNodes(json_doc_); in TEST_F()
486 HintManager::ParseNodes(json_doc_); in TEST_F()
495 HintManager::ParseNodes(json_doc_); in TEST_F()
505 HintManager::ParseNodes(json_doc_); in TEST_F()
515 HintManager::ParseNodes(json_doc_); in TEST_F()
525 HintManager::ParseNodes(json_doc_); in TEST_F()
535 HintManager::ParseNodes(json_doc_); in TEST_F()
545 HintManager::ParseNodes(json_doc_); in TEST_F()
576 HintManager::ParseNodes("invalid json"); in TEST_F()
578 nodes = HintManager::ParseNodes( in TEST_F()
587 HintManager::ParseNodes(json_doc_); in TEST_F()
588 std::unordered_map<std::string, Hint> actions = HintManager::ParseActions(json_doc_, nodes); in TEST_F()
647 HintManager::ParseNodes(json_doc_); in TEST_F()
649 auto actions = HintManager::ParseActions(json_doc_, nodes); in TEST_F()
658 auto nodes = HintManager::ParseNodes(json_doc_); in TEST_F()
660 auto actions = HintManager::ParseActions(json_doc_, nodes); in TEST_F()
667 HintManager::ParseNodes(json_doc_); in TEST_F()
668 auto actions = HintManager::ParseActions("invalid json", nodes); in TEST_F()
670 actions = HintManager::ParseActions( in TEST_F()
682 HintManager *hm = HintManager::GetFromJSON(json_file.path, false); in TEST_F()
687 hm = HintManager::GetFromJSON(json_file.path); in TEST_F()
789 std::vector<std::shared_ptr<AdpfConfig>> adpfs = HintManager::ParseAdpfConfigs(json_doc_); in TEST_F()
860 std::vector<std::shared_ptr<AdpfConfig>> adpfs = HintManager::ParseAdpfConfigs(json_doc_); in TEST_F()
869 std::vector<std::shared_ptr<AdpfConfig>> adpfs = HintManager::ParseAdpfConfigs(json_doc_); in TEST_F()
878 std::vector<std::shared_ptr<AdpfConfig>> adpfs = HintManager::ParseAdpfConfigs(json_doc_); in TEST_F()
886 HintManager *hm = HintManager::GetFromJSON(json_file.path, false); in TEST_F()
905 HintManager *hm = HintManager::GetFromJSON(json_file.path, false); in TEST_F()
917 HintManager *hm = HintManager::GetFromJSON(json_file.path, false); in TEST_F()