Home
last modified time | relevance | path

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

/base/startup/appspawn/interfaces/innerkits/hnp/include/
H A Dhnp_api.h87 int NativeUnInstallHnp(const char *userId, const char *packageName);
/base/startup/appspawn/interfaces/innerkits/hnp/src/
H A Dhnp_api.c204 int NativeUnInstallHnp(const char *userId, const char *packageName) in NativeUnInstallHnp() function
/base/startup/appspawn/test/unittest/hnp_test/
H A Dhnp_installer_test.cpp1433 * @tc.desc: Verify param invalid API NativeUnInstallHnp succeed.
1450 ret = NativeUnInstallHnp(NULL, "sample"); in HWTEST_F()
1454 ret = NativeUnInstallHnp("10000", "sample"); in HWTEST_F()
1468 * @tc.desc: Verify path invalid API NativeUnInstallHnp succeed.
1485 ret = NativeUnInstallHnp("10001", "wechat"); in HWTEST_F()
1499 * @tc.desc: Verify develop mode NativeUnInstallHnp succeed.
1515 ret = NativeUnInstallHnp("10000", "sample"); in HWTEST_F()

Completed in 4 milliseconds