Home
last modified time | relevance | path

Searched refs:shouldBlockFunc (Results 1 - 13 of 13) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/ability_interceptor_test/
H A Dability_interceptor_test.cpp100 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 Dextension_control_interceptor_test.cpp73 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 Dstart_other_app_interceptor_test.cpp206 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 Dabilitymgrcontrolinterceptor_fuzzer.cpp75 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 Dextension_control_interceptor_fuzzer.cpp72 auto shouldBlockFunc = []() { return false; }; in DoSomethingInterestingWithMyAPI() local
74 shouldBlockFunc); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/startotherappinterceptor_fuzzer/
H A Dstartotherappinterceptor_fuzzer.cpp73 auto shouldBlockFunc = []() { return false; }; in DoSomethingInterestingWithMyAPI() local
75 shouldBlockFunc); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/abilitymgrecologicalruleinterceptor_fuzzer/
H A Dabilitymgrecologicalruleinterceptor_fuzzer.cpp77 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 Dscreenunlockinterceptor_fuzzer.cpp75 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 Dcrowdtestinterceptor_fuzzer.cpp72 auto shouldBlockFunc = []() { return false; }; in DoSomethingInterestingWithMyAPI() local
74 shouldBlockFunc); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/abilitymgrdisposedruleinterceptor_fuzzer/
H A Dabilitymgrdisposedruleinterceptor_fuzzer.cpp77 auto shouldBlockFunc = []() { return false; }; in DoSomethingInterestingWithMyAPI() local
79 shouldBlockFunc); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/abilitymgrjumpinterceptor_fuzzer/
H A Dabilitymgrjumpinterceptor_fuzzer.cpp77 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 Dabilitymgrinterceptorexecuter_fuzzer.cpp77 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 Dability_manager_service.cpp833 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...]

Completed in 17 milliseconds