Home
last modified time | relevance | path

Searched refs:INSTALLATION_FREE (Results 1 - 5 of 5) sorted by relevance

/developtools/packing_tool/packing_tool/frameworks/src/json/
H A Dmodule_json_stage.cpp63 const std::string INSTALLATION_FREE = "installationFree"; member
183 if (moduleObj->Contains(INSTALLATION_FREE.c_str())) { in GetStageInstallationFreeByModuleObj()
184 if (moduleObj->GetBool(INSTALLATION_FREE.c_str(), &installationFree) != Result::SUCCESS) { in GetStageInstallationFreeByModuleObj()
185 LOGE("Module node get %s failed!", INSTALLATION_FREE.c_str()); in GetStageInstallationFreeByModuleObj()
H A Dmodule_json_fa.cpp63 const std::string INSTALLATION_FREE = "installationFree"; member
215 if (distroObj->Contains(INSTALLATION_FREE.c_str())) { in GetFaInstallationFreeByDistroObj()
216 if (distroObj->GetBool(INSTALLATION_FREE.c_str(), &installationFree) != Result::SUCCESS) { in GetFaInstallationFreeByDistroObj()
217 LOGE("Distro node get %s failed!", INSTALLATION_FREE.c_str()); in GetFaInstallationFreeByDistroObj()
H A Dmodule_json.cpp63 const std::string INSTALLATION_FREE = "installationFree"; member
/developtools/packing_tool/adapter/ohos/
H A DModuleJsonUtil.java78 private static final String INSTALLATION_FREE = "installationFree"; field in ModuleJsonUtil
1239 if (moduleObj.containsKey(INSTALLATION_FREE)) { in parseStageInstallation()
1240 return moduleObj.getBoolean(INSTALLATION_FREE); in parseStageInstallation()
1255 boolean installationFree = getJsonBooleanValue(moduleObj, INSTALLATION_FREE, false); in parseStageBundleType()
1434 if (distroObj.containsKey(INSTALLATION_FREE)) { in parseFAInstallationFree()
1435 return distroObj.getBoolean(INSTALLATION_FREE); in parseFAInstallationFree()
1872 boolean installationFree = getJsonBooleanValue(moduleObj, INSTALLATION_FREE, false); in checkAtomicServiceInstallationFree()
H A DJsonUtil.java106 private static final String INSTALLATION_FREE = "installationFree"; field in JsonUtil
1165 if (moduleJson.containsKey(INSTALLATION_FREE)) { in parseInstallationFree()
1166 boolean isFreeInstall = moduleJson.getBoolean(INSTALLATION_FREE); in parseInstallationFree()

Completed in 18 milliseconds