Lines Matching refs:res2
429 CString res2 = "node_modules/0/moduleTest/index"; in HWTEST_F_L0() local
448 EXPECT_EQ(res2, normalName2); in HWTEST_F_L0()
476 CString res2 = "com.bundleName.test/moduleName1/ets/pages/index"; in HWTEST_F_L0() local
478 EXPECT_EQ(entryPoint, res2); in HWTEST_F_L0()
525 std::pair<bool, ModuleTypes> res2 = SourceTextModule::CheckNativeModule(requestName2); in HWTEST_F_L0() local
526 EXPECT_EQ(res2.first, true); in HWTEST_F_L0()
527 EXPECT_EQ(res2.second, ModuleTypes::OHOS_MODULE); in HWTEST_F_L0()
562 JSHandle<EcmaString> res2 = objectFactory->NewFromUtf8(resName2); in HWTEST_F_L0() local
564 EXPECT_EQ(outFileName, res2); in HWTEST_F_L0()
581 CString res2 = "moduleName"; in HWTEST_F_L0() local
583 EXPECT_EQ(inputFileName, res2); in HWTEST_F_L0()
617 bool res2 = ModulePathHelper::IsNativeModuleRequest(inputFileName); in HWTEST_F_L0() local
618 EXPECT_TRUE(res2); in HWTEST_F_L0()
638 bool res2 = ModulePathHelper::IsImportFile(inputFileName); in HWTEST_F_L0() local
639 EXPECT_TRUE(!res2); in HWTEST_F_L0()