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:GetForceHide
(Results
1 - 6
of
6
) sorted by relevance
/foundation/window/window_manager/window_scene/test/unittest/
H
A
D
scene_session_manager_test.cpp
783
EXPECT_FALSE(floatSession->GetSessionProperty()->
GetForceHide
());
in HWTEST_F()
786
EXPECT_TRUE(floatSession->GetSessionProperty()->
GetForceHide
());
in HWTEST_F()
790
EXPECT_TRUE(floatSession->GetSessionProperty()->
GetForceHide
());
in HWTEST_F()
822
EXPECT_FALSE(subSession->GetSessionProperty()->
GetForceHide
());
in HWTEST_F()
825
EXPECT_TRUE(subSession->GetSessionProperty()->
GetForceHide
());
in HWTEST_F()
865
EXPECT_TRUE(subSession->GetSessionProperty()->
GetForceHide
());
in HWTEST_F()
866
EXPECT_TRUE(floatSession->GetSessionProperty()->
GetForceHide
());
in HWTEST_F()
H
A
D
window_session_property_test.cpp
576
* @tc.desc: SetForceHide and
GetForceHide
to check the value
582
ASSERT_EQ(property->
GetForceHide
(), false);
in HWTEST_F()
584
ASSERT_EQ(property->
GetForceHide
(), true);
in HWTEST_F()
/foundation/window/window_manager/window_scene/common/include/
H
A
D
window_session_property.h
115
bool
GetForceHide
() const;
/foundation/window/window_manager/window_scene/session_manager/src/
H
A
D
hidump_controller.cpp
138
<< property->
GetForceHide
() << "|"
in DumpSessionParam()
H
A
D
scene_session_manager.cpp
3749
if (property->
GetForceHide
()) {
in UpdateForceHideState()
3759
if (forceHideProperty && forceHideFloatNew != forceHideProperty->
GetForceHide
()) {
in UpdateForceHideState()
/foundation/window/window_manager/window_scene/common/src/
H
A
D
window_session_property.cpp
302
bool WindowSessionProperty::
GetForceHide
() const
in GetForceHide()
function in OHOS::Rosen::WindowSessionProperty
Completed in 27 milliseconds