/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/deleteappinstallcontrolrule_fuzzer/ |
H A D | deleteappinstallcontrolrule_fuzzer.cpp | 30 std::vector<std::string> appIds; in DoSomethingInterestingWithMyAPI() local
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getappinstallcontrolrule_fuzzer/ |
H A D | getappinstallcontrolrule_fuzzer.cpp | 30 std::vector<std::string> appIds; in DoSomethingInterestingWithMyAPI() local
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/addappInstallcontrolrule_fuzzer/ |
H A D | addappInstallcontrolrule_fuzzer.cpp | 30 std::vector<std::string> appIds; in DoSomethingInterestingWithMyAPI() local
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getapprunningcontrolrule_fuzzer/ |
H A D | getapprunningcontrolrule_fuzzer.cpp | 31 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 D | mock_app_control_manager.cpp | 28 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 D | bms_app_control_proxy_test.cpp | 60 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 D | app_control_host.cpp | 108 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 D | app_control_proxy.cpp | 37 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 D | app_control_interface.h | 50 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 D | app_control_manager_host_impl.cpp | 51 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 D | app_control_manager_rdb.cpp | 90 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 D | app_control_manager.cpp | 330 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 D | bms_bundle_mock_app_control.cpp | 115 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 D | bms_bundle_app_control_test.cpp | 245 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 D | event_report.h | 150 std::vector<std::string> appIds; member
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 3737 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 D | bundle_test_tool.cpp | 2249 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 D | base_bundle_installer.cpp | 580 std::vector<std::string> appIds; in UninstallAppControl() local 5658 std::vector<std::string> appIds; in UpdateAppInstallControlled() local [all...] |
H A D | inner_bundle_info.cpp | 4155 auto appIds = baseBundleInfo_->oldAppIds; in AddOldAppId() local
|