Searched defs:InstallParam (Results 1 – 8 of 8) sorted by relevance
54 bool isKeepData = false;56 bool isPreInstallApp = false;57 bool removable = true;58 bool needSendEvent = true;59 bool withCopyHaps = false;64 bool isAgingUninstall = false;101 static InstallParam *Unmarshalling(Parcel &parcel); argument107 bool killProcess = true;115 bool GetForceExecuted() const in GetForceExecuted()127 bool GetKillProcess() const in GetKillProcess()[all …]
25 struct InstallParam { struct34 class InstallParamSerializer : public IPolicySerializer<InstallParam>, argument
69 } InstallParam; typedef
575 ## InstallParam section
574 ## InstallParam section
1592 ## InstallParam section
1586 ## InstallParam section
2168 static int32_t InstallParam(struct nl_msg *msg, struct nl_msg *keyMsg) in InstallParam() function