Home
last modified time | relevance | path

Searched refs:APP_SERVICE (Results 1 - 4 of 4) sorted by relevance

/developtools/packing_tool/packing_tool/frameworks/src/json/
H A Dmodule_json.cpp70 const std::string APP_SERVICE = "appService"; member
851 } else if (bundleType.compare(APP_SERVICE) == 0) { in CheckStageBundleType()
1142 (bundleType.compare(APP_SERVICE) == 0)) { in CheckAtomicServiceInstallationFree()
H A Dmodule_json_stage.cpp70 const std::string APP_SERVICE = "appService"; member
H A Dmodule_json_fa.cpp70 const std::string APP_SERVICE = "appService"; member
/developtools/packing_tool/adapter/ohos/
H A DModuleJsonUtil.java95 private static final String APP_SERVICE = "appService"; field in ModuleJsonUtil
1290 } else if (APP_SERVICE.equals(bundleType)) { in parseStageBundleType()
1291 return APP_SERVICE; in parseStageBundleType()
1898 } else if (APP_SERVICE.equals(bundleType)) { in checkAtomicServiceInstallationFree()

Completed in 12 milliseconds