/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_control_test/ |
H A D | bms_bundle_app_control_test.cpp | 247 AddAppInstallControlRule(appIds, AppInstallControlRuleType::DISALLOWED_UNINSTALL, USERID); 251 AddAppInstallControlRule(appIds, AppInstallControlRuleType::DISALLOWED_UNINSTALL, USERID); 257 AddAppInstallControlRule(appIds, AppInstallControlRuleType::UNSPECIFIED, USERID); 260 AddAppInstallControlRule(appIds, AppInstallControlRuleType::DISALLOWED_UNINSTALL, USERID); 271 AddAppInstallControlRule(appIds, AppInstallControlRuleType::DISALLOWED_UNINSTALL, USERID); 350 AddAppInstallControlRule(appIds, AppInstallControlRuleType::DISALLOWED_UNINSTALL, USERID); 369 auto InstallRes = appControlManagerDb_->AddAppInstallControlRule( 375 appControlManagerDb_->AddAppInstallControlRule( 731 ErrCode res = impl->AddAppInstallControlRule( 747 ErrCode res = impl->AddAppInstallControlRule( [all …]
|
H A D | bms_bundle_mock_app_control.cpp | 116 auto res = rdb.AddAppInstallControlRule("", appIds, "", USERID); 130 auto res = rdb.AddAppInstallControlRule("", appIds, "", USERID);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/addappInstallcontrolrule_fuzzer/ |
H A D | addappInstallcontrolrule_fuzzer.cpp | 33 … appControl.AddAppInstallControlRule(appIds, controlRuleType, reinterpret_cast<uintptr_t>(data)); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/ |
H A D | bundle_install_plugin.cpp | 57 ErrCode res = appControlProxy->AddAppInstallControlRule(data, controlRuleType_, userId); in OnSetPolicy()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/app_control/ |
H A D | app_control_manager_db_interface.h | 34 virtual ErrCode AddAppInstallControlRule(const std::string &callingName,
|
H A D | app_control_manager_rdb.h | 30 …virtual ErrCode AddAppInstallControlRule(const std::string &callingName, const std::vector<std::st…
|
H A D | app_control_manager.h | 37 ErrCode AddAppInstallControlRule(const std::string &callingName,
|
H A D | app_control_manager_host_impl.h | 30 virtual ErrCode AddAppInstallControlRule(const std::vector<std::string> &appIds,
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/include/bundlemgr/ |
H A D | mock_app_control_manager.h | 37 virtual ErrCode AddAppInstallControlRule(const std::vector<std::string>& appIds,
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/bundlemgr/ |
H A D | mock_app_control_manager.cpp | 28 ErrCode AppControlProxy::AddAppInstallControlRule(const std::vector<std::string>& appIds, in AddAppInstallControlRule() 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 | 50 virtual ErrCode AddAppInstallControlRule(const std::vector<std::string> &appIds, in AddAppInstallControlRule() function
|
H A D | app_control_proxy.h | 30 virtual ErrCode AddAppInstallControlRule(const std::vector<std::string> &appIds,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_app_control_proxy_test/ |
H A D | bms_app_control_proxy_test.cpp | 63 auto res = appControlProxy.AddAppInstallControlRule(appIds, controlRuleType, userId); 81 auto res = appControlProxy.AddAppInstallControlRule(appIds, controlRuleType, userId);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_control/ |
H A D | app_control_manager_host_impl.cpp | 51 ErrCode AppControlManagerHostImpl::AddAppInstallControlRule(const std::vector<std::string> &appIds, in AddAppInstallControlRule() function in OHOS::AppExecFwk::AppControlManagerHostImpl 65 auto ret = appControlManager_->AddAppInstallControlRule(callingName, appIds, ruleType, userId); in AddAppInstallControlRule()
|
H A D | app_control_manager.cpp | 60 ErrCode AppControlManager::AddAppInstallControlRule(const std::string &callingName, in AddAppInstallControlRule() function in OHOS::AppExecFwk::AppControlManager 64 …auto ret = appControlManagerDb_->AddAppInstallControlRule(callingName, appIds, controlRuleType, us… in AddAppInstallControlRule()
|
H A D | app_control_manager_rdb.cpp | 77 ErrCode AppControlManagerRdb::AddAppInstallControlRule(const std::string &callingName, in AddAppInstallControlRule() function in OHOS::AppExecFwk::AppControlManagerRdb
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 3737 AddAppInstallControlRule(AppControlConstants::EDM_CALLING, 3764 AddAppInstallControlRule(AppControlConstants::EDM_CALLING, 3791 AddAppInstallControlRule(AppControlConstants::EDM_CALLING, 3796 AddAppInstallControlRule(AppControlConstants::EDM_CALLING, 3830 AddAppInstallControlRule(AppControlConstants::EDM_CALLING, 3835 AddAppInstallControlRule(AppControlConstants::EDM_CALLING, 3869 AddAppInstallControlRule(AppControlConstants::EDM_CALLING, 3874 AddAppInstallControlRule(AppControlConstants::EDM_CALLING, 3907 AddAppInstallControlRule(AppControlConstants::EDM_CALLING, 3912 AddAppInstallControlRule(AppControlConstants::EDM_CALLING,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/app_control/ |
H A D | app_control_host.cpp | 119 int32_t ret = AddAppInstallControlRule(appIds, controlRuleType, userId); in HandleAddAppInstallControlRule()
|
H A D | app_control_proxy.cpp | 37 ErrCode AppControlProxy::AddAppInstallControlRule(const std::vector<std::string> &appIds, in AddAppInstallControlRule() function in OHOS::AppExecFwk::AppControlProxy
|
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | bundle_test_tool.cpp | 2236 int32_t res = appControlProxy->AddAppInstallControlRule(appIds, rule, userId); in RunAsAddInstallRuleCommand()
|