Home
last modified time | relevance | path

Searched defs:InstallParam (Results 1 – 2 of 2) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
Dinstall_param.h47 struct InstallParam : public Parcelable { struct
48 InstallFlag installFlag = InstallFlag::NORMAL;
49 InstallLocation installLocation = InstallLocation::INTERNAL_ONLY;
50 int32_t userId = Constants::UNSPECIFIED_USERID;
51 int64_t crowdtestDeadline = Constants::INVALID_CROWDTEST_DEADLINE; // for crowdtesting type hap
53 bool isKeepData = false;
54 bool needSavePreInstallInfo = false;
55 bool isPreInstallApp = false;
56 bool removable = true;
58 bool forceExecuted = false;
[all …]
/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/
Dinstall_param.h69 } InstallParam; typedef