Searched refs:DeleteKeyId (Results 1 – 4 of 4) sorted by relevance
305 static bool DeleteKeyId(const std::string &bundleName, const int32_t userId);
1213 bool ret = InstalldOperator::DeleteKeyId(bundleName, userId);
1598 if (!InstalldOperator::DeleteKeyId(bundleName, userId)) { in DeleteEncryptionKeyId()
2164 bool InstalldOperator::DeleteKeyId(const std::string &bundleName, const int32_t userId) in DeleteKeyId() function in OHOS::AppExecFwk::InstalldOperator