Home
last modified time | relevance | path

Searched refs:isCallByShell (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_install_checker.cpp266 bool isCallByShell = installParam.isCallByShell; in VaildInstallPermission() local
267 if (!isCallByShell && installBundleStatus == PermissionStatus::HAVE_PERMISSION_STATUS && in VaildInstallPermission()
320 bool isCallByShell = installParam.isCallByShell; in VaildEnterpriseInstallPermission() local
323 if (isCallByShell && provisionInfo.type != Security::Verify::ProvisionType::DEBUG) { in VaildEnterpriseInstallPermission()
327 if (!isCallByShell && in VaildEnterpriseInstallPermission()
334 if (!isCallByShell && in VaildEnterpriseInstallPermission()
471 bool isCallByShell = checkParam.isCallByShell; in VaildInstallPermissionForShare() local
517 bool isCallByShell = checkParam.isCallByShell; in VaildEnterpriseInstallPermissionForShare() local
520 if (isCallByShell && provisionInfo.type != Security::Verify::ProvisionType::DEBUG) { in VaildEnterpriseInstallPermissionForShare()
524 if (!isCallByShell && in VaildEnterpriseInstallPermissionForShare()
[all …]
H A Dbundle_installer_host.cpp634 verifiedInstallParam.isCallByShell = BundlePermissionMgr::IsShellTokenType(); in IsPermissionVaild()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dshared_bundle_installer.cpp53 checkParam.isCallByShell = installParam_.isCallByShell; in ParseFiles()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dinstall_param.h80 bool isCallByShell = false; member
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_install_checker_test.cpp2030 param.isCallByShell = true;
2049 param.isCallByShell = false;
2071 param.isCallByShell = false;
2126 checkParam.isCallByShell = false;
2166 checkParam.isCallByShell = true;
2204 checkParam.isCallByShell = true;
2209 checkParam.isCallByShell = false;
H A Dbms_bundle_installer_test.cpp3285 installParam.isCallByShell = true;
3300 installParam.isCallByShell = false;
3321 installParam.isCallByShell = true;
3341 installParam.isCallByShell = true;
3363 installParam.isCallByShell = true;
3380 installParam.isCallByShell = false;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_install_checker.h48 bool isCallByShell = false; member
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp65 checkParam.isCallByShell = installParam.isCallByShell; in BuildCheckParam()