Home
last modified time | relevance | path

Searched defs:appIds (Results 1 - 19 of 19) sorted by relevance

/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/deleteappinstallcontrolrule_fuzzer/
H A Ddeleteappinstallcontrolrule_fuzzer.cpp30 std::vector<std::string> appIds; in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getappinstallcontrolrule_fuzzer/
H A Dgetappinstallcontrolrule_fuzzer.cpp30 std::vector<std::string> appIds; in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/addappInstallcontrolrule_fuzzer/
H A DaddappInstallcontrolrule_fuzzer.cpp30 std::vector<std::string> appIds; in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getapprunningcontrolrule_fuzzer/
H A Dgetapprunningcontrolrule_fuzzer.cpp31 std::vector<std::string> appIds; in DoSomethingInterestingWithMyAPI() local
34 appControl.GetAppRunningControlRule(reinterpret_cast<uintptr_t>(data), appIds); in DoSomethingInterestingWithMyAPI() local
/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() argument
69 ErrCode AppControlProxy::GetAppRunningControlRule(int32_t userId, std::vector<std::string>& appIds) in GetAppRunningControlRule() argument
34 DeleteAppInstallControlRule(const AppInstallControlRuleType controlRuleType, const std::vector<std::string>& appIds, int32_t userId) DeleteAppInstallControlRule() argument
46 GetAppInstallControlRule( const AppInstallControlRuleType controlRuleType, int32_t userId, std::vector<std::string>& appIds) GetAppInstallControlRule() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_app_control_proxy_test/
H A Dbms_app_control_proxy_test.cpp60 std::vector<std::string> appIds; in HWTEST_F() local
76 std::vector<std::string> appIds; in HWTEST_F() local
94 std::vector<std::string> appIds; in HWTEST_F() local
110 std::vector<std::string> appIds; in HWTEST_F() local
145 std::vector<std::string> appIds; HWTEST_F() local
238 std::vector<std::string> appIds; HWTEST_F() local
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/app_control/
H A Dapp_control_host.cpp108 std::vector<std::string> appIds; in HandleAddAppInstallControlRule() local
130 std::vector<std::string> appIds; in HandleDeleteAppInstallControlRule() local
163 std::vector<std::string> appIds; in HandleGetAppInstallControlRule() local
213 std::vector<std::string> appIds; HandleGetAppRunningControlRule() local
[all...]
H A Dapp_control_proxy.cpp37 ErrCode AppControlProxy::AddAppInstallControlRule(const std::vector<std::string> &appIds, in AddAppInstallControlRule() argument
67 DeleteAppInstallControlRule(const AppInstallControlRuleType controlRuleType, const std::vector<std::string> &appIds, int32_t userId) DeleteAppInstallControlRule() argument
119 GetAppInstallControlRule( const AppInstallControlRuleType controlRuleType, int32_t userId, std::vector<std::string> &appIds) GetAppInstallControlRule() argument
206 GetAppRunningControlRule(int32_t userId, std::vector<std::string> &appIds) GetAppRunningControlRule() argument
[all...]
/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() argument
83 virtual ErrCode GetAppRunningControlRule(int32_t userId, std::vector<std::string> &appIds) in GetAppRunningControlRule() argument
55 DeleteAppInstallControlRule(const AppInstallControlRuleType controlRuleType, const std::vector<std::string> &appIds, int32_t userId) DeleteAppInstallControlRule() argument
64 GetAppInstallControlRule( const AppInstallControlRuleType controlRuleType, int32_t userId, std::vector<std::string> &appIds) GetAppInstallControlRule() argument
/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() argument
199 ErrCode AppControlManagerHostImpl::GetAppRunningControlRule(int32_t userId, std::vector<std::string> &appIds) in GetAppRunningControlRule() argument
418 std::vector<std::string> appIds; in UpdateAppControlledInfo() local
80 DeleteAppInstallControlRule(const AppInstallControlRuleType controlRuleType, const std::vector<std::string> &appIds, int32_t userId) DeleteAppInstallControlRule() argument
138 GetAppInstallControlRule( const AppInstallControlRuleType controlRuleType, int32_t userId, std::vector<std::string> &appIds) GetAppInstallControlRule() argument
[all...]
H A Dapp_control_manager_rdb.cpp90 AddAppInstallControlRule(const std::string &callingName, const std::vector<std::string> &appIds, const std::string &controlRuleType, int32_t userId) AddAppInstallControlRule() argument
130 DeleteAppInstallControlRule(const std::string &callingName, const std::string &controlRuleType, const std::vector<std::string> &appIds, int32_t userId) DeleteAppInstallControlRule() argument
180 GetAppInstallControlRule(const std::string &callingName, const std::string &controlRuleType, int32_t userId, std::vector<std::string> &appIds) GetAppInstallControlRule() argument
311 GetAppRunningControlRule(const std::string &callingName, int32_t userId, std::vector<std::string> &appIds) GetAppRunningControlRule() argument
[all...]
H A Dapp_control_manager.cpp330 std::vector<std::string> appIds; in SetAppInstallControlStatus() local
60 AddAppInstallControlRule(const std::string &callingName, const std::vector<std::string> &appIds, const std::string &controlRuleType, int32_t userId) AddAppInstallControlRule() argument
71 DeleteAppInstallControlRule(const std::string &callingName, const std::string &controlRuleType, const std::vector<std::string> &appIds, int32_t userId) DeleteAppInstallControlRule() argument
93 GetAppInstallControlRule(const std::string &callingName, const std::string &controlRuleType, int32_t userId, std::vector<std::string> &appIds) GetAppInstallControlRule() argument
157 GetAppRunningControlRule( const std::string &callingName, int32_t userId, std::vector<std::string> &appIds) GetAppRunningControlRule() argument
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_control_test/
H A Dbms_bundle_mock_app_control.cpp115 std::vector<std::string> appIds; in HWTEST_F() local
128 std::vector<std::string> appIds; in HWTEST_F() local
142 std::vector<std::string> appIds; in HWTEST_F() local
168 std::vector<std::string> appIds; in HWTEST_F() local
236 std::vector<std::string> appIds; HWTEST_F() local
250 std::vector<std::string> appIds; HWTEST_F() local
[all...]
H A Dbms_bundle_app_control_test.cpp245 std::vector<std::string> appIds; in HWTEST_F() local
289 std::vector<std::string> appIds; in HWTEST_F() local
343 std::vector<std::string> appIds; HWTEST_F() local
368 std::vector<std::string> appIds; HWTEST_F() local
486 std::vector<std::string> appIds; HWTEST_F() local
541 std::vector<std::string> appIds; HWTEST_F() local
728 std::vector<std::string> appIds; HWTEST_F() local
745 std::vector<std::string> appIds; HWTEST_F() local
761 std::vector<std::string> appIds; HWTEST_F() local
778 std::vector<std::string> appIds; HWTEST_F() local
795 std::vector<std::string> appIds; HWTEST_F() local
811 std::vector<std::string> appIds; HWTEST_F() local
871 std::vector<std::string> appIds; HWTEST_F() local
888 std::vector<std::string> appIds; HWTEST_F() local
904 std::vector<std::string> appIds; HWTEST_F() local
1006 std::vector<std::string> appIds; HWTEST_F() local
1022 std::vector<std::string> appIds; HWTEST_F() local
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Devent_report.h150 std::vector<std::string> appIds; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp3737 std::vector<std::string> appIds; in HWTEST_F() local
3764 std::vector<std::string> appIds; in HWTEST_F() local
3791 std::vector<std::string> appIds; in HWTEST_F() local
3828 std::vector<std::string> appIds; HWTEST_F() local
3867 std::vector<std::string> appIds; HWTEST_F() local
3906 std::vector<std::string> appIds; HWTEST_F() local
[all...]
/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_test_tool.cpp2249 std::vector<std::string> appIds; in RunAsAddInstallRuleCommand() local
2365 std::vector<std::string> appIds; in RunAsGetInstallRuleCommand() local
2201 CheckAddInstallRuleCorrectOption(int option, const std::string &commandName, std::vector<std::string> &appIds, int &controlRuleType, int &userId, int &euid) CheckAddInstallRuleCorrectOption() argument
2380 CheckDeleteInstallRuleCorrectOption(int option, const std::string &commandName, int &controlRuleType, std::vector<std::string> &appIds, int &userId, int &euid) CheckDeleteInstallRuleCorrectOption() argument
2429 std::vector<std::string> appIds; RunAsDeleteInstallRuleCommand() local
2846 std::vector<std::string> appIds; RunAsGetAppRunningControlRuleCommand() local
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp580 std::vector<std::string> appIds; in UninstallAppControl() local
5658 std::vector<std::string> appIds; in UpdateAppInstallControlled() local
[all...]
H A Dinner_bundle_info.cpp4155 auto appIds = baseBundleInfo_->oldAppIds; in AddOldAppId() local

Completed in 44 milliseconds