Home
last modified time | relevance | path

Searched refs:EnableKeyInProfile (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/security/code_signature/interfaces/innerkits/code_sign_utils/include/
H A Dcode_sign_utils.h102 … static int32_t EnableKeyInProfile(const std::string &bundleName, const ByteBuffer &profileBuffer);
/ohos5.0/base/security/code_signature/
H A DREADME_zh.md49 | int32_t EnableKeyInProfile(const std::string &bundleName, const ByteBuffer &profileBuffer); | 信任开…
H A DREADME.md47 | int32_t EnableKeyInProfile(const std::string &bundleName, const ByteBuffer &profileBuffer); | Tru…
/ohos5.0/base/security/code_signature/interfaces/innerkits/code_sign_utils/src/
H A Dcode_sign_utils.cpp256 int32_t CodeSignUtils::EnableKeyInProfile(const std::string &bundleName, const ByteBuffer &profileB… in EnableKeyInProfile() function in OHOS::Security::CodeSign::CodeSignUtils
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp1518 ErrCode ret = Security::CodeSign::CodeSignUtils::EnableKeyInProfile(bundleName, byteBuffer); in DeliverySignProfile()