Searched refs:GetTestEntryPoint (Results 1 – 4 of 4) sorted by relevance
32 std::pair<std::string, std::string> GetTestEntryPoint(const std::string &testName);
102 std::pair<std::string, std::string> GetTestEntryPoint(const std::string &testName) in GetTestEntryPoint() function
60 auto [pandaFile, entryPoint] = GetTestEntryPoint(testName); in HWTEST_P_L0()