Home
last modified time | relevance | path

Searched defs:isInstallationFree (Results 1 – 3 of 3) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DHapVerifyInfo.java96 private boolean isInstallationFree = false; field in HapVerifyInfo
329 public boolean isInstallationFree() { in isInstallationFree() method in HapVerifyInfo
336 public void setInstallationFree(boolean isInstallationFree) { in setInstallationFree()
/developtools/packing_tool/packing_tool/frameworks/src/json/
Dhap_verify_info.cpp142 void HapVerifyInfo::SetInstallationFree(const bool& isInstallationFree) in SetInstallationFree()
Dhap_verify_utils.cpp726 bool isInstallationFree = hapVerifyInfos.begin()->IsInstallationFree(); in CheckDependencyIsValid() local