Home
last modified time | relevance | path

Searched refs:isPreInstalledBundle (Results 1 - 11 of 11) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dcode_signature_param.cpp32 constexpr const char* CODE_SIGNATURE_IS_PREINSTALLED_BUNDLE = "isPreInstalledBundle";
44 isPreInstalledBundle = parcel.ReadBool(); in ReadFromParcel()
57 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Bool, parcel, isPreInstalledBundle); in Marshalling()
82 { CODE_SIGNATURE_IS_PREINSTALLED_BUNDLE, isPreInstalledBundle }, in ToString()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dcode_signature_param.h25 bool isPreInstalledBundle = false; member
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerupdateappservice_fuzzer/
H A Dappservicefwkinstallerupdateappservice_fuzzer.cpp56 bool isPreInstalledBundle = false; in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dinner_shared_bundle_installer.cpp720 bool isPreInstalledBundle) const in VerifyCodeSignatureForNativeFiles()
722 if (!isPreInstalledBundle) { in VerifyCodeSignatureForNativeFiles()
736 codeSignatureParam.isPreInstalledBundle = isPreInstalledBundle; in VerifyCodeSignatureForNativeFiles()
753 codeSignatureParam.isPreInstalledBundle = isPreInstalledBundle_; in VerifyCodeSignatureForHsp()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/shared/
H A Dinner_shared_bundle_installer.h119 const std::string &targetSoPath, const std::string &signatureFileDir, bool isPreInstalledBundle) const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_provision_info_test/
H A Dbms_bundle_app_provision_info_test.cpp1903 bool isPreInstalledBundle = false; in HWTEST_F() local
1905 cpuAbi, targetSoPath, signatureFileDir, isPreInstalledBundle); in HWTEST_F()
1907 isPreInstalledBundle = true; in HWTEST_F()
1909 cpuAbi, targetSoPath, signatureFileDir, isPreInstalledBundle); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp618 codeSignatureParam.isPreInstalledBundle = false; in VerifyCodeSignatureForHsp()
1097 codeSignatureParam.isPreInstalledBundle = true; in VerifyCodeSignatureForNativeFiles()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_operator_test.cpp1828 codeSignatureParam.isPreInstalledBundle = true; in HWTEST_F()
1847 codeSignatureParam.isPreInstalledBundle = false; in HWTEST_F()
1867 codeSignatureParam.isPreInstalledBundle = true; in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp1418 Security::CodeSign::FileType fileType = codeSignatureParam.isPreInstalledBundle ? in VerifyCodeSignatureForHap()
H A Dinstalld_operator.cpp1374 Security::CodeSign::FileType fileType = codeSignatureParam.isPreInstalledBundle ? in PerformCodeSignatureCheck()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp5263 codeSignatureParam.isPreInstalledBundle = info.IsPreInstallApp(); in VerifyCodeSignatureForNativeFiles()
5298 codeSignatureParam.isPreInstalledBundle = (iter->second).IsPreInstallApp(); in VerifyCodeSignatureForHap()

Completed in 26 milliseconds