Home
last modified time | relevance | path

Searched defs:controlRule (Results 1 - 18 of 18) sorted by relevance

/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/addapprunningcontrolrule_fuzzer/
H A Daddapprunningcontrolrule_fuzzer.cpp29 std::vector<AppRunningControlRule> controlRule; in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/deleteapprunningcontrolrule_fuzzer/
H A Ddeleteapprunningcontrolrule_fuzzer.cpp29 std::vector<AppRunningControlRule> controlRule; in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/addappjumpcontrolrule_fuzzer/
H A Daddappjumpcontrolrule_fuzzer.cpp33 std::vector<AppJumpControlRule> controlRule; in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/
H A Dcontrol_interceptor.cpp34 AppExecFwk::AppRunningControlRuleResult controlRule; in DoProcess() local
68 CheckControl(const Want &want, int32_t userId, AppExecFwk::AppRunningControlRuleResult &controlRule) CheckControl() argument
[all...]
H A Dability_jump_interceptor.cpp65 AppExecFwk::AppJumpControlRule controlRule; in DoProcess() local
87 CheckControl(std::shared_ptr<AppExecFwk::BundleMgrHelper> &bundleMgrHelper, const Want &want, int32_t userId, AppExecFwk::AppJumpControlRule &controlRule) CheckControl() argument
129 CheckIfJumpExempt(AppExecFwk::AppJumpControlRule &controlRule, int32_t userId) CheckIfJumpExempt() argument
169 LoadAppLabelInfo(Want &want, AppExecFwk::AppJumpControlRule &controlRule, int32_t userId) LoadAppLabelInfo() argument
[all...]
/foundation/ability/ability_runtime/test/fuzztest/abilitymgrcontrolinterceptor_fuzzer/
H A Dabilitymgrcontrolinterceptor_fuzzer.cpp78 AppExecFwk::AppRunningControlRuleResult controlRule; in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/test/unittest/ability_interceptor_test/
H A Dability_interceptor_test.cpp602 AppExecFwk::AppJumpControlRule controlRule; in HWTEST_F() local
620 AppExecFwk::AppJumpControlRule controlRule; in HWTEST_F() local
639 AppExecFwk::AppJumpControlRule controlRule; in HWTEST_F() local
659 AppExecFwk::AppJumpControlRule controlRule; in HWTEST_F() local
674 AppExecFwk::AppJumpControlRule controlRule; HWTEST_F() local
690 AppExecFwk::AppJumpControlRule controlRule; HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/bundlemgr/
H A Dmock_app_control_manager.cpp140 GetAppJumpControlRule(const std::string &callerBundleName, const std::string &targetBundleName, int32_t userId, AppJumpControlRule &controlRule) GetAppJumpControlRule() argument
/foundation/ability/ability_runtime/test/fuzztest/abilitymgrjumpinterceptor_fuzzer/
H A Dabilitymgrjumpinterceptor_fuzzer.cpp81 AppExecFwk::AppJumpControlRule controlRule; in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_control/
H A Dapp_jump_interceptor_manager_rdb.cpp159 GetAppJumpControlRule(const std::string &callerBundleName, const std::string &targetBundleName, int32_t userId, AppJumpControlRule &controlRule) GetAppJumpControlRule() argument
H A Dapp_control_manager_host_impl.cpp290 GetAppJumpControlRule(const std::string &callerBundleName, const std::string &targetBundleName, int32_t userId, AppJumpControlRule &controlRule) GetAppJumpControlRule() argument
H A Dapp_control_manager.cpp209 GetAppJumpControlRule(const std::string &callerBundleName, const std::string &targetBundleName, int32_t userId, AppJumpControlRule &controlRule) GetAppJumpControlRule() argument
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/app_control/
H A Dapp_control_proxy.cpp352 GetAppJumpControlRule(const std::string &callerBundleName, const std::string &targetBundleName, int32_t userId, AppJumpControlRule &controlRule) GetAppJumpControlRule() argument
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/app_control/
H A Dapp_control_interface.h113 GetAppJumpControlRule(const std::string &callerBundleName, const std::string &targetBundleName, int32_t userId, AppJumpControlRule &controlRule) GetAppJumpControlRule() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_control_test/
H A Dbms_bundle_mock_app_control.cpp366 AppJumpControlRule controlRule; in HWTEST_F() local
428 AppJumpControlRule controlRule; in HWTEST_F() local
445 AppJumpControlRule controlRule; in HWTEST_F() local
666 AppJumpControlRule controlRule; in HWTEST_F() local
H A Dbms_bundle_app_control_test.cpp400 AppRunningControlRule controlRule; in HWTEST_F() local
432 AppRunningControlRule controlRule; in HWTEST_F() local
491 AppRunningControlRule controlRule; HWTEST_F() local
515 AppRunningControlRule controlRule; HWTEST_F() local
543 AppRunningControlRule controlRule; HWTEST_F() local
578 AppRunningControlRule controlRule; HWTEST_F() local
1142 AppJumpControlRule controlRule; HWTEST_F() local
1228 AppJumpControlRule controlRule; HWTEST_F() local
1283 AppJumpControlRule controlRule; HWTEST_F() local
1327 AppJumpControlRule controlRule; HWTEST_F() local
1347 AppJumpControlRule controlRule; HWTEST_F() local
1392 AppJumpControlRule controlRule; HWTEST_F() local
[all...]
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp9088 AppRunningControlRule controlRule; in HWTEST_F() local
/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_test_tool.cpp2613 std::vector<AppRunningControlRule> controlRule; in RunAsAddAppRunningRuleCommand() local
2556 CheckAppRunningRuleCorrectOption(int option, const std::string &commandName, std::vector<AppRunningControlRule> &controlRule, int &userId, int &euid) CheckAppRunningRuleCorrectOption() argument
2664 std::vector<AppRunningControlRule> controlRule; RunAsDeleteAppRunningRuleCommand() local
[all...]

Completed in 34 milliseconds