Searched defs:testName (Results 1 – 6 of 6) sorted by relevance
92 void SetCurrentTestName(const std::string &testName) in SetCurrentTestName()102 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()
57 std::string testName = GetCurrentTestName(); in HWTEST_P_L0() local