Searched defs:InstallParam (Results 1 – 2 of 2) sorted by relevance
48 struct InstallParam : public Parcelable { struct49 InstallFlag installFlag = InstallFlag::NORMAL;50 InstallLocation installLocation = InstallLocation::INTERNAL_ONLY;51 int32_t userId = Constants::UNSPECIFIED_USERID;52 int64_t crowdtestDeadline = Constants::INVALID_CROWDTEST_DEADLINE; // for crowdtesting type hap54 bool isKeepData = false;55 bool needSavePreInstallInfo = false;56 bool isPreInstallApp = false;57 bool removable = true;58 bool needSendEvent = true;[all …]
69 } InstallParam; typedef