Searched refs:RemoveKeyInProfile (Results 1 – 5 of 5) sorted by relevance
108 static int32_t RemoveKeyInProfile(const std::string &bundleName);
50 | int32_t RemoveKeyInProfile(const std::string &bundleName); | 撤销已信任的开发者证书 |
48 | int32_t RemoveKeyInProfile(const std::string &bundleName); | Revokes a trusted developer certific…
266 int32_t CodeSignUtils::RemoveKeyInProfile(const std::string &bundleName) in RemoveKeyInProfile() function in OHOS::Security::CodeSign::CodeSignUtils
1543 ErrCode ret = Security::CodeSign::CodeSignUtils::RemoveKeyInProfile(bundleName); in RemoveSignProfile()