Searched defs:testName (Results 1 – 6 of 6) sorted by relevance
64 void SetCurrentTestName(const std::string &testName) in SetCurrentTestName()74 std::pair<std::string, std::string> GetTestEntryPoint(const std::string &testName) in GetTestEntryPoint()
29 std::string testName = GetCurrentTestName(); in StartDebuggerImpl() local
26 TestHooks(const std::string &testName, const EcmaVM *vm) : vm_(vm) in TestHooks()
35 static void RegisterTest(const std::string &testName, std::unique_ptr<TestEvents> test) in RegisterTest()
56 std::string testName = GetCurrentTestName(); in HWTEST_P_L0() local
36 …static void RegisterTest(panda_file::SourceLang language, const char *testName, std::unique_ptr<Ap… in RegisterTest()