Searched defs:InstallParam (Results 1 – 2 of 2) sorted by relevance
47 struct InstallParam : public Parcelable { struct48 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 hap53 bool isKeepData = false;54 bool needSavePreInstallInfo = false;55 bool isPreInstallApp = false;56 bool removable = true;58 bool forceExecuted = false;[all …]
69 } InstallParam; typedef