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:turnScreenOn_
(Results
1 - 9
of
9
) sorted by relevance
/foundation/window/window_manager/previewer/src/
H
A
D
window_option.cpp
106
return
turnScreenOn_
;
in IsTurnScreenOn()
111
turnScreenOn_
= turnScreenOn;
in SetTurnScreenOn()
/foundation/window/window_manager/wm/src/
H
A
D
window_option.cpp
194
turnScreenOn_
= turnScreenOn;
in SetTurnScreenOn()
199
return
turnScreenOn_
;
in IsTurnScreenOn()
/foundation/window/window_manager/previewer/include/
H
A
D
window_option.h
423
bool
turnScreenOn_
= { false };
member in OHOS::Rosen::WindowOption
/foundation/window/window_manager/interfaces/innerkits/wm/
H
A
D
window_option.h
509
bool
turnScreenOn_
= false;
member in OHOS::Rosen::WindowOption
/foundation/window/window_manager/utils/src/
H
A
D
window_property.cpp
241
turnScreenOn_
= turnScreenOn;
in SetTurnScreenOn()
441
return
turnScreenOn_
;
in IsTurnScreenOn()
731
parcel.WriteBool(
turnScreenOn_
) && parcel.WriteBool(keepScreenOn_) &&
in Marshalling()
837
ret = ret && parcel.WriteBool(
turnScreenOn_
);
in Write()
991
turnScreenOn_
= property->
turnScreenOn_
;
in CopyFrom()
/foundation/window/window_manager/window_scene/common/src/
H
A
D
window_session_property.cpp
419
turnScreenOn_
= turnScreenOn;
in SetTurnScreenOn()
424
return
turnScreenOn_
;
in IsTurnScreenOn()
1022
parcel.WriteBool(
turnScreenOn_
) && parcel.WriteBool(keepScreenOn_) &&
in Marshalling()
1154
turnScreenOn_
= property->
turnScreenOn_
;
in CopyFrom()
1200
return parcel.WriteBool(
turnScreenOn_
);
in WriteActionUpdateTurnScreenOn()
/foundation/window/window_manager/utils/include/
H
A
D
window_property.h
185
bool
turnScreenOn_
= false;
member in OHOS::Rosen::WindowProperty
/foundation/window/window_manager/window_scene/common/include/
H
A
D
window_session_property.h
287
bool
turnScreenOn_
= false;
member in OHOS::Rosen::WindowSessionProperty
/foundation/window/window_manager/window_scene/test/unittest/
H
A
D
window_session_property_test.cpp
950
ASSERT_EQ(property->
turnScreenOn_
, turnScreenOn);
in HWTEST_F()
Completed in 12 milliseconds