• Home
  • Raw
  • Download

Lines Matching refs:ModulePathHelper

483 …CString entryPoint = ModulePathHelper::ConcatFileNameWithMerge(thread, pf.get(), baseFilename, mod…  in HWTEST_F_L0()
490ModulePathHelper::ConcatFileNameWithMerge(thread, pf.get(), baseFilename, moduleRecordName, module… in HWTEST_F_L0()
515 …CString entryPoint = ModulePathHelper::ConcatFileNameWithMerge(thread, pf.get(), baseFilename, mod… in HWTEST_F_L0()
524 entryPoint = ModulePathHelper::ConcatFileNameWithMerge( in HWTEST_F_L0()
551ModulePathHelper::ConcatFileNameWithMerge(thread, pf.get(), baseFilename, moduleRecordName, module… in HWTEST_F_L0()
564 …entryPoint = ModulePathHelper::ConcatFileNameWithMerge(thread, pf2.get(), baseFilename, moduleReco… in HWTEST_F_L0()
595 CString entryPoint = ModulePathHelper::ConcatFileNameWithMerge( in HWTEST_F_L0()
645 ModulePathHelper::ParseAbcPathAndOhmUrl(instance, inputFileName, outFileName, entryPoint); in HWTEST_F_L0()
651 ModulePathHelper::ParseAbcPathAndOhmUrl(instance, inputFileName, outFileName, entryPoint); in HWTEST_F_L0()
659 ModulePathHelper::ParseAbcPathAndOhmUrl(instance, inputFileName, outFileName, entryPoint); in HWTEST_F_L0()
667 ModulePathHelper::ParseAbcPathAndOhmUrl(instance, inputFileName, outFileName, entryPoint); in HWTEST_F_L0()
675 ModulePathHelper::ParseAbcPathAndOhmUrl(instance, inputFileName, outFileName, entryPoint); in HWTEST_F_L0()
683 ModulePathHelper::ParseAbcPathAndOhmUrl(instance, inputFileName, outFileName, entryPoint); in HWTEST_F_L0()
790 bool res1 = ModulePathHelper::IsNativeModuleRequest(inputFileName); in HWTEST_F_L0()
794 bool res2 = ModulePathHelper::IsNativeModuleRequest(inputFileName); in HWTEST_F_L0()
798 bool res3 = ModulePathHelper::IsNativeModuleRequest(inputFileName); in HWTEST_F_L0()
802 bool res4 = ModulePathHelper::IsNativeModuleRequest(inputFileName); in HWTEST_F_L0()
809 bool res1 = ModulePathHelper::IsImportFile(inputFileName); in HWTEST_F_L0()
811 CString outFileName = ModulePathHelper::RemoveSuffix(inputFileName); in HWTEST_F_L0()
815 bool res2 = ModulePathHelper::IsImportFile(inputFileName); in HWTEST_F_L0()
817 outFileName = ModulePathHelper::RemoveSuffix(inputFileName); in HWTEST_F_L0()
822 bool res3 = ModulePathHelper::IsImportFile(inputFileName); in HWTEST_F_L0()
824 outFileName = ModulePathHelper::RemoveSuffix(inputFileName); in HWTEST_F_L0()
828 bool res4 = ModulePathHelper::IsImportFile(inputFileName); in HWTEST_F_L0()
830 outFileName = ModulePathHelper::RemoveSuffix(inputFileName); in HWTEST_F_L0()
834 bool res5 = ModulePathHelper::IsImportFile(inputFileName); in HWTEST_F_L0()
836 outFileName = ModulePathHelper::RemoveSuffix(inputFileName); in HWTEST_F_L0()
840 bool res6 = ModulePathHelper::IsImportFile(inputFileName); in HWTEST_F_L0()
842 outFileName = ModulePathHelper::RemoveSuffix(inputFileName); in HWTEST_F_L0()
850 CString outFileName1 = ModulePathHelper::GetModuleNameWithPath(inputPath1); in HWTEST_F_L0()
855 CString outFileName2 = ModulePathHelper::GetModuleNameWithPath(inputPath2); in HWTEST_F_L0()
863 CString outFileName1 = ModulePathHelper::ConcatPandaFilePath(inputPath1); in HWTEST_F_L0()
868 CString outFileName2 = ModulePathHelper::ConcatPandaFilePath(inputPath2); in HWTEST_F_L0()
873 CString outFileName3 = ModulePathHelper::ConcatPandaFilePath(inputPath3); in HWTEST_F_L0()
880 CString outFileName = ModulePathHelper::ParseFileNameToVMAName(inputFileName); in HWTEST_F_L0()
885 outFileName = ModulePathHelper::ParseFileNameToVMAName(inputFileName); in HWTEST_F_L0()
890 outFileName = ModulePathHelper::ParseFileNameToVMAName(inputFileName); in HWTEST_F_L0()
895 outFileName = ModulePathHelper::ParseFileNameToVMAName(inputFileName); in HWTEST_F_L0()
900 outFileName = ModulePathHelper::ParseFileNameToVMAName(inputFileName); in HWTEST_F_L0()
910 CString outFileName = ModulePathHelper::ConcatUnifiedOhmUrl("", pkgName, "", path, version); in HWTEST_F_L0()
915 outFileName = ModulePathHelper::ConcatUnifiedOhmUrl("", path2, version); in HWTEST_F_L0()
924 …CString outFileName = ModulePathHelper::ConcatImportFileNormalizedOhmurl(recordPath, requestName, … in HWTEST_F_L0()
932 CString outFileName = ModulePathHelper::ConcatNativeSoNormalizedOhmurl("", "", pkgName, ""); in HWTEST_F_L0()
942 …CString outFileName = ModulePathHelper::ConcatNotSoNormalizedOhmurl("", "", pkgName, path, version… in HWTEST_F_L0()
952 …CString res = ModulePathHelper::TransformToNormalizedOhmUrl(instance, inputFileName, outBaseFileNa… in HWTEST_F_L0()
976ModulePathHelper::TranslateExpressionToNormalized(thread, nullptr, baseFileName, recordName, reque… in HWTEST_F_L0()
980ModulePathHelper::TranslateExpressionToNormalized(thread, nullptr, baseFileName, recordName, reque… in HWTEST_F_L0()
984ModulePathHelper::TranslateExpressionToNormalized(thread, nullptr, baseFileName, recordName, reque… in HWTEST_F_L0()
988 …CString result = ModulePathHelper::TranslateExpressionToNormalized(thread, nullptr, baseFileName, … in HWTEST_F_L0()
995 …result = ModulePathHelper::TranslateExpressionToNormalized(thread, pf.get(), baseFileName, recordN… in HWTEST_F_L0()
1025 …CString result = ModulePathHelper::TranslateExpressionToNormalized(thread, nullptr, baseFileName, … in HWTEST_F_L0()
1030 result = ModulePathHelper::TranslateExpressionToNormalized(thread, nullptr, baseFileName, "", in HWTEST_F_L0()
1056 …CString result = ModulePathHelper::TranslateExpressionToNormalized(thread, nullptr, baseFileName, … in HWTEST_F_L0()
1064 CVector<CString> res = ModulePathHelper::SplitNormalizedRecordName(requestPath); in HWTEST_F_L0()
1085 …CString res = ModulePathHelper::ConcatPreviewTestUnifiedOhmUrl(bundleName, pkgName, path, version); in HWTEST_F_L0()
1092 bool res = ModulePathHelper::NeedTranslateToNormalized(requestName); in HWTEST_F_L0()
1096 res = ModulePathHelper::NeedTranslateToNormalized(requestName); in HWTEST_F_L0()
1100 res = ModulePathHelper::NeedTranslateToNormalized(requestName); in HWTEST_F_L0()
1104 res = ModulePathHelper::NeedTranslateToNormalized(requestName); in HWTEST_F_L0()
1108 res = ModulePathHelper::NeedTranslateToNormalized(requestName); in HWTEST_F_L0()
1112 res = ModulePathHelper::NeedTranslateToNormalized(requestName); in HWTEST_F_L0()
1116 res = ModulePathHelper::NeedTranslateToNormalized(requestName); in HWTEST_F_L0()
1254 CString res = ModulePathHelper::ConcatHspFileNameCrossBundle(bundleName, moduleName); in HWTEST_F_L0()
1262 CString res = ModulePathHelper::ConcatHspFileName(moduleName); in HWTEST_F_L0()
1273 …CString res = ModulePathHelper::ParseNormalizedOhmUrl(thread, baseFileName, recordName, requestNam… in HWTEST_F_L0()
1281 …CString res2 = ModulePathHelper::ParseNormalizedOhmUrl(thread, baseFileName, recordName, requestNa… in HWTEST_F_L0()
1289 …CString res3 = ModulePathHelper::ParseNormalizedOhmUrl(thread, baseFileName, recordName, requestNa… in HWTEST_F_L0()
1296 …CString res4 = ModulePathHelper::ParseNormalizedOhmUrl(thread, baseFileName, recordName, requestNa… in HWTEST_F_L0()
1304 CString res = ModulePathHelper::GetModuleNameWithBaseFile(baseFileName); in HWTEST_F_L0()
1309 res = ModulePathHelper::GetModuleNameWithBaseFile(baseFileName); in HWTEST_F_L0()
1317 CString res = ModulePathHelper::GetBundleNameWithRecordName(instance, recordName); in HWTEST_F_L0()
1327 res = ModulePathHelper::GetBundleNameWithRecordName(instance, recordName); in HWTEST_F_L0()
1333 res = ModulePathHelper::GetBundleNameWithRecordName(instance, recordName); in HWTEST_F_L0()
1373 …CString res = ModulePathHelper::TransformToNormalizedOhmUrl(instance, inputFileName, outBaseFileNa… in HWTEST_F_L0()
1378 …res = ModulePathHelper::TransformToNormalizedOhmUrl(instance, inputFileName, outBaseFileName, entr… in HWTEST_F_L0()
1383 …res = ModulePathHelper::TransformToNormalizedOhmUrl(instance, inputFileName, outBaseFileName, entr… in HWTEST_F_L0()
1388 …res = ModulePathHelper::TransformToNormalizedOhmUrl(instance, inputFileName, outBaseFileName, entr… in HWTEST_F_L0()
1413 …CString result = ModulePathHelper::TranslateExpressionInputWithEts(thread, pf.get(), baseFileName,… in HWTEST_F_L0()
1417 …result = ModulePathHelper::TranslateExpressionInputWithEts(thread, pf.get(), baseFileName, request… in HWTEST_F_L0()