Searched refs:EnableKeyInProfile (Results 1 – 5 of 5) sorted by relevance
102 … static int32_t EnableKeyInProfile(const std::string &bundleName, const ByteBuffer &profileBuffer);
49 | int32_t EnableKeyInProfile(const std::string &bundleName, const ByteBuffer &profileBuffer); | 信任开…
47 | int32_t EnableKeyInProfile(const std::string &bundleName, const ByteBuffer &profileBuffer); | Tru…
256 int32_t CodeSignUtils::EnableKeyInProfile(const std::string &bundleName, const ByteBuffer &profileB… in EnableKeyInProfile() function in OHOS::Security::CodeSign::CodeSignUtils
1518 ErrCode ret = Security::CodeSign::CodeSignUtils::EnableKeyInProfile(bundleName, byteBuffer); in DeliverySignProfile()