Searched refs:containerSdkPath (Results 1 – 9 of 9) sorted by relevance
54 void SetFontMgrConfig(const std::string& containerSdkPath) in SetFontMgrConfig() argument58 …std::string containerFontBasePath = containerSdkPath + DELIMITER + "resources" + DELIMITER + "font… in SetFontMgrConfig()62 if (containerSdkPath.empty() || fileList.empty()) { in SetFontMgrConfig()211 SystemProperties::SetExtSurfaceEnabled(!runArgs.containerSdkPath.empty()); in AceAbility()241 container->SetContainerSdkPath(runArgs.containerSdkPath); in AceAbility()281 SetFontMgrConfig(runArgs.containerSdkPath); in CreateInstance()305 if (!runArgs_.containerSdkPath.empty()) { in InitEnv()306 paths.push_back(runArgs_.containerSdkPath); in InitEnv()323 …runArgs_.containerSdkPath, runArgs_.appResourcesPath, runArgs_.themeId, runArgs_.deviceConfig.colo… in InitEnv()
95 std::string containerSdkPath = ""; member
69 void SetFontMgrConfig(const std::string& containerSdkPath) in SetFontMgrConfig() argument73 …std::string containerFontBasePath = containerSdkPath + DELIMITER + "resources" + DELIMITER + "font… in SetFontMgrConfig()77 if (containerSdkPath.empty() || fileList.empty()) { in SetFontMgrConfig()246 containerSdkPath_ = options.containerSdkPath; in UIContentImpl()
286 void SetContainerSdkPath(const std::string& containerSdkPath) in SetContainerSdkPath() argument288 containerSdkPath_ = containerSdkPath; in SetContainerSdkPath()
953 [weak, containerSdkPath = containerSdkPath_]() { in AttachView()960 moduleManager->SetPreviewSearchPath(containerSdkPath); in AttachView()
79 std::string containerSdkPath; member
57 options.containerSdkPath = argv[PARAM_SEVEN]; in main()
65 … TAG_LOGD(AAFwkTag::ABILITY_SIM, "containerSdkPath:%{public}s", options.containerSdkPath.c_str()); in SetOptions()
806 …:ABILITY_SIM, "moduleManager SetPreviewSearchPath: %{public}s", options_.containerSdkPath.c_str()); in LoadRuntimeEnv()807 moduleManager->SetPreviewSearchPath(options_.containerSdkPath); in LoadRuntimeEnv()811 auto pos = options_.containerSdkPath.find(fileSeparator); in LoadRuntimeEnv()816 …std::string fileName = options_.containerSdkPath + fileSeparator + "apiMock" + fileSeparator + "js… in LoadRuntimeEnv()