Searched refs:isPreInstalledBundle (Results 1 - 11 of 11) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/ |
H A D | code_signature_param.cpp | 32 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 D | code_signature_param.h | 25 bool isPreInstalledBundle = false; member
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerupdateappservice_fuzzer/ |
H A D | appservicefwkinstallerupdateappservice_fuzzer.cpp | 56 bool isPreInstalledBundle = false; in DoSomethingInterestingWithMyAPI() local
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/ |
H A D | inner_shared_bundle_installer.cpp | 720 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 D | inner_shared_bundle_installer.h | 119 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 D | bms_bundle_app_provision_info_test.cpp | 1903 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 D | app_service_fwk_installer.cpp | 618 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 D | bms_install_daemon_operator_test.cpp | 1828 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 D | installd_host_impl.cpp | 1418 Security::CodeSign::FileType fileType = codeSignatureParam.isPreInstalledBundle ? in VerifyCodeSignatureForHap()
|
H A D | installd_operator.cpp | 1374 Security::CodeSign::FileType fileType = codeSignatureParam.isPreInstalledBundle ? in PerformCodeSignatureCheck()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | base_bundle_installer.cpp | 5263 codeSignatureParam.isPreInstalledBundle = info.IsPreInstallApp(); in VerifyCodeSignatureForNativeFiles() 5298 codeSignatureParam.isPreInstalledBundle = (iter->second).IsPreInstallApp(); in VerifyCodeSignatureForHap()
|
Completed in 26 milliseconds