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:backgroundswitch
(Results
1 - 7
of
7
) sorted by relevance
/foundation/window/window_manager/window_scene/common/include/
H
A
D
window_session_property.h
455
bool
backgroundswitch
= false;
member
480
if (!parcel.WriteBool(
backgroundswitch
)) {
530
config->
backgroundswitch
= parcel.ReadBool();
in Unmarshalling()
/foundation/window/window_manager/window_scene/test/unittest/
H
A
D
scene_session_manager_test3.cpp
909
ssm_->systemConfig_.
backgroundswitch
= true;
in HWTEST_F()
933
ssm_->systemConfig_.
backgroundswitch
= false;
in HWTEST_F()
957
ssm_->systemConfig_.
backgroundswitch
= true;
in HWTEST_F()
997
ssm_->systemConfig_.
backgroundswitch
= true;
in HWTEST_F()
1025
ssm_->systemConfig_.
backgroundswitch
= true;
in HWTEST_F()
1052
ssm_->systemConfig_.
backgroundswitch
= true;
in HWTEST_F()
1111
ssm_->systemConfig_.
backgroundswitch
= true;
in HWTEST_F()
H
A
D
scene_session_manager_supplement_test.cpp
123
ssm_->systemConfig_.
backgroundswitch
= false;
in HWTEST_F()
127
ssm_->systemConfig_.
backgroundswitch
= true;
in HWTEST_F()
164
ssm_->systemConfig_.
backgroundswitch
= true;
in HWTEST_F()
H
A
D
scene_session_manager_lifecycle_test.cpp
759
ssm_->systemConfig_.
backgroundswitch
= true;
in HWTEST_F()
786
ssm_->systemConfig_.
backgroundswitch
= true;
in HWTEST_F()
H
A
D
session_test.cpp
687
sessionConfig.
backgroundswitch
= true;
in HWTEST_F()
749
sessionConfig.
backgroundswitch
= true;
in HWTEST_F()
808
sessionConfig.
backgroundswitch
= true;
in HWTEST_F()
/foundation/window/window_manager/window_scene/session_manager/src/
H
A
D
hidump_controller.cpp
351
<< "miniWidthOfMainWindow miniHeightOfMainWindow miniWidthOfSubWindow miniHeightOfSubWindow
backgroundswitch
"
in DumpSysconfigParamList()
377
<< systemConfig.
backgroundswitch
<< "|"
in DumpSysconfigParam()
H
A
D
scene_session_manager.cpp
414
item = config["
backgroundswitch
"];
in ConfigWindowSceneXml()
416
systemConfig_.
backgroundswitch
= GetSingleIntItem(item, param) && param == 1;
in ConfigWindowSceneXml()
417
WLOGFD("Load ConfigWindowSceneXml
backgroundswitch
%{public}d", systemConfig_.
backgroundswitch
);
in ConfigWindowSceneXml()
1952
if (systemConfig_.
backgroundswitch
== false || isAppSupportPhoneInPc) {
in RequestSceneSessionActivationInner()
2017
return (systemConfig_.
backgroundswitch
&& !isAppSupportPhoneInPc) || isPcAppInPad;
in IsPcSceneSessionLifecycle()
Completed in 48 milliseconds