Home
last modified time | relevance | path

Searched refs:appResourcesPath (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/samples/
H A Dace_car_test.cpp43 const std::string appResourcesPath = "/Volumes/SSD2T/daily-test/preview/js/AppResources"; variable
50 const std::string appResourcesPath = "D:\\Workspace\\preview\\js\\AppResources\\assets\\entry"; variable
57 const std::string appResourcesPath = "/home/ubuntu/demo/preview/js/AppResources"; variable
81 .appResourcesPath = appResourcesPath, in main()
99 args.appResourcesPath = appResourcesPathStage; in main()
H A Dace_card_test.cpp46 const std::string appResourcesPath = "/Volumes/SSD2T/daily-test/preview/js/AppResources"; variable
53 const std::string appResourcesPath = "D:\\Workspace\\preview\\js\\AppResources\\assets\\entry"; variable
60 const std::string appResourcesPath = "/home/ubuntu/demo/preview/js/AppResources"; variable
87 .appResourcesPath = appResourcesPath, in main()
100 args.appResourcesPath = appResourcesPathStage; in main()
H A Dace_phone_test.cpp42 const std::string appResourcesPath = "/Volumes/SSD2T/daily-test/preview/js/AppResources"; variable
50 const std::string appResourcesPath = "D:\\Workspace\\preview\\js\\AppResources\\assets\\entry"; variable
58 const std::string appResourcesPath = "/home/ubuntu/demo/preview/js/AppResources"; variable
84 .appResourcesPath = appResourcesPath, in main()
99 args.appResourcesPath = appResourcesPathStage; in main()
H A Dace_tablet_test.cpp43 const std::string appResourcesPath = "/Volumes/SSD2T/daily-test/preview/js/AppResources"; variable
50 const std::string appResourcesPath = "D:\\Workspace\\preview\\js\\AppResources\\assets\\entry"; variable
57 const std::string appResourcesPath = "/home/ubuntu/demo/preview/js/AppResources"; variable
82 .appResourcesPath = appResourcesPath, in main()
99 args.appResourcesPath = appResourcesPathStage; in main()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_ability.cpp89 LOGI("runArgs.appResources: %{private}s", runArgs.appResourcesPath.c_str()); in DumpAceRunArgs()
291 std::string appResourcesPath(runArgs_.appResourcesPath); in InitEnv() local
292 if (!OHOS::Ace::Framework::EndWith(appResourcesPath, DELIMITER)) { in InitEnv()
293 appResourcesPath.append(DELIMITER); in InitEnv()
300 paths.push_back(appResourcesPath); in InitEnv()
301 paths.push_back(appResourcesPath + ASSET_PATH_SHARE_STAGE); in InitEnv()
323 …runArgs_.containerSdkPath, runArgs_.appResourcesPath, runArgs_.themeId, runArgs_.deviceConfig.colo… in InitEnv()
416 … Context::CreateContext(runArgs_.projectModel == ProjectModel::STAGE, runArgs_.appResourcesPath); in InitializeAppInfo()
H A Dui_content_impl.cpp378 std::string appResourcesPath(appResourcesPath_); in CommonInitialize() local
379 if (!OHOS::Ace::Framework::EndWith(appResourcesPath, DELIMITER)) { in CommonInitialize()
380 appResourcesPath.append(DELIMITER); in CommonInitialize()
382 paths.push_back(appResourcesPath); in CommonInitialize()
383 paths.push_back(appResourcesPath + ASSET_PATH_SHARE_STAGE); in CommonInitialize()
H A Dace_run_args.h56 std::string appResourcesPath; member
H A Dace_container.h66 … const std::string& hmsResourcesPath, const std::string& appResourcesPath, const int32_t& themeId,
H A Dace_container.cpp728 … const std::string& hmsResourcesPath, const std::string& appResourcesPath, const int32_t& themeId, in SetResourcesPathAndThemeStyle() argument
739 container->resourceInfo_.SetPackagePath(appResourcesPath); in SetResourcesPathAndThemeStyle()