Home
last modified time | relevance | path

Searched refs:isPreInstalledBundle (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dcode_signature_param.cpp44 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()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dcode_signature_param.h31 bool isPreInstalledBundle = false; member
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dinner_shared_bundle_installer.cpp712 bool isPreInstalledBundle) const in VerifyCodeSignatureForNativeFiles()
714 if (!isPreInstalledBundle) { in VerifyCodeSignatureForNativeFiles()
728 codeSignatureParam.isPreInstalledBundle = isPreInstalledBundle; in VerifyCodeSignatureForNativeFiles()
745 codeSignatureParam.isPreInstalledBundle = isPreInstalledBundle_; in VerifyCodeSignatureForHsp()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerupdateappservice_fuzzer/
H A Dappservicefwkinstallerupdateappservice_fuzzer.cpp57 bool isPreInstalledBundle = false; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/shared/
H A Dinner_shared_bundle_installer.h119 …t std::string &targetSoPath, const std::string &signatureFileDir, bool isPreInstalledBundle) const;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_provision_info_test/
H A Dbms_bundle_app_provision_info_test.cpp1864 bool isPreInstalledBundle = false; variable
1866 cpuAbi, targetSoPath, signatureFileDir, isPreInstalledBundle);
1868 isPreInstalledBundle = true;
1870 cpuAbi, targetSoPath, signatureFileDir, isPreInstalledBundle);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp530 codeSignatureParam.isPreInstalledBundle = false; in VerifyCodeSignatureForHsp()
1004 codeSignatureParam.isPreInstalledBundle = true; in VerifyCodeSignatureForNativeFiles()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp1470 Security::CodeSign::FileType fileType = codeSignatureParam.isPreInstalledBundle ? in VerifyCodeSignatureForHap()
H A Dinstalld_operator.cpp1496 Security::CodeSign::FileType fileType = codeSignatureParam.isPreInstalledBundle ? in PerformCodeSignatureCheck()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp5057 codeSignatureParam.isPreInstalledBundle = info.IsPreInstallApp(); in VerifyCodeSignatureForNativeFiles()
5092 codeSignatureParam.isPreInstalledBundle = (iter->second).IsPreInstallApp(); in VerifyCodeSignatureForHap()