Home
last modified time | relevance | path

Searched defs:controlRuleType (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/app_control/
H A Dapp_control_interface.h51 const AppInstallControlRuleType controlRuleType, int32_t userId) in AddAppInstallControlRule()
55 virtual ErrCode DeleteAppInstallControlRule(const AppInstallControlRuleType controlRuleType, in DeleteAppInstallControlRule()
60 …virtual ErrCode DeleteAppInstallControlRule(const AppInstallControlRuleType controlRuleType, int32… in DeleteAppInstallControlRule()
65const AppInstallControlRuleType controlRuleType, int32_t userId, std::vector<std::string> &appIds) in GetAppInstallControlRule()
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/bundlemgr/
H A Dmock_app_control_manager.cpp29 const AppInstallControlRuleType controlRuleType, int32_t userId) in AddAppInstallControlRule()
34 ErrCode AppControlProxy::DeleteAppInstallControlRule(const AppInstallControlRuleType controlRuleTyp… in DeleteAppInstallControlRule()
41 const AppInstallControlRuleType controlRuleType, int32_t userId) in DeleteAppInstallControlRule()
47const AppInstallControlRuleType controlRuleType, int32_t userId, std::vector<std::string>& appIds) in GetAppInstallControlRule()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_app_control_proxy_test/
H A Dbms_app_control_proxy_test.cpp61 AppInstallControlRuleType controlRuleType = AppInstallControlRuleType::UNSPECIFIED; variable
79 AppInstallControlRuleType controlRuleType = AppInstallControlRuleType::UNSPECIFIED; variable
95 AppInstallControlRuleType controlRuleType = AppInstallControlRuleType::UNSPECIFIED; variable
113 AppInstallControlRuleType controlRuleType = AppInstallControlRuleType::UNSPECIFIED; variable
128 AppInstallControlRuleType controlRuleType = AppInstallControlRuleType::UNSPECIFIED; variable
143 AppInstallControlRuleType controlRuleType = AppInstallControlRuleType::UNSPECIFIED; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/addappInstallcontrolrule_fuzzer/
H A DaddappInstallcontrolrule_fuzzer.cpp29 AppInstallControlRuleType controlRuleType = AppInstallControlRuleType::UNSPECIFIED; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/deleteappinstallcontrolrule_fuzzer/
H A Ddeleteappinstallcontrolrule_fuzzer.cpp29 AppInstallControlRuleType controlRuleType = AppInstallControlRuleType::UNSPECIFIED; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getappinstallcontrolrule_fuzzer/
H A Dgetappinstallcontrolrule_fuzzer.cpp29 AppInstallControlRuleType controlRuleType = AppInstallControlRuleType::UNSPECIFIED; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_control/
H A Dapp_control_manager_host_impl.cpp52 const AppInstallControlRuleType controlRuleType, int32_t userId) in AddAppInstallControlRule()
76 …pControlManagerHostImpl::DeleteAppInstallControlRule(const AppInstallControlRuleType controlRuleTy… in DeleteAppInstallControlRule()
101 …pControlManagerHostImpl::DeleteAppInstallControlRule(const AppInstallControlRuleType controlRuleTy… in DeleteAppInstallControlRule()
127const AppInstallControlRuleType controlRuleType, int32_t userId, std::vector<std::string> &appIds) in GetAppInstallControlRule()
273 …string AppControlManagerHostImpl::GetControlRuleType(const AppInstallControlRuleType controlRuleTy… in GetControlRuleType()
H A Dapp_control_manager_rdb.cpp78 const std::vector<std::string> &appIds, const std::string &controlRuleType, int32_t userId) in AddAppInstallControlRule()
110 const std::string &controlRuleType, const std::vector<std::string> &appIds, int32_t userId) in DeleteAppInstallControlRule()
129 const std::string &controlRuleType, int32_t userId) in DeleteAppInstallControlRule()
145 const std::string &controlRuleType, int32_t userId, std::vector<std::string> &appIds) in GetAppInstallControlRule()
435 …anagerRdb::DeleteOldControlRule(const std::string &callingName, const std::string &controlRuleType, in DeleteOldControlRule()
H A Dapp_control_manager.cpp61 const std::vector<std::string> &appIds, const std::string &controlRuleType, int32_t userId) in AddAppInstallControlRule()
72 const std::string &controlRuleType, const std::vector<std::string> &appIds, int32_t userId) in DeleteAppInstallControlRule()
83 const std::string &controlRuleType, int32_t userId) in DeleteAppInstallControlRule()
94 const std::string &controlRuleType, int32_t userId, std::vector<std::string> &appIds) in GetAppInstallControlRule()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/app_control/
H A Dapp_control_proxy.cpp38 const AppInstallControlRuleType controlRuleType, int32_t userId) in AddAppInstallControlRule()
67 ErrCode AppControlProxy::DeleteAppInstallControlRule(const AppInstallControlRuleType controlRuleTyp… in DeleteAppInstallControlRule()
98 const AppInstallControlRuleType controlRuleType, int32_t userId) in DeleteAppInstallControlRule()
120const AppInstallControlRuleType controlRuleType, int32_t userId, std::vector<std::string> &appIds) in GetAppInstallControlRule()
H A Dapp_control_host.cpp117 …AppInstallControlRuleType controlRuleType = static_cast<AppInstallControlRuleType>(data.ReadInt32(… in HandleAddAppInstallControlRule() local
128 …AppInstallControlRuleType controlRuleType = static_cast<AppInstallControlRuleType>(data.ReadInt32(… in HandleDeleteAppInstallControlRule() local
148 …AppInstallControlRuleType controlRuleType = static_cast<AppInstallControlRuleType>(data.ReadInt32(… in HandleCleanAppInstallControlRule() local
159 …AppInstallControlRuleType controlRuleType = static_cast<AppInstallControlRuleType>(data.ReadInt32(… in HandleGetAppInstallControlRule() local
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dbundle_install_plugin.cpp28 …BundleInstallPlugin::SetAppInstallControlRuleType(AppExecFwk::AppInstallControlRuleType controlRul… in SetAppInstallControlRuleType()
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_test_tool.cpp2152 std::vector<std::string> &appIds, int &controlRuleType, int &userId, int &euid) in CheckAddInstallRuleCorrectOption()
2247 int &controlRuleType, int &userId, int &euid) in CheckGetInstallRuleCorrectOption()
2331 int &controlRuleType, std::vector<std::string> &appIds, int &userId, int &euid) in CheckDeleteInstallRuleCorrectOption()
2426 int option, const std::string &commandName, int &controlRuleType, int &userId, int &euid) in CheckCleanInstallRuleCorrectOption()