Home
last modified time | relevance | path

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

12

/ohos5.0/base/powermgr/power_manager/utils/appmgr/src/
H A Dapp_manager_utils.cpp72 bool IsForeground = false; in IsForegroundApplication() local
77 IsForeground = true; in IsForegroundApplication()
81 …OGI(FEATURE_UTIL, "IsForegroundApplication, ret: %{public}u", static_cast<uint32_t>(IsForeground)); in IsForegroundApplication()
82 return IsForeground; in IsForegroundApplication()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/app_manager_utils/
H A Dcamera_app_manager_utils.cpp84 bool IsForeground = false; in IsForegroundApplication() local
89 IsForeground = true; in IsForegroundApplication()
93 MEDIA_INFO_LOG("IsForegroundApplication, ret: %{public}u", static_cast<uint32_t>(IsForeground)); in IsForegroundApplication()
94 return IsForeground; in IsForegroundApplication()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rspropertydrawable_fuzzer/
H A Drspropertydrawable_fuzzer.cpp95 rsFilterDrawable.IsForeground(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/include/
H A Dnet_policy_rule.h197 bool IsForeground(uint32_t uid);
/ohos5.0/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
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_frontend.h44 MOCK_METHOD(bool, IsForeground, (), (override));
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H A Drs_property_drawable.h117 virtual bool IsForeground() const in IsForeground() function
H A Drs_property_drawable_foreground.h109 bool IsForeground() const override in IsForeground() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dcontainer.cpp103 if (front && front->IsForeground()) { in GetActive()
H A Dfrontend.h207 virtual bool IsForeground() = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Ddeclarative_frontend_ng.h129 bool IsForeground() override in IsForeground() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_frontend.h139 bool IsForeground() override in IsForeground() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dui_extension_manager.cpp96 bool isForeground = uiExtension->IsForeground(); in HandleUnfocusedModalUecBackPressed()
H A Dui_extension_pattern.h148 bool IsForeground();
H A Dui_extension_pattern.cpp387 bool UIExtensionPattern::IsForeground() in IsForeground() function in OHOS::Ace::NG::UIExtensionPattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend.h125 bool IsForeground() override in IsForeground() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_frontend_abstract.h70 bool IsForeground() override { return foregroundFrontend_; } in IsForeground() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dcard_frontend.h131 bool IsForeground() override in IsForeground() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.h181 bool IsForeground() override in IsForeground() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable.cpp251 … ptr->cacheManager_, ptr->IsForeground(), ptr->renderClearFilteredCacheAfterDrawing_); in CreateDrawFunc()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dmission_list_manager.cpp1481 if (!abilityRecord->IsForeground() && !abilityRecord->GetAbilityForegroundingFlag() && in BackToCallerAbilityWithResult()
1605 …if (!needTopAbility->IsForeground() && !needTopAbility->IsMinimizeFromUser() && needTopAbility->Is… in RemoveBackgroundingAbility()
1625 if (abilityRecord->IsTerminating() && !abilityRecord->IsForeground()) { in TerminateAbilityInner()
1630 if (abilityRecord->IsTerminating() && abilityRecord->IsForeground()) { in TerminateAbilityInner()
1782 …if (!needTopAbility->IsForeground() && !needTopAbility->IsMinimizeFromUser() && needTopAbility->Is… in RemoveTerminatingAbility()
H A Dability_record.cpp588 auto flag = !IsForeground(); in ProcessForegroundAbility()
794 if (!IsForeground()) { in AnimationTask()
1342 bool AbilityRecord::IsForeground() const in IsForeground() function in OHOS::AAFwk::AbilityRecord
H A Dability_connect_manager.cpp1071 if (IsUIExtensionAbility(abilityRecord) && (abilityRecord->IsForeground() || in ScheduleDisconnectAbilityDoneLocked()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_record.h489 bool IsForeground() const;
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/
H A Dui_ability_lifecycle_manager.cpp1245 if (!abilityRecord->IsForeground() && !abilityRecord->GetAbilityForegroundingFlag() && in BackToCallerAbilityWithResult()
1297 if (abilityRecord->IsTerminating() && !abilityRecord->IsForeground()) { in CloseUIAbility()

12