Home
last modified time | relevance | path

Searched refs:appFeature (Results 1 - 3 of 3) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/profile/model/
H A DBundleInfo.java62 private String appFeature; field in BundleInfo
110 return appFeature; in getAppFeature()
113 public void setAppFeature(String appFeature) { in setAppFeature() argument
114 this.appFeature = appFeature; in setAppFeature()
/developtools/hapsigner/hapsigntool_cpp/profile/include/
H A Dprofile_info.h49 std::string appFeature; member
/developtools/hapsigner/hapsigntool_cpp/profile/src/
H A Dprofile_verify.cpp147 GetStringIfExist(bundleInfo, KEY_APP_FEATURE, out.bundleInfo.appFeature); in ParseBundleInfo()

Completed in 4 milliseconds