Home
last modified time | relevance | path

Searched refs:AddAppInstallControlRule (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_control_test/
H A Dbms_bundle_app_control_test.cpp247 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 Dbms_bundle_mock_app_control.cpp116 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 DaddappInstallcontrolrule_fuzzer.cpp33 … appControl.AddAppInstallControlRule(appIds, controlRuleType, reinterpret_cast<uintptr_t>(data)); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dbundle_install_plugin.cpp57 ErrCode res = appControlProxy->AddAppInstallControlRule(data, controlRuleType_, userId); in OnSetPolicy()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/app_control/
H A Dapp_control_manager_db_interface.h34 virtual ErrCode AddAppInstallControlRule(const std::string &callingName,
H A Dapp_control_manager_rdb.h30 …virtual ErrCode AddAppInstallControlRule(const std::string &callingName, const std::vector<std::st…
H A Dapp_control_manager.h37 ErrCode AddAppInstallControlRule(const std::string &callingName,
H A Dapp_control_manager_host_impl.h30 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 Dmock_app_control_manager.h37 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 Dmock_app_control_manager.cpp28 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 Dapp_control_interface.h50 virtual ErrCode AddAppInstallControlRule(const std::vector<std::string> &appIds, in AddAppInstallControlRule() function
H A Dapp_control_proxy.h30 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 Dbms_app_control_proxy_test.cpp63 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 Dapp_control_manager_host_impl.cpp51 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 Dapp_control_manager.cpp60 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 Dapp_control_manager_rdb.cpp77 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 Dbms_bundle_installer_test.cpp3737 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 Dapp_control_host.cpp119 int32_t ret = AddAppInstallControlRule(appIds, controlRuleType, userId); in HandleAddAppInstallControlRule()
H A Dapp_control_proxy.cpp37 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 Dbundle_test_tool.cpp2236 int32_t res = appControlProxy->AddAppInstallControlRule(appIds, rule, userId); in RunAsAddInstallRuleCommand()