Home
last modified time | relevance | path

Searched refs:IsAbilityControllerForeground (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/ability_runtime/test/fuzztest/abilitymanagerservicec_fuzzer/
H A Dabilitymanagerservicec_fuzzer.cpp93 abilityms->IsAbilityControllerForeground(stringParam); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_first_test/
H A Dability_manager_service_first_test.cpp824 * Function: IsAbilityControllerForeground
826 * FunctionPoints: AbilityManagerService IsAbilityControllerForeground
833 EXPECT_TRUE(abilityMs_->IsAbilityControllerForeground("test")); in HWTEST_F()
837 EXPECT_TRUE(abilityMs_->IsAbilityControllerForeground("test")); in HWTEST_F()
844 EXPECT_FALSE(abilityMs_->IsAbilityControllerForeground("test")); in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp3407 if (!IsAbilityControllerForeground(abilityRecord->GetAbilityInfo().bundleName)) { in MoveAbilityToBackground()
3435 if (!IsAbilityControllerForeground(abilityRecord->GetAbilityInfo().bundleName)) { in MoveUIAbilityToBackground()
3572 if (!IsAbilityControllerForeground(abilityRecord->GetAbilityInfo().bundleName)) { in TerminateAbilityWithFlag()
3646 if (!IsAbilityControllerForeground(abilityRecord->GetAbilityInfo().bundleName)) { in CloseUIAbilityBySCB()
3825 if (!IsAbilityControllerForeground(abilityRecord->GetAbilityInfo().bundleName)) { in MinimizeAbility()
3939 if (!IsAbilityControllerForeground(abilityRecord->GetAbilityInfo().bundleName)) { in MinimizeUIAbilityBySCB()
8209 bool AbilityManagerService::IsAbilityControllerForeground(const std::string &bundleName) in IsAbilityControllerForeground() function in OHOS::AAFwk::AbilityManagerService
8392 if (!IsAbilityControllerForeground(abilityRecord->GetAbilityInfo().bundleName)) { in DoAbilityForeground()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_manager_service.h1294 bool IsAbilityControllerForeground(const std::string &bundleName);

Completed in 27 milliseconds