Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_operator.h305 static bool DeleteKeyId(const std::string &bundleName, const int32_t userId);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_operator_test.cpp1213 bool ret = InstalldOperator::DeleteKeyId(bundleName, userId);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp1598 if (!InstalldOperator::DeleteKeyId(bundleName, userId)) { in DeleteEncryptionKeyId()
H A Dinstalld_operator.cpp2164 bool InstalldOperator::DeleteKeyId(const std::string &bundleName, const int32_t userId) in DeleteKeyId() function in OHOS::AppExecFwk::InstalldOperator