Home
last modified time | relevance | path

Searched refs:IsDelegatorCall (Results 1 - 8 of 8) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/
H A Dstart_other_app_interceptor.cpp69 if (IsDelegatorCall(param.want)) { in DoProcess()
145 bool StartOtherAppInterceptor::IsDelegatorCall(const Want want) in IsDelegatorCall() function in OHOS::AAFwk::StartOtherAppInterceptor
/foundation/ability/ability_runtime/services/abilitymgr/include/interceptor/
H A Dstart_other_app_interceptor.h44 bool IsDelegatorCall(const Want want);
/foundation/ability/ability_runtime/services/abilitymgr/include/utils/
H A Dability_permission_util.h51 * IsDelegatorCall, check caller is delegator.
57 bool IsDelegatorCall(const AppExecFwk::RunningProcessInfo &processInfo, const AbilityRequest &abilityRequest) const;
/foundation/ability/ability_runtime/test/fuzztest/startotherappinterceptor_fuzzer/
H A Dstartotherappinterceptor_fuzzer.cpp84 startOtherAppInterceptor->IsDelegatorCall(want); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H A Dability_permission_util.cpp49 inline bool AbilityPermissionUtil::IsDelegatorCall(const AppExecFwk::RunningProcessInfo &processInfo, in IsDelegatorCall() function in OHOS::AAFwk::AbilityPermissionUtil
/foundation/ability/ability_runtime/test/unittest/start_other_app_interceptor_test/
H A Dstart_other_app_interceptor_test.cpp259 * @tc.desc: test function IsDelegatorCall when applicationInfo is true
266 bool res = interceptor->IsDelegatorCall(want); in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_manager_service.h2156 bool IsDelegatorCall(const AppExecFwk::RunningProcessInfo &processInfo, const AbilityRequest &abilityRequest) const;
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp9715 if (IsDelegatorCall(processInfo, abilityRequest)) { in IsCallFromBackground()
9749 if (IsDelegatorCall(processInfo, abilityRequest)) { in SetBackgroundCall()
9787 inline bool AbilityManagerService::IsDelegatorCall( in IsDelegatorCall() function in OHOS::AAFwk::AbilityManagerService

Completed in 24 milliseconds