Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
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
D
rspropertydrawable_fuzzer.cpp
98
rsFilterDrawable.
IsForeground
();
in DoSomethingInterestingWithMyAPI()
/foundation/communication/netmanager_base/services/netpolicymanager/include/
H
A
D
net_policy_rule.h
197
bool
IsForeground
(uint32_t uid);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H
A
D
ui_extension_manager.cpp
92
bool isForeground = uiExtension->
IsForeground
();
in HandleUnfocusedModalUecBackPressed()
305
if (uiExtension->
IsForeground
()) {
in UpdateSessionViewportConfig()
H
A
D
ui_extension_pattern.h
174
bool
IsForeground
();
193
bool
IsForeground
() const
in IsForeground()
function in OHOS::OHOS::OHOS::OHOS::OHOS::Ace::NG::UIExtensionPattern
H
A
D
ui_extension_pattern.cpp
337
bool UIExtensionPattern::
IsForeground
()
in IsForeground()
function in OHOS::Ace::NG::UIExtensionPattern
/foundation/arkui/ace_engine/test/mock/core/common/
H
A
D
mock_frontend.h
44
MOCK_METHOD(bool,
IsForeground
, (), (override));
/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 in OHOS::Rosen::DrawableV2::RSFilterDrawable
H
A
D
rs_property_drawable_foreground.h
109
bool
IsForeground
() const override
/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
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H
A
D
js_frontend.h
141
bool
IsForeground
() override
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H
A
D
declarative_frontend_ng.h
129
bool
IsForeground
() override
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H
A
D
card_frontend.h
131
bool
IsForeground
() override
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H
A
D
cj_frontend_abstract.h
70
bool
IsForeground
() override { return foregroundFrontend_; }
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H
A
D
plugin_frontend.h
125
bool
IsForeground
() override
/foundation/arkui/ace_engine/frameworks/core/common/
H
A
D
container.cpp
105
if (front && front->
IsForeground
()) {
in GetActive()
H
A
D
frontend.h
207
virtual bool
IsForeground
() = 0;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H
A
D
declarative_frontend.h
181
bool
IsForeground
() override
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H
A
D
rs_property_drawable.cpp
235
ptr->cacheManager_, ptr->
IsForeground
(), ptr->renderClearFilteredCacheAfterDrawing_);
in CreateDrawFunc()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H
A
D
ability_record.h
490
bool
IsForeground
() const;
/foundation/ability/ability_runtime/services/abilitymgr/src/mission/
H
A
D
mission_list_manager.cpp
1487
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
D
ability_record.cpp
582
auto flag = !
IsForeground
();
in ProcessForegroundAbility()
788
if (!
IsForeground
()) {
in AnimationTask()
1332
bool AbilityRecord::
IsForeground
() const
in IsForeground()
function in OHOS::AAFwk::AbilityRecord
H
A
D
ability_manager_service.cpp
7870
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
D
ability_connect_manager.cpp
1095
if (IsUIExtensionAbility(abilityRecord) && (abilityRecord->
IsForeground
() ||
in ScheduleDisconnectAbilityDoneLocked()
/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/
H
A
D
ui_ability_lifecycle_manager.cpp
1261
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
D
ui_extension_component_test_ng.cpp
1145
ASSERT_FALSE(pattern->
IsForeground
());
in HWTEST_F()
Completed in 62 milliseconds