/ohos5.0/base/powermgr/power_manager/utils/appmgr/src/ |
H A D | app_manager_utils.cpp | 72 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 D | camera_app_manager_utils.cpp | 84 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 D | rspropertydrawable_fuzzer.cpp | 95 rsFilterDrawable.IsForeground(); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/include/ |
H A D | net_policy_rule.h | 197 bool IsForeground(uint32_t uid);
|
/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/src/core/ |
H A D | net_policy_rule.cpp | 111 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 D | mock_frontend.h | 44 MOCK_METHOD(bool, IsForeground, (), (override));
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/ |
H A D | rs_property_drawable.h | 117 virtual bool IsForeground() const in IsForeground() function
|
H A D | rs_property_drawable_foreground.h | 109 bool IsForeground() const override in IsForeground() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | container.cpp | 103 if (front && front->IsForeground()) { in GetActive()
|
H A D | frontend.h | 207 virtual bool IsForeground() = 0;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | declarative_frontend_ng.h | 129 bool IsForeground() override in IsForeground() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | js_frontend.h | 139 bool IsForeground() override in IsForeground() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/ |
H A D | ui_extension_manager.cpp | 96 bool isForeground = uiExtension->IsForeground(); in HandleUnfocusedModalUecBackPressed()
|
H A D | ui_extension_pattern.h | 148 bool IsForeground();
|
H A D | ui_extension_pattern.cpp | 387 bool UIExtensionPattern::IsForeground() in IsForeground() function in OHOS::Ace::NG::UIExtensionPattern
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend.h | 125 bool IsForeground() override in IsForeground() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/ |
H A D | cj_frontend_abstract.h | 70 bool IsForeground() override { return foregroundFrontend_; } in IsForeground() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | card_frontend.h | 131 bool IsForeground() override in IsForeground() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | declarative_frontend.h | 181 bool IsForeground() override in IsForeground() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_property_drawable.cpp | 251 … ptr->cacheManager_, ptr->IsForeground(), ptr->renderClearFilteredCacheAfterDrawing_); in CreateDrawFunc()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | mission_list_manager.cpp | 1481 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 D | ability_record.cpp | 588 auto flag = !IsForeground(); in ProcessForegroundAbility() 794 if (!IsForeground()) { in AnimationTask() 1342 bool AbilityRecord::IsForeground() const in IsForeground() function in OHOS::AAFwk::AbilityRecord
|
H A D | ability_connect_manager.cpp | 1071 if (IsUIExtensionAbility(abilityRecord) && (abilityRecord->IsForeground() || in ScheduleDisconnectAbilityDoneLocked()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | ability_record.h | 489 bool IsForeground() const;
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/ |
H A D | ui_ability_lifecycle_manager.cpp | 1245 if (!abilityRecord->IsForeground() && !abilityRecord->GetAbilityForegroundingFlag() && in BackToCallerAbilityWithResult() 1297 if (abilityRecord->IsTerminating() && !abilityRecord->IsForeground()) { in CloseUIAbility()
|