Home
last modified time | relevance | path

Searched refs:NativeInstallHnp (Results 1 - 3 of 3) sorted by relevance

/base/startup/appspawn/interfaces/innerkits/hnp/include/
H A Dhnp_api.h77 int NativeInstallHnp(const char *userId, const char *hnpRootPath, const HapInfo *hapInfo, int installOptions);
/base/startup/appspawn/interfaces/innerkits/hnp/src/
H A Dhnp_api.c161 int NativeInstallHnp(const char *userId, const char *hnpRootPath, const HapInfo *hapInfo, int installOptions) in NativeInstallHnp() function
/base/startup/appspawn/test/unittest/hnp_test/
H A Dhnp_installer_test.cpp1065 * @tc.desc: Verify set Arg if NativeInstallHnp succeed.
1092 ret = NativeInstallHnp(NULL, "./hnp_out", &hapInfo, 1); in HWTEST_F()
1097 ret = NativeInstallHnp("10000", "./hnp_out", &hapInfo, 1); in HWTEST_F()
1113 * @tc.desc: Verify set Arg if NativeInstallHnp succeed.
1140 ret = NativeInstallHnp("10001", "./hnp_out/", &hapInfo, 1); in HWTEST_F()
1154 * @tc.desc: Verify more than 1 hnp package if NativeInstallHnp succeed.
1177 ret = NativeInstallHnp("10000", "./hnp_out/", &hapInfo, 1); in HWTEST_F()
1198 * @tc.desc: Verify develop mode NativeInstallHnp succeed.
1222 ret = NativeInstallHnp("10000", "./hnp_out/", &hapInfo, 1); in HWTEST_F()

Completed in 6 milliseconds