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:SetDecorVisible
(Results
1 - 7
of
7
) sorted by relevance
/foundation/window/window_manager/previewer/include/
H
A
D
window.h
328
virtual WMError
SetDecorVisible
(bool isVisible) { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; }
in SetDecorVisible()
function in OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::Rosen::Window
/foundation/window/window_manager/wm/test/unittest/
H
A
D
window_session_impl_test4.cpp
233
* @tc.name:
SetDecorVisible
234
* @tc.desc:
SetDecorVisible
and check the retCode
237
HWTEST_F(WindowSessionImplTest4,
SetDecorVisible
, Function | SmallTest | Level2)
in HWTEST_F()
242
option->SetWindowName("
SetDecorVisible
");
in HWTEST_F()
253
WMError res = window->
SetDecorVisible
(isVisible);
in HWTEST_F()
257
res = window->
SetDecorVisible
(isVisible);
in HWTEST_F()
H
A
D
window_test.cpp
2626
ASSERT_EQ(WMError::WM_ERROR_DEVICE_NOT_SUPPORT, window->
SetDecorVisible
(true));
in HWTEST_F()
/foundation/window/window_manager/wm/include/
H
A
D
window_session_impl.h
258
virtual WMError
SetDecorVisible
(bool isVisible) override;
/foundation/window/window_manager/interfaces/innerkits/wm/
H
A
D
window.h
1948
virtual WMError
SetDecorVisible
(bool isVisible) { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; }
in SetDecorVisible()
function in OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::Rosen::Window
/foundation/window/window_manager/wm/src/
H
A
D
window_session_impl.cpp
1877
WMError WindowSessionImpl::
SetDecorVisible
(bool isVisible)
in SetDecorVisible()
function in OHOS::OHOS::Rosen::WindowSessionImpl
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H
A
D
js_window.cpp
6145
WmErrorCode ret = WM_JS_TO_ERROR_CODE_MAP.at(windowToken_->
SetDecorVisible
(isVisible));
in OnSetWindowDecorVisible()
Completed in 33 milliseconds