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:SetWindowState
(Results
1 - 13
of
13
) sorted by relevance
/foundation/window/window_manager/window_scene/test/unittest/
H
A
D
sub_session_lifecycle_test.cpp
114
property->
SetWindowState
(WindowState::STATE_INITIAL);
in HWTEST_F()
118
property->
SetWindowState
(WindowState::STATE_CREATED);
in HWTEST_F()
122
property->
SetWindowState
(WindowState::STATE_SHOWN);
in HWTEST_F()
126
property->
SetWindowState
(WindowState::STATE_HIDDEN);
in HWTEST_F()
130
property->
SetWindowState
(WindowState::STATE_FROZEN);
in HWTEST_F()
H
A
D
main_session_lifecycle_test.cpp
99
property->
SetWindowState
(WindowState::STATE_HIDDEN);
in HWTEST_F()
103
property->
SetWindowState
(WindowState::STATE_SHOWN);
in HWTEST_F()
H
A
D
scene_session_manager_test9.cpp
600
property->
SetWindowState
(WindowState::STATE_SHOWN);
in HWTEST_F()
H
A
D
window_session_property_test.cpp
1000
property->
SetWindowState
(state);
in HWTEST_F()
/foundation/window/window_manager/wmserver/test/unittest/
H
A
D
window_group_mgr_test.cpp
80
windowImpl->
SetWindowState
(WindowState::STATE_SHOWN);
in SetUpTestCase()
/foundation/window/window_manager/wm/test/unittest/
H
A
D
window_impl_test2.cpp
115
window->
SetWindowState
(WindowState::STATE_DESTROYED);
in HWTEST_F()
118
window->
SetWindowState
(state);
in HWTEST_F()
177
window->
SetWindowState
(WindowState::STATE_DESTROYED);
in HWTEST_F()
180
window->
SetWindowState
(state);
in HWTEST_F()
763
window->
SetWindowState
(WindowState::STATE_DESTROYED);
in HWTEST_F()
771
window->
SetWindowState
(WindowState::STATE_FROZEN);
in HWTEST_F()
789
window->
SetWindowState
(WindowState::STATE_DESTROYED);
in HWTEST_F()
809
window->
SetWindowState
(WindowState::STATE_FROZEN);
in HWTEST_F()
1192
window->
SetWindowState
(WindowState::STATE_DESTROYED);
in HWTEST_F()
1292
window->
SetWindowState
(WindowStat
in HWTEST_F()
[all...]
H
A
D
window_impl_test.cpp
324
window->
SetWindowState
(WindowState::STATE_DESTROYED);
in HWTEST_F()
343
window->
SetWindowState
(WindowState::STATE_DESTROYED);
in HWTEST_F()
1356
window->
SetWindowState
(WindowState::STATE_DESTROYED);
in HWTEST_F()
1361
window->
SetWindowState
(WindowState::STATE_DESTROYED);
in HWTEST_F()
H
A
D
window_impl_test3.cpp
743
window->
SetWindowState
(WindowState::STATE_CREATED);
in HWTEST_F()
1189
window->
SetWindowState
(WindowState::STATE_DESTROYED);
in HWTEST_F()
H
A
D
window_impl_test5.cpp
581
window->
SetWindowState
(WindowState::STATE_DESTROYED);
in HWTEST_F()
/foundation/window/window_manager/window_scene/common/include/
H
A
D
window_session_property.h
182
void
SetWindowState
(WindowState state);
/foundation/window/window_manager/window_scene/common/src/
H
A
D
window_session_property.cpp
506
void WindowSessionProperty::
SetWindowState
(WindowState state)
in SetWindowState()
function in OHOS::Rosen::WindowSessionProperty
1111
property->
SetWindowState
(static_cast<WindowState>(parcel.ReadUint32()));
in Unmarshalling()
/foundation/window/window_manager/wm/include/
H
A
D
window_impl.h
159
inline void
SetWindowState
(WindowState state)
in SetWindowState()
function in OHOS::Rosen::WindowImpl
/foundation/window/window_manager/wm/src/
H
A
D
window_scene_session_impl.cpp
487
property_->
SetWindowState
(state_);
in RecoverAndConnectSpecificSession()
547
property_->
SetWindowState
(state_);
in RecoverAndReconnectSceneSession()
Completed in 24 milliseconds