Lines Matching defs:requestPath
309 CString requestPath = "pkg_modules@entry.@hw-agconnect.hmcore";
310 CString entryPoint = ModulePathHelper::ReformatPath(requestPath);
314 requestPath = "@package:pkg_modules@entry.@hw-agconnect.hmcore";
315 entryPoint = ModulePathHelper::ReformatPath(requestPath);
319 requestPath = "@app:bundleName/moduleName/lib*.so";
320 entryPoint = ModulePathHelper::ReformatPath(requestPath);
324 requestPath = "bundleName/moduleName/lib*.so";
325 entryPoint = ModulePathHelper::ReformatPath(requestPath);
520 CString requestPath = "@arkui-x.test/moduleName/requestModuleName";
521 ModulePathHelper::TranstaleExpressionInput(pf.get(), requestPath);
522 EXPECT_EQ(requestPath, "@ohos:test/moduleName/requestModuleName");
1262 CString requestPath = "@native:system.app";
1265 ModulePathHelper::TranslateExpressionToNormalized(thread, nullptr, baseFileName, recordName, requestPath);
1266 EXPECT_EQ(requestPath, "@native:system.app");
1268 requestPath = "@ohos:hilog";
1269 ModulePathHelper::TranslateExpressionToNormalized(thread, nullptr, baseFileName, recordName, requestPath);
1270 EXPECT_EQ(requestPath, "@ohos:hilog");
1272 requestPath = "@normalized:N&&&har/Index&1.0.0";
1273 ModulePathHelper::TranslateExpressionToNormalized(thread, nullptr, baseFileName, recordName, requestPath);
1274 EXPECT_EQ(requestPath, "@normalized:N&&&har/Index&1.0.0");
1276 requestPath = "@arkui-x.bridge";
1278 requestPath);
1281 requestPath = "ets/Test";
1285 requestPath);
1312 CString requestPath = "har";
1315 requestPath);
1318 requestPath = "har/src/main/Test";
1320 requestPath);
1341 CString requestPath = "./@normalized:N&&&har/Index&1.0.0";
1346 requestPath);
1349 requestPath = "ets/Test";
1352 requestPath);
1380 CString requestPath = "har";
1383 requestPath);
1406 CString requestPath = "@ohos/library/src/main/ets/Test";
1409 requestPath);
1431 CString requestPath = "&har/Index&1.0.0";
1432 CVector<CString> res = ModulePathHelper::SplitNormalizedRecordName(requestPath);
1448 CString requestPath = "har/Index";
1449 CVector<CString> res = ModulePathHelper::SplitNormalizedRecordName(requestPath);
2247 CString requestPath = "@normalized:N&&&har/Index&1.0.0";
2251 requestPath);
2254 requestPath = "&index";
2257 requestPath);
2260 requestPath = "./@normalized:N&&&har/Index&1.0.0";
2264 requestPath);
2284 CString requestPath = "@normalized:N&&&har/Index&1.0.0";
2287 baseFilename, recordName, requestPath);
2290 requestPath = "@normalized:N&&&har/Index&1.0.0";
2294 recordName, requestPath);
2297 requestPath = "@normalized:N&&&har/Index&1.0.0";
2301 recordName, requestPath);
2304 requestPath = "@normalized:N&&&har/Index&1.0.0";
2308 recordName, requestPath);
2311 requestPath = "./@normalized:N&&&har/Index&1.0.0";
2313 recordName, requestPath);
2316 requestPath = "./Test2";
2321 recordName, requestPath);