Searched refs:IsCallFromBackground (Results 1 - 5 of 5) sorted by relevance
/foundation/ability/ability_runtime/test/fuzztest/abilitymanagerserviceg_fuzzer/ |
H A D | abilitymanagerserviceg_fuzzer.cpp | 85 abilityms->IsCallFromBackground(abilityRequest, boolParam); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_first_test/ |
H A D | ability_manager_service_first_test.cpp | 868 * Function: IsCallFromBackground 870 * FunctionPoints: AbilityManagerService IsCallFromBackground 882 EXPECT_EQ(abilityMs_->IsCallFromBackground(abilityRequest, isBackgroundCall), ERR_OK); in HWTEST_F() 886 EXPECT_EQ(abilityMs_->IsCallFromBackground(abilityRequest, isBackgroundCall), ERR_OK); in HWTEST_F() 891 EXPECT_EQ(abilityMs_->IsCallFromBackground(abilityRequest, isBackgroundCall), ERR_OK); in HWTEST_F() 897 EXPECT_EQ(abilityMs_->IsCallFromBackground(abilityRequest, isBackgroundCall), ERR_OK); in HWTEST_F() 901 EXPECT_EQ(abilityMs_->IsCallFromBackground(abilityRequest, isBackgroundCall), ERR_OK); in HWTEST_F() 905 EXPECT_EQ(abilityMs_->IsCallFromBackground(abilityRequest, isBackgroundCall), ERR_OK); in HWTEST_F()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | implicit_start_processor.cpp | 105 if (abilityMgr->IsCallFromBackground(abilityRequest, isBackgroundCall) != ERR_OK) { in CheckImplicitCallPermission()
|
H A D | ability_manager_service.cpp | 9291 if (!isShell && IsCallFromBackground(abilityRequest, verificationInfo.isBackgroundCall, true) != ERR_OK) { in CheckCallDataAbilityPermission() 9360 if (IsCallFromBackground(abilityRequest, verificationInfo.isBackgroundCall) != ERR_OK) { in CheckCallServiceExtensionPermission() 9507 auto ret = IsCallFromBackground(abilityRequest, isBackgroundCall); in CheckUIExtensionCallerIsForeground() 9627 if (IsCallFromBackground(abilityRequest, verificationInfo.isBackgroundCall) != ERR_OK) { in CheckCallServiceAbilityPermission() 9649 if (IsCallFromBackground(abilityRequest, verificationInfo.isBackgroundCall) != ERR_OK) { in CheckCallAbilityPermission() 9675 if (IsCallFromBackground(abilityRequest, verificationInfo.isBackgroundCall) != ERR_OK) { in CheckStartByCallPermission() 9687 int AbilityManagerService::IsCallFromBackground(const AbilityRequest &abilityRequest, bool &isBackgroundCall, in IsCallFromBackground() function in OHOS::AAFwk::AbilityManagerService
|
/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | ability_manager_service.h | 1810 int IsCallFromBackground(const AbilityRequest &abilityRequest, bool &isBackgroundCall, bool isData = false);
|
Completed in 31 milliseconds