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:SetDecorEnable
(Results
1 - 23
of
23
) sorted by relevance
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H
A
D
accessibility_window_info.h
199
void
SetDecorEnable
(const bool isDecorEnable);
/foundation/barrierfree/accessibility/frameworks/common/test/mock/include/
H
A
D
mock_accessibility_window_info.h
196
void
SetDecorEnable
(const bool isDecorEnable);
/foundation/window/window_manager/wmserver/test/unittest/
H
A
D
accessibility_connection_test.cpp
65
windowProperty1->
SetDecorEnable
(true);
in HWTEST_F()
H
A
D
window_node_test.cpp
354
windowNode->
SetDecorEnable
(true);
in HWTEST_F()
356
windowNode->
SetDecorEnable
(false);
in HWTEST_F()
H
A
D
window_layout_policy_test.cpp
136
property->
SetDecorEnable
(windowInfo.decorEnable_);
in CreateWindowNode()
/foundation/window/window_manager/wmserver/src/
H
A
D
window_node.cpp
51
void WindowNode::
SetDecorEnable
(bool decorEnable)
in SetDecorEnable()
function in OHOS::Rosen::WindowNode
53
property_->
SetDecorEnable
(decorEnable);
in SetDecorEnable()
H
A
D
window_controller.cpp
1466
node->
SetDecorEnable
(property->GetDecorEnable());
in UpdateProperty()
/foundation/barrierfree/accessibility/frameworks/common/src/
H
A
D
accessibility_window_info.cpp
155
void AccessibilityWindowInfo::
SetDecorEnable
(const bool isDecorEnable)
in SetDecorEnable()
function in OHOS::Accessibility::AccessibilityWindowInfo
/foundation/barrierfree/accessibility/frameworks/common/test/unittest/
H
A
D
accessibility_window_info_test.cpp
235
* @tc.name:
SetDecorEnable
236
* @tc.desc: Test function
SetDecorEnable
245
windowInfo_->
SetDecorEnable
(true);
in HWTEST_F()
/foundation/barrierfree/accessibility/frameworks/common/test/mock/src/
H
A
D
mock_accessibility_window_info.cpp
235
* @tc.name:
SetDecorEnable
236
* @tc.desc: Test function
SetDecorEnable
245
windowInfo_->
SetDecorEnable
(true);
in HWTEST_F()
/foundation/window/window_manager/wmserver/include/
H
A
D
window_node.h
64
void
SetDecorEnable
(bool decorEnable);
/foundation/window/window_manager/utils/include/
H
A
D
window_property.h
68
void
SetDecorEnable
(bool decorEnable);
/foundation/window/window_manager/utils/src/
H
A
D
window_property.cpp
286
void WindowProperty::
SetDecorEnable
(bool decorEnable)
in SetDecorEnable()
function in OHOS::Rosen::WindowProperty
770
property->
SetDecorEnable
(parcel.ReadBool());
in Unmarshalling()
894
SetDecorEnable
(parcel.ReadBool());
in Read()
/foundation/window/window_manager/window_scene/test/unittest/
H
A
D
scene_session_test.cpp
683
property->
SetDecorEnable
(true);
in HWTEST_F()
694
property->
SetDecorEnable
(false);
in HWTEST_F()
1219
property->
SetDecorEnable
(true);
in HWTEST_F()
1248
property->
SetDecorEnable
(true);
in HWTEST_F()
H
A
D
system_session_test.cpp
197
property->
SetDecorEnable
(true);
in HWTEST_F()
H
A
D
move_drag_controller_test.cpp
355
property->
SetDecorEnable
(true);
in HWTEST_F()
/foundation/window/window_manager/window_scene/common/src/
H
A
D
window_session_property.cpp
537
void WindowSessionProperty::
SetDecorEnable
(bool isDecorEnable)
in SetDecorEnable()
function in OHOS::Rosen::WindowSessionProperty
1096
property->
SetDecorEnable
(parcel.ReadBool());
in Unmarshalling()
1405
SetDecorEnable
(parcel.ReadBool());
in ReadActionUpdateDecorEnable()
/foundation/window/window_manager/window_scene/common/include/
H
A
D
window_session_property.h
78
void
SetDecorEnable
(bool isDecorEnable);
/foundation/barrierfree/accessibility/services/aams/src/
H
A
D
accessibility_window_manager.cpp
285
accWindowInfo.
SetDecorEnable
(windowInfo->isDecorEnable_);
in UpdateAccessibilityWindowInfo()
/foundation/window/window_manager/wm/src/
H
A
D
window_impl.cpp
1227
property_->
SetDecorEnable
(windowSystemConfig_.isSystemDecorEnable_);
in SetSystemConfig()
3451
property_->
SetDecorEnable
(enable);
in UpdateDecorEnable()
3453
property_->
SetDecorEnable
(false);
in UpdateDecorEnable()
H
A
D
window_session_impl.cpp
223
property_->
SetDecorEnable
(windowOption_->GetSubWindowDecorEnable());
in MakeSubOrDialogWindowDragableAndMoveble()
230
property_->
SetDecorEnable
(dialogDecorEnable);
in MakeSubOrDialogWindowDragableAndMoveble()
1445
property_->
SetDecorEnable
(hasDeco);
in NotifyModeChange()
H
A
D
window_scene_session_impl.cpp
1136
property_->
SetDecorEnable
(isDecorEnable);
in Show()
/foundation/window/window_manager/window_scene/session/host/src/
H
A
D
scene_session.cpp
245
sessionProperty->
SetDecorEnable
(property->IsDecorEnable());
in ForegroundTask()
3814
sessionProperty->
SetDecorEnable
(property->IsDecorEnable());
in HandleActionUpdateDecorEnable()
Completed in 54 milliseconds