Searched refs:appResourcesPath (Results 1 - 9 of 9) sorted by relevance
/foundation/arkui/ace_engine/adapter/preview/entrance/samples/ |
H A D | ace_card_test.cpp | 46 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 D | ace_phone_test.cpp | 42 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 D | ace_car_test.cpp | 43 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 D | ace_tablet_test.cpp | 43 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 D | ace_ability.cpp | 92 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 D | ace_run_args.h | 56 std::string appResourcesPath; member
|
H A D | ui_content_impl.cpp | 378 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 D | ace_container.h | 66 const std::string& hmsResourcesPath, const std::string& appResourcesPath, const int32_t& themeId,
|
H A D | ace_container.cpp | 728 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