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:GetDecorHeight
(Results
1 - 9
of
9
) sorted by relevance
/foundation/window/window_manager/wm/test/unittest/
H
A
D
window_session_impl_test2.cpp
969
* @tc.name:
GetDecorHeight
970
* @tc.desc:
GetDecorHeight
973
HWTEST_F(WindowSessionImplTest2,
GetDecorHeight
, Function | SmallTest | Level2)
in HWTEST_F()
975
auto window = GetTestWindowImpl("
GetDecorHeight
");
in HWTEST_F()
980
ASSERT_EQ(window->
GetDecorHeight
(height), WMError::WM_ERROR_NULLPTR);
in HWTEST_F()
985
ASSERT_EQ(window->
GetDecorHeight
(height), WMError::WM_OK);
in HWTEST_F()
987
window->
GetDecorHeight
(height);
in HWTEST_F()
H
A
D
window_session_impl_test4.cpp
357
* @tc.name:
GetDecorHeight
358
* @tc.desc:
GetDecorHeight
and check the retCode
361
HWTEST_F(WindowSessionImplTest4,
GetDecorHeight
, Function | SmallTest | Level2)
in HWTEST_F()
366
option->SetWindowName("
GetDecorHeight
");
in HWTEST_F()
376
WMError res = window->
GetDecorHeight
(height);
in HWTEST_F()
H
A
D
window_test.cpp
2630
ASSERT_EQ(WMError::WM_ERROR_DEVICE_NOT_SUPPORT, window->
GetDecorHeight
(var));
in HWTEST_F()
/foundation/window/window_manager/previewer/include/
H
A
D
window.h
335
virtual WMError
GetDecorHeight
(int32_t& height) { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; }
in GetDecorHeight()
function in OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::Rosen::Window
/foundation/window/window_manager/wm/include/
H
A
D
window_session_impl.h
260
virtual WMError
GetDecorHeight
(int32_t& height) override;
/foundation/window/window_manager/interfaces/innerkits/wm/
H
A
D
window.h
1998
virtual WMError
GetDecorHeight
(int32_t& height) { return WMError::WM_ERROR_DEVICE_NOT_SUPPORT; }
in GetDecorHeight()
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
1958
WMError WindowSessionImpl::
GetDecorHeight
(int32_t& height)
in GetDecorHeight()
function in OHOS::OHOS::Rosen::WindowSessionImpl
H
A
D
window_scene_session_impl.cpp
769
WMError ret =
GetDecorHeight
(titleBarHeight);
in HandlePointDownEvent()
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H
A
D
js_window.cpp
6272
WMError ret = window->
GetDecorHeight
(height);
in OnGetWindowDecorHeight()
Completed in 42 milliseconds