Searched refs:installOptions (Results 1 - 2 of 2) sorted by relevance
/base/startup/appspawn/interfaces/innerkits/hnp/src/ |
H A D | hnp_api.c | 161 int NativeInstallHnp(const char *userId, const char *hnpRootPath, const HapInfo *hapInfo, int installOptions)
in NativeInstallHnp() argument 182 hapInfo->abi, hnpRootPath, hapInfo->packageName, installOptions);
in NativeInstallHnp() 197 if (installOptions >= 0 && IS_OPTION_SET((unsigned int)installOptions, OPTION_INDEX_FORCE)) {
in NativeInstallHnp()
|
/base/startup/appspawn/interfaces/innerkits/hnp/include/ |
H A D | hnp_api.h | 73 * @param installOptions Indicates install options.
77 int NativeInstallHnp(const char *userId, const char *hnpRootPath, const HapInfo *hapInfo, int installOptions);
|
Completed in 1 milliseconds