Home
last modified time | relevance | path

Searched refs:isCompileSdkOpenHarmony (Results 1 - 12 of 12) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dcode_signature_param.cpp33 constexpr const char* CODE_SIGNATURE_IS_COMPILE_SDK_OPENHARMONY = "isCompileSdkOpenHarmony";
45 isCompileSdkOpenHarmony = parcel.ReadBool(); in ReadFromParcel()
58 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Bool, parcel, isCompileSdkOpenHarmony); in Marshalling()
83 { CODE_SIGNATURE_IS_COMPILE_SDK_OPENHARMONY, isCompileSdkOpenHarmony }, in ToString()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dcode_signature_param.h26 bool isCompileSdkOpenHarmony = false; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dinner_shared_bundle_installer.cpp606 bool isCompileSdkOpenHarmony = (compileSdkType_ == COMPILE_SDK_TYPE_OPEN_HARMONY); in SaveHspToRealInstallationDir() local
608 isCompileSdkOpenHarmony, bundleName_); in SaveHspToRealInstallationDir()
727 bool isCompileSdkOpenHarmony = (compileSdkType_ == COMPILE_SDK_TYPE_OPEN_HARMONY); in VerifyCodeSignatureForNativeFiles() local
735 codeSignatureParam.isCompileSdkOpenHarmony = isCompileSdkOpenHarmony; in VerifyCodeSignatureForNativeFiles()
741 const std::string &appIdentifier, bool isEnterpriseBundle, bool isCompileSdkOpenHarmony, in VerifyCodeSignatureForHsp()
752 codeSignatureParam.isCompileSdkOpenHarmony = isCompileSdkOpenHarmony; in VerifyCodeSignatureForHsp()
740 VerifyCodeSignatureForHsp(const std::string &tempHspPath, const std::string &appIdentifier, bool isEnterpriseBundle, bool isCompileSdkOpenHarmony, const std::string &bundleName) const VerifyCodeSignatureForHsp() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/shared/
H A Dinner_shared_bundle_installer.h121 bool isEnterpriseBundle, bool isCompileSdkOpenHarmony, const std::string &bundleName) const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_operator_test.cpp1793 codeSignatureParam.isCompileSdkOpenHarmony = true; in HWTEST_F()
1826 codeSignatureParam.isCompileSdkOpenHarmony = true; in HWTEST_F()
1845 codeSignatureParam.isCompileSdkOpenHarmony = true; in HWTEST_F()
1865 codeSignatureParam.isCompileSdkOpenHarmony = true; in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp617 codeSignatureParam.isCompileSdkOpenHarmony = (compileSdkType_ == COMPILE_SDK_TYPE_OPEN_HARMONY); in VerifyCodeSignatureForHsp()
1096 codeSignatureParam.isCompileSdkOpenHarmony = (compileSdkType_ == COMPILE_SDK_TYPE_OPEN_HARMONY); in VerifyCodeSignatureForNativeFiles()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_provision_info_test/
H A Dbms_bundle_app_provision_info_test.cpp1923 bool isCompileSdkOpenHarmony = false; in HWTEST_F() local
1926 isEnterpriseBundle, isCompileSdkOpenHarmony, bundleName); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_deployer.cpp912 codeSignatureParam.isCompileSdkOpenHarmony = in PrepareCodeSignatureParam()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp1407 if (codeSignatureParam.isCompileSdkOpenHarmony && !Security::CodeSign::CodeSignUtils::IsSupportOHCodeSign()) { in VerifyCodeSignatureForHap()
H A Dinstalld_operator.cpp1367 if (codeSignatureParam.isCompileSdkOpenHarmony && in PerformCodeSignatureCheck()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp5264 codeSignatureParam.isCompileSdkOpenHarmony = (compileSdkType == COMPILE_SDK_TYPE_OPEN_HARMONY); in VerifyCodeSignatureForNativeFiles()
5297 codeSignatureParam.isCompileSdkOpenHarmony = (compileSdkType == COMPILE_SDK_TYPE_OPEN_HARMONY); in VerifyCodeSignatureForHap()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/
H A Dbms_bundle_quick_fix_test.cpp4823 EXPECT_EQ(codeSignatureParam.isCompileSdkOpenHarmony, false); in HWTEST_F()

Completed in 36 milliseconds