Home
last modified time | relevance | path

Searched refs:PrepareEntryMap (Results 1 - 6 of 6) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_host_impl.h210 ErrCode PrepareEntryMap(const CodeSignatureParam &codeSignatureParam, Security::CodeSign::EntryMap &entryMap);
H A Dinstalld_operator.h247 static bool PrepareEntryMap(const CodeSignatureParam &codeSignatureParam,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_operator_test.cpp1406 * @tc.desc: 1. calling PrepareEntryMap of InstalldOperator
1415 bool ret = InstalldOperator::PrepareEntryMap(codeSignatureParam, soEntryFiles, entryMap); in HWTEST_F()
1418 ret = InstalldOperator::PrepareEntryMap(codeSignatureParam, soEntryFiles, entryMap); in HWTEST_F()
1421 ret = InstalldOperator::PrepareEntryMap(codeSignatureParam, soEntryFiles, entryMap); in HWTEST_F()
H A Dbms_install_daemon_host_impl_test.cpp1194 * @tc.desc: 1. calling PrepareEntryMap of hostImpl
1203 ErrCode res = hostImpl->PrepareEntryMap(codeSignatureParam, entryMap); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp1365 ErrCode InstalldHostImpl::PrepareEntryMap(const CodeSignatureParam &codeSignatureParam, in PrepareEntryMap() function in OHOS::AppExecFwk::InstalldHostImpl
1368 LOG_D(BMS_TAG_INSTALLD, "PrepareEntryMap target so path is %{public}s", codeSignatureParam.targetSoPath.c_str()); in PrepareEntryMap()
1412 if ((ret = PrepareEntryMap(codeSignatureParam, entryMap)) != ERR_OK) { in VerifyCodeSignatureForHap()
H A Dinstalld_operator.cpp1343 bool InstalldOperator::PrepareEntryMap(const CodeSignatureParam &codeSignatureParam, in PrepareEntryMap() function in OHOS::AppExecFwk::InstalldOperator
1412 if (!PrepareEntryMap(codeSignatureParam, soEntryFiles, entryMap)) { in VerifyCodeSignature()

Completed in 13 milliseconds