Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/common/
Dcontainer.cpp39 if (front && front->IsForeground()) { in GetActive()
Dfrontend.h177 virtual bool IsForeground() = 0;
/foundation/communication/netmanager_base/services/netpolicymanager/include/
Dnet_policy_rule.h161 bool IsForeground(uint32_t uid);
/foundation/arkui/ace_engine/frameworks/core/components/test/json/
Djson_frontend.cpp148 bool JsonFrontend::IsForeground() in IsForeground() function in OHOS::Ace::JsonFrontend
Djson_frontend.h59 bool IsForeground() override;
/foundation/arkui/ace_engine/frameworks/bridge/test/unittest/jsfrontend/
Ddom_mock.h79 bool IsForeground() override in IsForeground() function
/foundation/arkui/ace_engine/test/mock/core/common/
Dmock_frontend.h42 MOCK_METHOD(bool, IsForeground, (), (override));
/foundation/communication/netmanager_base/services/netpolicymanager/src/core/
Dnet_policy_rule.cpp108 if (IsForeground(uid)) { in BuildTransCondition()
342 bool NetPolicyRule::IsForeground(uint32_t uid) in IsForeground() function in OHOS::NetManagerStandard::NetPolicyRule
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
Ddeclarative_frontend_ng.h122 bool IsForeground() override in IsForeground() function
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
Djs_frontend.h138 bool IsForeground() override in IsForeground() function
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
Dplugin_frontend.h125 bool IsForeground() override in IsForeground() function
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
Dcard_frontend.h131 bool IsForeground() override in IsForeground() function
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
Ddeclarative_frontend.h159 bool IsForeground() override in IsForeground() function
/foundation/ability/ability_runtime/services/abilitymgr/include/
Dability_record.h390 bool IsForeground() const;
/foundation/ability/ability_runtime/services/abilitymgr/src/
Dmission_list_manager.cpp1506 …if (!needTopAbility->IsForeground() && !needTopAbility->IsMinimizeFromUser() && needTopAbility->Is… in RemoveBackgroundingAbility()
1526 if (abilityRecord->IsTerminating() && !abilityRecord->IsForeground()) { in TerminateAbilityInner()
1531 if (abilityRecord->IsTerminating() && abilityRecord->IsForeground()) { in TerminateAbilityInner()
1679 …if (!needTopAbility->IsForeground() && !needTopAbility->IsMinimizeFromUser() && needTopAbility->Is… in RemoveTerminatingAbility()
Dability_record.cpp475 auto flag = !IsForeground(); in ProcessForegroundAbility()
659 if (!IsForeground()) { in AnimationTask()
1155 bool AbilityRecord::IsForeground() const in IsForeground() function in OHOS::AAFwk::AbilityRecord
Dability_manager_service.cpp7286 if (callerAbility->IsForeground() || callerAbility->GetAbilityForegroundingFlag()) { in IsCallFromBackground()
/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/
Dui_ability_lifecycle_manager.cpp791 if (abilityRecord->IsTerminating() && !abilityRecord->IsForeground()) { in CloseUIAbility()