Home
last modified time | relevance | path

Searched refs:IsForeground (Results 1 - 25 of 25) sorted by relevance

/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rspropertydrawable_fuzzer/
H A Drspropertydrawable_fuzzer.cpp98 rsFilterDrawable.IsForeground(); in DoSomethingInterestingWithMyAPI()
/foundation/communication/netmanager_base/services/netpolicymanager/include/
H A Dnet_policy_rule.h197 bool IsForeground(uint32_t uid);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dui_extension_manager.cpp92 bool isForeground = uiExtension->IsForeground(); in HandleUnfocusedModalUecBackPressed()
305 if (uiExtension->IsForeground()) { in UpdateSessionViewportConfig()
H A Dui_extension_pattern.h174 bool IsForeground();
193 bool IsForeground() const in IsForeground() function in OHOS::OHOS::OHOS::OHOS::OHOS::Ace::NG::UIExtensionPattern
H A Dui_extension_pattern.cpp337 bool UIExtensionPattern::IsForeground() in IsForeground() function in OHOS::Ace::NG::UIExtensionPattern
/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_frontend.h44 MOCK_METHOD(bool, IsForeground, (), (override));
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H A Drs_property_drawable.h117 virtual bool IsForeground() const in IsForeground() function in OHOS::Rosen::DrawableV2::RSFilterDrawable
H A Drs_property_drawable_foreground.h109 bool IsForeground() const override
/foundation/communication/netmanager_base/services/netpolicymanager/src/core/
H A Dnet_policy_rule.cpp111 if (IsForeground(uid)) { in BuildTransCondition()
362 bool NetPolicyRule::IsForeground(uint32_t uid) in IsForeground() function in OHOS::NetManagerStandard::NetPolicyRule
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_frontend.h141 bool IsForeground() override
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Ddeclarative_frontend_ng.h129 bool IsForeground() override
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dcard_frontend.h131 bool IsForeground() override
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_frontend_abstract.h70 bool IsForeground() override { return foregroundFrontend_; }
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend.h125 bool IsForeground() override
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dcontainer.cpp105 if (front && front->IsForeground()) { in GetActive()
H A Dfrontend.h207 virtual bool IsForeground() = 0;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.h181 bool IsForeground() override
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable.cpp235 ptr->cacheManager_, ptr->IsForeground(), ptr->renderClearFilteredCacheAfterDrawing_); in CreateDrawFunc()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_record.h490 bool IsForeground() const;
/foundation/ability/ability_runtime/services/abilitymgr/src/mission/
H A Dmission_list_manager.cpp1487 if (!abilityRecord->IsForeground() && !abilityRecord->GetAbilityForegroundingFlag() && in BackToCallerAbilityWithResult()
1621 if (!needTopAbility->IsForeground() && !needTopAbility->IsMinimizeFromUser() && needTopAbility->IsReady()) { in RemoveBackgroundingAbility()
1641 if (abilityRecord->IsTerminating() && !abilityRecord->IsForeground()) { in TerminateAbilityInner()
1646 if (abilityRecord->IsTerminating() && abilityRecord->IsForeground()) { in TerminateAbilityInner()
1808 if (!needTopAbility->IsForeground() && !needTopAbility->IsMinimizeFromUser() && needTopAbility->IsReady()) { in RemoveTerminatingAbility()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp582 auto flag = !IsForeground(); in ProcessForegroundAbility()
788 if (!IsForeground()) { in AnimationTask()
1332 bool AbilityRecord::IsForeground() const in IsForeground() function in OHOS::AAFwk::AbilityRecord
H A Dability_manager_service.cpp7870 if (!record->IsForeground() && !record->GetAbilityForegroundingFlag()) { in ScheduleRecoverAbility()
9708 if (callerAbility->IsForeground() || callerAbility->GetAbilityForegroundingFlag()) { in IsCallFromBackground()
11377 if (!callerAbility->IsForeground() && !callerAbility->GetAbilityForegroundingFlag()) { in IsEmbeddedOpenAllowed()
H A Dability_connect_manager.cpp1095 if (IsUIExtensionAbility(abilityRecord) && (abilityRecord->IsForeground() || in ScheduleDisconnectAbilityDoneLocked()
/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/
H A Dui_ability_lifecycle_manager.cpp1261 if (!abilityRecord->IsForeground() && !abilityRecord->GetAbilityForegroundingFlag() && in BackToCallerAbilityWithResult()
1313 if (abilityRecord->IsTerminating() && !abilityRecord->IsForeground()) { in CloseUIAbility()
/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/
H A Dui_extension_component_test_ng.cpp1145 ASSERT_FALSE(pattern->IsForeground()); in HWTEST_F()

Completed in 62 milliseconds