Searched refs:isPreInstalledBundle (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/ |
H A D | code_signature_param.cpp | 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()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | code_signature_param.h | 31 bool isPreInstalledBundle = false; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/ |
H A D | inner_shared_bundle_installer.cpp | 712 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 D | appservicefwkinstallerupdateappservice_fuzzer.cpp | 57 bool isPreInstalledBundle = false; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/shared/ |
H A D | inner_shared_bundle_installer.h | 119 …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 D | bms_bundle_app_provision_info_test.cpp | 1864 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 D | app_service_fwk_installer.cpp | 530 codeSignatureParam.isPreInstalledBundle = false; in VerifyCodeSignatureForHsp() 1004 codeSignatureParam.isPreInstalledBundle = true; in VerifyCodeSignatureForNativeFiles()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_host_impl.cpp | 1470 Security::CodeSign::FileType fileType = codeSignatureParam.isPreInstalledBundle ? in VerifyCodeSignatureForHap()
|
H A D | installd_operator.cpp | 1496 Security::CodeSign::FileType fileType = codeSignatureParam.isPreInstalledBundle ? in PerformCodeSignatureCheck()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | base_bundle_installer.cpp | 5057 codeSignatureParam.isPreInstalledBundle = info.IsPreInstallApp(); in VerifyCodeSignatureForNativeFiles() 5092 codeSignatureParam.isPreInstalledBundle = (iter->second).IsPreInstallApp(); in VerifyCodeSignatureForHap()
|