Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/app_control/
Dapp_control_interface.h49 const AppInstallControlRuleType controlRuleType, int32_t userId) in AddAppInstallControlRule()
53 virtual ErrCode DeleteAppInstallControlRule(const AppInstallControlRuleType controlRuleType, in DeleteAppInstallControlRule()
58 …virtual ErrCode DeleteAppInstallControlRule(const AppInstallControlRuleType controlRuleType, int32… in DeleteAppInstallControlRule()
63const AppInstallControlRuleType controlRuleType, int32_t userId, std::vector<std::string> &appIds) in GetAppInstallControlRule()
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/bundlemgr/
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()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_control/
Dapp_control_manager_host_impl.cpp49 const AppInstallControlRuleType controlRuleType, int32_t userId) in AddAppInstallControlRule()
73 …pControlManagerHostImpl::DeleteAppInstallControlRule(const AppInstallControlRuleType controlRuleTy… in DeleteAppInstallControlRule()
98 …pControlManagerHostImpl::DeleteAppInstallControlRule(const AppInstallControlRuleType controlRuleTy… in DeleteAppInstallControlRule()
124const AppInstallControlRuleType controlRuleType, int32_t userId, std::vector<std::string> &appIds) in GetAppInstallControlRule()
269 …string AppControlManagerHostImpl::GetControlRuleType(const AppInstallControlRuleType controlRuleTy… in GetControlRuleType()
Dapp_control_manager.cpp58 const std::vector<std::string> &appIds, const std::string &controlRuleType, int32_t userId) in AddAppInstallControlRule()
69 const std::string &controlRuleType, const std::vector<std::string> &appIds, int32_t userId) in DeleteAppInstallControlRule()
80 const std::string &controlRuleType, int32_t userId) in DeleteAppInstallControlRule()
91 const std::string &controlRuleType, int32_t userId, std::vector<std::string> &appIds) in GetAppInstallControlRule()
Dapp_control_manager_rdb.cpp72 const std::vector<std::string> &appIds, const std::string &controlRuleType, int32_t userId) in AddAppInstallControlRule()
103 const std::string &controlRuleType, const std::vector<std::string> &appIds, int32_t userId) in DeleteAppInstallControlRule()
122 const std::string &controlRuleType, int32_t userId) in DeleteAppInstallControlRule()
138 const std::string &controlRuleType, int32_t userId, std::vector<std::string> &appIds) in GetAppInstallControlRule()
425 …anagerRdb::DeleteOldControlRule(const std::string &callingName, const std::string &controlRuleType, in DeleteOldControlRule()
/foundation/bundlemanager/bundle_framework/test/fuzztest/deleteappinstallcontrolrule_fuzzer/
Ddeleteappinstallcontrolrule_fuzzer.cpp29 AppInstallControlRuleType controlRuleType = AppInstallControlRuleType::UNSPECIFIED; in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/addappInstallcontrolrule_fuzzer/
DaddappInstallcontrolrule_fuzzer.cpp29 AppInstallControlRuleType controlRuleType = AppInstallControlRuleType::UNSPECIFIED; in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/getappinstallcontrolrule_fuzzer/
Dgetappinstallcontrolrule_fuzzer.cpp29 AppInstallControlRuleType controlRuleType = AppInstallControlRuleType::UNSPECIFIED; in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/app_control/
Dapp_control_proxy.cpp37 const AppInstallControlRuleType controlRuleType, int32_t userId) in AddAppInstallControlRule()
66 ErrCode AppControlProxy::DeleteAppInstallControlRule(const AppInstallControlRuleType controlRuleTyp… in DeleteAppInstallControlRule()
97 const AppInstallControlRuleType controlRuleType, int32_t userId) in DeleteAppInstallControlRule()
119const AppInstallControlRuleType controlRuleType, int32_t userId, std::vector<std::string> &appIds) in GetAppInstallControlRule()
Dapp_control_host.cpp103 …AppInstallControlRuleType controlRuleType = static_cast<AppInstallControlRuleType>(data.ReadInt32(… in HandleAddAppInstallControlRule() local
114 …AppInstallControlRuleType controlRuleType = static_cast<AppInstallControlRuleType>(data.ReadInt32(… in HandleDeleteAppInstallControlRule() local
134 …AppInstallControlRuleType controlRuleType = static_cast<AppInstallControlRuleType>(data.ReadInt32(… in HandleCleanAppInstallControlRule() local
145 …AppInstallControlRuleType controlRuleType = static_cast<AppInstallControlRuleType>(data.ReadInt32(… in HandleGetAppInstallControlRule() local
/foundation/bundlemanager/bundle_tool/frameworks/src/
Dbundle_test_tool.cpp1921 std::vector<std::string> &appIds, int &controlRuleType, int &userId, int &euid) in CheckAddInstallRuleCorrectOption()
2016 int &controlRuleType, int &userId, int &euid) in CheckGetInstallRuleCorrectOption()
2100 int &controlRuleType, std::vector<std::string> &appIds, int &userId, int &euid) in CheckDeleteInstallRuleCorrectOption()
2195 int option, const std::string &commandName, int &controlRuleType, int &userId, int &euid) in CheckCleanInstallRuleCorrectOption()