/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/deleteappinstallcontrolrule_fuzzer/ |
H A D | deleteappinstallcontrolrule_fuzzer.cpp | 33 …appControl.DeleteAppInstallControlRule(controlRuleType, appIds, reinterpret_cast<uintptr_t>(data)); in DoSomethingInterestingWithMyAPI() 34 appControl.DeleteAppInstallControlRule(controlRuleType, reinterpret_cast<uintptr_t>(data)); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_control_test/ |
H A D | bms_bundle_app_control_test.cpp | 294 …res = appControlProxy->DeleteAppInstallControlRule(AppInstallControlRuleType::DISALLOWED_UNINSTALL, 306 … DeleteAppInstallControlRule(AppInstallControlRuleType::DISALLOWED_UNINSTALL, appIds, USERID); 325 …res = appControlProxy->DeleteAppInstallControlRule(AppInstallControlRuleType::UNSPECIFIED, USERID); 373 auto InstallRes2 = appControlManagerDb_->DeleteAppInstallControlRule( 377 auto InstallRes3 = appControlManagerDb_->DeleteAppInstallControlRule( 781 ErrCode res = impl->DeleteAppInstallControlRule( 797 ErrCode res = impl->DeleteAppInstallControlRule( 813 ErrCode res = impl->DeleteAppInstallControlRule( 828 ErrCode res = impl->DeleteAppInstallControlRule( 842 ErrCode res = impl->DeleteAppInstallControlRule( [all …]
|
H A D | bms_bundle_mock_app_control.cpp | 144 auto res = rdb.DeleteAppInstallControlRule("", "", appIds, USERID); 156 auto res = rdb.DeleteAppInstallControlRule("", "", USERID);
|
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/ |
H A D | bundle_install_plugin.cpp | 96 ErrCode res = appControlProxy->DeleteAppInstallControlRule(controlRuleType_, data, userId); in OnRemovePolicy() 115 ErrCode res = appControlProxy->DeleteAppInstallControlRule(controlRuleType_, data, userId); in OnAdminRemoveDone()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/app_control/ |
H A D | app_control_manager_db_interface.h | 36 …virtual ErrCode DeleteAppInstallControlRule(const std::string &callingName, const std::string &con… 38 virtual ErrCode DeleteAppInstallControlRule(const std::string &callingName,
|
H A D | app_control_manager_rdb.h | 32 …virtual ErrCode DeleteAppInstallControlRule(const std::string &callingName, const std::string &con… 34 …virtual ErrCode DeleteAppInstallControlRule(const std::string &callingName, const std::string &con…
|
H A D | app_control_manager.h | 40 …ErrCode DeleteAppInstallControlRule(const std::string &callingName, const std::string &controlRule… 43 ErrCode DeleteAppInstallControlRule(const std::string &callingName,
|
H A D | app_control_manager_host_impl.h | 33 virtual ErrCode DeleteAppInstallControlRule(const AppInstallControlRuleType controlRuleType, 36 virtual ErrCode DeleteAppInstallControlRule(
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/include/bundlemgr/ |
H A D | mock_app_control_manager.h | 39 virtual ErrCode DeleteAppInstallControlRule(const AppInstallControlRuleType controlRuleType, 41 virtual ErrCode DeleteAppInstallControlRule(
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/bundlemgr/ |
H A D | mock_app_control_manager.cpp | 34 ErrCode AppControlProxy::DeleteAppInstallControlRule(const AppInstallControlRuleType controlRuleTyp… in DeleteAppInstallControlRule() function in OHOS::AppExecFwk::AppControlProxy 40 ErrCode AppControlProxy::DeleteAppInstallControlRule( in DeleteAppInstallControlRule() function in OHOS::AppExecFwk::AppControlProxy
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/app_control/ |
H A D | app_control_interface.h | 55 virtual ErrCode DeleteAppInstallControlRule(const AppInstallControlRuleType controlRuleType, in DeleteAppInstallControlRule() function 60 …virtual ErrCode DeleteAppInstallControlRule(const AppInstallControlRuleType controlRuleType, int32… in DeleteAppInstallControlRule() function
|
H A D | app_control_proxy.h | 32 virtual ErrCode DeleteAppInstallControlRule(const AppInstallControlRuleType controlRuleType, 34 virtual ErrCode DeleteAppInstallControlRule(
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_control/ |
H A D | app_control_manager_host_impl.cpp | 76 ErrCode AppControlManagerHostImpl::DeleteAppInstallControlRule(const AppInstallControlRuleType cont… in DeleteAppInstallControlRule() function in OHOS::AppExecFwk::AppControlManagerHostImpl 90 … auto ret = appControlManager_->DeleteAppInstallControlRule(callingName, ruleType, appIds, userId); in DeleteAppInstallControlRule() 101 ErrCode AppControlManagerHostImpl::DeleteAppInstallControlRule(const AppInstallControlRuleType cont… in DeleteAppInstallControlRule() function in OHOS::AppExecFwk::AppControlManagerHostImpl 115 auto ret = appControlManager_->DeleteAppInstallControlRule(callingName, ruleType, userId); in DeleteAppInstallControlRule()
|
H A D | app_control_manager.cpp | 71 ErrCode AppControlManager::DeleteAppInstallControlRule(const std::string &callingName, in DeleteAppInstallControlRule() function in OHOS::AppExecFwk::AppControlManager 75 …auto ret = appControlManagerDb_->DeleteAppInstallControlRule(callingName, controlRuleType, appIds,… in DeleteAppInstallControlRule() 82 ErrCode AppControlManager::DeleteAppInstallControlRule(const std::string &callingName, in DeleteAppInstallControlRule() function in OHOS::AppExecFwk::AppControlManager 86 …auto ret = appControlManagerDb_->DeleteAppInstallControlRule(callingName, controlRuleType, userId); in DeleteAppInstallControlRule()
|
H A D | app_control_manager_rdb.cpp | 109 ErrCode AppControlManagerRdb::DeleteAppInstallControlRule(const std::string &callingName, in DeleteAppInstallControlRule() function in OHOS::AppExecFwk::AppControlManagerRdb 128 ErrCode AppControlManagerRdb::DeleteAppInstallControlRule(const std::string &callingName, in DeleteAppInstallControlRule() function in OHOS::AppExecFwk::AppControlManagerRdb
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_app_control_proxy_test/ |
H A D | bms_app_control_proxy_test.cpp | 97 auto res = appControlProxy.DeleteAppInstallControlRule(controlRuleType, appIds, userId); 115 auto res = appControlProxy.DeleteAppInstallControlRule(controlRuleType, appIds, userId); 130 auto res = appControlProxy.DeleteAppInstallControlRule(controlRuleType, userId);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/app_control/ |
H A D | app_control_host.cpp | 139 int32_t ret = DeleteAppInstallControlRule(controlRuleType, appIds, userId); in HandleDeleteAppInstallControlRule() 150 int32_t ret = DeleteAppInstallControlRule(controlRuleType, userId); in HandleCleanAppInstallControlRule()
|
H A D | app_control_proxy.cpp | 67 ErrCode AppControlProxy::DeleteAppInstallControlRule(const AppInstallControlRuleType controlRuleTyp… in DeleteAppInstallControlRule() function in OHOS::AppExecFwk::AppControlProxy 97 ErrCode AppControlProxy::DeleteAppInstallControlRule( in DeleteAppInstallControlRule() function in OHOS::AppExecFwk::AppControlProxy
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 3745 DeleteAppInstallControlRule(AppControlConstants::EDM_CALLING, 3772 DeleteAppInstallControlRule(AppControlConstants::EDM_CALLING, 3804 DeleteAppInstallControlRule(AppControlConstants::EDM_CALLING, 3809 DeleteAppInstallControlRule(AppControlConstants::EDM_CALLING, 3843 DeleteAppInstallControlRule(AppControlConstants::EDM_CALLING, 3848 DeleteAppInstallControlRule(AppControlConstants::EDM_CALLING, 3882 DeleteAppInstallControlRule(AppControlConstants::EDM_CALLING, 3887 DeleteAppInstallControlRule(AppControlConstants::EDM_CALLING, 3920 DeleteAppInstallControlRule(AppControlConstants::EDM_CALLING, 3925 DeleteAppInstallControlRule(AppControlConstants::EDM_CALLING,
|
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | bundle_test_tool.cpp | 2415 int32_t res = appControlProxy->DeleteAppInstallControlRule(rule, appIds, userId); in RunAsDeleteInstallRuleCommand() 2496 int32_t res = appControlProxy->DeleteAppInstallControlRule(rule, userId); in RunAsCleanInstallRuleCommand()
|