Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_operator.h302 static bool GenerateKeyIdAndSetPolicy(int32_t uid, const std::string &bundleName,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_operator_test.cpp1178 bool res = InstalldOperator::GenerateKeyIdAndSetPolicy(0, "", 100, keyId);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp1581 if (!InstalldOperator::GenerateKeyIdAndSetPolicy(uid, bundleName, userId, keyId)) { in SetEncryptionPolicy()
H A Dinstalld_operator.cpp2110 bool InstalldOperator::GenerateKeyIdAndSetPolicy(int32_t uid, const std::string &bundleName, in GenerateKeyIdAndSetPolicy() function in OHOS::AppExecFwk::InstalldOperator