Home
last modified time | relevance | path

Searched refs:DeleteKeyId (Results 1 - 4 of 4) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_operator.h293 static bool DeleteKeyId(const std::string &bundleName, const int32_t userId);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_operator_test.cpp1245 * @tc.desc: 1. calling DeleteKeyId of InstalldOperator
1252 bool ret = InstalldOperator::DeleteKeyId(bundleName, userId); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp1546 if (!InstalldOperator::DeleteKeyId(bundleName, userId)) { in DeleteEncryptionKeyId()
H A Dinstalld_operator.cpp2051 bool InstalldOperator::DeleteKeyId(const std::string &bundleName, const int32_t userId) in DeleteKeyId() function in OHOS::AppExecFwk::InstalldOperator
2053 LOG_D(BMS_TAG_INSTALLD, "DeleteKeyId bundleName is %{public}s", bundleName.c_str()); in DeleteKeyId()

Completed in 10 milliseconds