Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dinstall_param.h54 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); argument
107 bool killProcess = true;
115 bool GetForceExecuted() const in GetForceExecuted()
127 bool GetKillProcess() const in GetKillProcess()
[all …]
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/include/utils/
H A Dinstall_param_serializer.h25 struct InstallParam { struct
34 class InstallParamSerializer : public IPolicySerializer<InstallParam>, argument
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/
H A Dinstall_param.h69 } InstallParam; typedef
/ohos5.0/docs/zh-cn/application-dev/reference/apis-mdm-kit/
H A Djs-apis-enterprise-bundleManager.md575 ## InstallParam section
/ohos5.0/docs/en/application-dev/reference/apis-mdm-kit/
H A Djs-apis-enterprise-bundleManager.md574 ## InstallParam section
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-installer-sys.md1592 ## InstallParam section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Djs-apis-installer-sys.md1586 ## InstallParam section
/ohos5.0/drivers/peripheral/wlan/client/src/netlink/
H A Dnetlink_cmd_adapter.c2168 static int32_t InstallParam(struct nl_msg *msg, struct nl_msg *keyMsg) in InstallParam() function