/foundation/ability/ability_runtime/test/unittest/ability_interceptor_test/ |
H A D | ability_interceptor_test.cpp | 100 auto shouldBlockFunc = []() { return false; }; in HWTEST_F() local 102 shouldBlockFunc); in HWTEST_F() 121 auto shouldBlockFunc = []() { return false; }; in HWTEST_F() local 123 shouldBlockFunc); in HWTEST_F() 143 auto shouldBlockFunc = []() { return false; }; in HWTEST_F() local 145 shouldBlockFunc); in HWTEST_F() 164 auto shouldBlockFunc = []() { return false; }; in HWTEST_F() local 166 shouldBlockFunc); in HWTEST_F() 185 auto shouldBlockFunc = []() { return false; }; in HWTEST_F() local 187 shouldBlockFunc); in HWTEST_F() 206 auto shouldBlockFunc = []() { return false; }; HWTEST_F() local 230 auto shouldBlockFunc = []() { return false; }; HWTEST_F() local 252 auto shouldBlockFunc = []() { return false; }; HWTEST_F() local 274 auto shouldBlockFunc = []() { return false; }; HWTEST_F() local 296 auto shouldBlockFunc = []() { return false; }; HWTEST_F() local 318 auto shouldBlockFunc = []() { return false; }; HWTEST_F() local 340 auto shouldBlockFunc = []() { return false; }; HWTEST_F() local 361 auto shouldBlockFunc = []() { return false; }; HWTEST_F() local 505 auto shouldBlockFunc = []() { return false; }; HWTEST_F() local 541 auto shouldBlockFunc = []() { return false; }; HWTEST_F() local 562 auto shouldBlockFunc = []() { return false; }; HWTEST_F() local 583 auto shouldBlockFunc = []() { return false; }; HWTEST_F() local 747 auto shouldBlockFunc = []() { return false; }; HWTEST_F() local 769 auto shouldBlockFunc = []() { return false; }; HWTEST_F() local [all...] |
/foundation/ability/ability_runtime/test/unittest/extension_control_interceptor_test/ |
H A D | extension_control_interceptor_test.cpp | 73 auto shouldBlockFunc = []() { return false; }; in HWTEST_F() local 75 shouldBlockFunc); in HWTEST_F() 78 shouldBlockFunc); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/start_other_app_interceptor_test/ |
H A D | start_other_app_interceptor_test.cpp | 206 auto shouldBlockFunc = []() { return false; }; in HWTEST_F() local 208 shouldBlockFunc); in HWTEST_F() 222 auto shouldBlockFunc = []() { return false; }; in HWTEST_F() local 224 shouldBlockFunc); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/fuzztest/abilitymgrcontrolinterceptor_fuzzer/ |
H A D | abilitymgrcontrolinterceptor_fuzzer.cpp | 75 auto shouldBlockFunc = []() { return false; }; in DoSomethingInterestingWithMyAPI() local 76 AbilityInterceptorParam param(want, requestCode, userId, boolParam, callerToken, shouldBlockFunc); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/test/fuzztest/extensioncontrolinterceptor_fuzzer/ |
H A D | extension_control_interceptor_fuzzer.cpp | 72 auto shouldBlockFunc = []() { return false; }; in DoSomethingInterestingWithMyAPI() local 74 shouldBlockFunc); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/test/fuzztest/startotherappinterceptor_fuzzer/ |
H A D | startotherappinterceptor_fuzzer.cpp | 73 auto shouldBlockFunc = []() { return false; }; in DoSomethingInterestingWithMyAPI() local 75 shouldBlockFunc); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/test/fuzztest/abilitymgrecologicalruleinterceptor_fuzzer/ |
H A D | abilitymgrecologicalruleinterceptor_fuzzer.cpp | 77 auto shouldBlockFunc = []() { return false; }; in DoSomethingInterestingWithMyAPI() local 79 AbilityInterceptorParam(want, requestCode, userId, isWithUI, token, shouldBlockFunc); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/test/fuzztest/screenunlockinterceptor_fuzzer/ |
H A D | screenunlockinterceptor_fuzzer.cpp | 75 auto shouldBlockFunc = []() { return false; }; in DoSomethingInterestingWithMyAPI() local 76 AbilityInterceptorParam param(want, intParam, int32Param, boolParam, token, shouldBlockFunc); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/test/fuzztest/crowdtestinterceptor_fuzzer/ |
H A D | crowdtestinterceptor_fuzzer.cpp | 72 auto shouldBlockFunc = []() { return false; }; in DoSomethingInterestingWithMyAPI() local 74 shouldBlockFunc); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/test/fuzztest/abilitymgrdisposedruleinterceptor_fuzzer/ |
H A D | abilitymgrdisposedruleinterceptor_fuzzer.cpp | 77 auto shouldBlockFunc = []() { return false; }; in DoSomethingInterestingWithMyAPI() local 79 shouldBlockFunc); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/test/fuzztest/abilitymgrjumpinterceptor_fuzzer/ |
H A D | abilitymgrjumpinterceptor_fuzzer.cpp | 77 auto shouldBlockFunc = []() { return false; }; in DoSomethingInterestingWithMyAPI() local 78 AbilityInterceptorParam param(want, requestCode, userId, boolParam, callerToken, shouldBlockFunc); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/test/fuzztest/abilitymgrinterceptorexecuter_fuzzer/ |
H A D | abilitymgrinterceptorexecuter_fuzzer.cpp | 77 auto shouldBlockFunc = []() { return false; }; in DoSomethingInterestingWithMyAPI() local 78 AbilityInterceptorParam param(want, requestCode, userId, boolParam, callerToken, shouldBlockFunc); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_manager_service.cpp | 833 auto shouldBlockFunc = [aams = shared_from_this()]() { return aams->ShouldBlockAllAppStart(); }; in StartAbilityPrechainInterceptor() local 835 GetUserId(), true, nullptr, shouldBlockFunc); in StartAbilityPrechainInterceptor() 1071 auto shouldBlockFunc = [aams = shared_from_this()]() { return aams->ShouldBlockAllAppStart(); }; in StartAbilityInner() local 1073 true, nullptr, shouldBlockFunc); in StartAbilityInner() 1414 auto shouldBlockFunc = [aams = shared_from_this()]() { return aams->ShouldBlockAllAppStart(); }; in StartAbilityDetails() local 1416 true, nullptr, shouldBlockFunc); in StartAbilityDetails() 1722 auto shouldBlockFunc = [aams = shared_from_this()]() { return aams->ShouldBlockAllAppStart(); }; in StartAbilityForOptionInner() local 1724 true, nullptr, shouldBlockFunc); in StartAbilityForOptionInner() 2011 auto shouldBlockFunc = [aams = shared_from_this()]() { return aams->ShouldBlockAllAppStart(); }; in RequestDialogServiceInner() local 2013 true, nullptr, shouldBlockFunc); in RequestDialogServiceInner() 2204 auto shouldBlockFunc = [aams = shared_from_this()]() { return aams->ShouldBlockAllAppStart(); }; StartUIAbilityBySCBDefault() local 2869 auto shouldBlockFunc = [aams = shared_from_this()]() { return aams->ShouldBlockAllAppStart(); }; StartExtensionAbilityInner() local 3146 auto shouldBlockFunc = [aams = shared_from_this()]() { return aams->ShouldBlockAllAppStart(); }; StartUIExtensionAbility() local 3980 auto shouldBlockFunc = [aams = shared_from_this()]() { return aams->ShouldBlockAllAppStart(); }; ConnectAbilityCommon() local 4094 auto shouldBlockFunc = [aams = shared_from_this()]() { return aams->ShouldBlockAllAppStart(); }; ConnectUIExtensionAbility() local 7311 auto shouldBlockFunc = [aams = shared_from_this()]() { return aams->ShouldBlockAllAppStart(); }; StartAbilityByCall() local 11871 auto shouldBlockFunc = [aams = shared_from_this()]() { return aams->ShouldBlockAllAppStart(); }; StartUIAbilityByPreInstallInner() local [all...] |