/foundation/arkui/ace_engine/frameworks/core/common/ |
D | container.cpp | 39 if (front && front->IsForeground()) { in GetActive()
|
D | frontend.h | 177 virtual bool IsForeground() = 0;
|
/foundation/communication/netmanager_base/services/netpolicymanager/include/ |
D | net_policy_rule.h | 161 bool IsForeground(uint32_t uid);
|
/foundation/arkui/ace_engine/frameworks/core/components/test/json/ |
D | json_frontend.cpp | 148 bool JsonFrontend::IsForeground() in IsForeground() function in OHOS::Ace::JsonFrontend
|
D | json_frontend.h | 59 bool IsForeground() override;
|
/foundation/arkui/ace_engine/frameworks/bridge/test/unittest/jsfrontend/ |
D | dom_mock.h | 79 bool IsForeground() override in IsForeground() function
|
/foundation/arkui/ace_engine/test/mock/core/common/ |
D | mock_frontend.h | 42 MOCK_METHOD(bool, IsForeground, (), (override));
|
/foundation/communication/netmanager_base/services/netpolicymanager/src/core/ |
D | net_policy_rule.cpp | 108 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/ |
D | declarative_frontend_ng.h | 122 bool IsForeground() override in IsForeground() function
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
D | js_frontend.h | 138 bool IsForeground() override in IsForeground() function
|
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
D | plugin_frontend.h | 125 bool IsForeground() override in IsForeground() function
|
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
D | card_frontend.h | 131 bool IsForeground() override in IsForeground() function
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
D | declarative_frontend.h | 159 bool IsForeground() override in IsForeground() function
|
/foundation/ability/ability_runtime/services/abilitymgr/include/ |
D | ability_record.h | 390 bool IsForeground() const;
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
D | mission_list_manager.cpp | 1506 …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()
|
D | ability_record.cpp | 475 auto flag = !IsForeground(); in ProcessForegroundAbility() 659 if (!IsForeground()) { in AnimationTask() 1155 bool AbilityRecord::IsForeground() const in IsForeground() function in OHOS::AAFwk::AbilityRecord
|
D | ability_manager_service.cpp | 7286 if (callerAbility->IsForeground() || callerAbility->GetAbilityForegroundingFlag()) { in IsCallFromBackground()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/ |
D | ui_ability_lifecycle_manager.cpp | 791 if (abilityRecord->IsTerminating() && !abilityRecord->IsForeground()) { in CloseUIAbility()
|