Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/adapter/preview/entrance/samples/
H A Dace_card_test.cpp46 const std::string appResourcesPath = "/Volumes/SSD2T/daily-test/preview/js/AppResources"; member
53 const std::string appResourcesPath = "D:\\Workspace\\preview\\js\\AppResources\\assets\\entry"; member
60 const std::string appResourcesPath = "/home/ubuntu/demo/preview/js/AppResources"; member
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"; member
50 const std::string appResourcesPath = "D:\\Workspace\\preview\\js\\AppResources\\assets\\entry"; member
58 const std::string appResourcesPath = "/home/ubuntu/demo/preview/js/AppResources"; member
84 .appResourcesPath = appResourcesPath, in main()
99 args.appResourcesPath = appResourcesPathStage; in main()
H A Dace_car_test.cpp43 const std::string appResourcesPath = "/Volumes/SSD2T/daily-test/preview/js/AppResources"; member
50 const std::string appResourcesPath = "D:\\Workspace\\preview\\js\\AppResources\\assets\\entry"; member
57 const std::string appResourcesPath = "/home/ubuntu/demo/preview/js/AppResources"; member
81 .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"; member
50 const std::string appResourcesPath = "D:\\Workspace\\preview\\js\\AppResources\\assets\\entry"; member
57 const std::string appResourcesPath = "/home/ubuntu/demo/preview/js/AppResources"; member
82 .appResourcesPath = appResourcesPath, in main()
99 args.appResourcesPath = appResourcesPathStage; in main()
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_ability.cpp92 LOGI("runArgs.appResources: %{private}s", runArgs.appResourcesPath.c_str()); in DumpAceRunArgs()
294 std::string appResourcesPath(runArgs_.appResourcesPath); in InitEnv()
295 if (!OHOS::Ace::Framework::EndWith(appResourcesPath, DELIMITER)) { in InitEnv()
296 appResourcesPath.append(DELIMITER); in InitEnv()
303 paths.push_back(appResourcesPath); in InitEnv()
304 paths.push_back(appResourcesPath + ASSET_PATH_SHARE_STAGE); in InitEnv()
326 runArgs_.containerSdkPath, runArgs_.appResourcesPath, runArgs_.themeId, runArgs_.deviceConfig.colorMode); in InitEnv()
419 Context::CreateContext(runArgs_.projectModel == ProjectModel::STAGE, runArgs_.appResourcesPath); in InitializeAppInfo()
H A Dace_run_args.h56 std::string appResourcesPath; member
H A Dui_content_impl.cpp378 std::string appResourcesPath(appResourcesPath_); in CommonInitialize()
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_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()
739 container->resourceInfo_.SetPackagePath(appResourcesPath); in SetResourcesPathAndThemeStyle()
727 SetResourcesPathAndThemeStyle(int32_t instanceId, const std::string& systemResourcesPath, const std::string& hmsResourcesPath, const std::string& appResourcesPath, const int32_t& themeId, const ColorMode& colorMode) SetResourcesPathAndThemeStyle() argument

Completed in 8 milliseconds