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:SetWindowMask
(Results
1 - 10
of
10
) sorted by relevance
/foundation/window/window_manager/wm/include/
H
A
D
window_scene_session_impl.h
142
virtual WMError
SetWindowMask
(const std::vector<std::vector<uint32_t>>& windowMask) override;
/foundation/window/window_manager/previewer/include/
H
A
D
window.h
369
virtual WMError
SetWindowMask
(const std::vector<std::vector<uint32_t>>& windowMask)
in SetWindowMask()
function in OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::Rosen::Window
/foundation/window/window_manager/window_scene/common/include/
H
A
D
window_session_property.h
94
void
SetWindowMask
(const std::shared_ptr<Media::PixelMap>& windowMask);
/foundation/window/window_manager/wm/test/unittest/
H
A
D
window_scene_session_impl_test3.cpp
105
* @tc.name:
SetWindowMask
106
* @tc.desc:
SetWindowMask
109
HWTEST_F(WindowSceneSessionImplTest3,
SetWindowMask
, Function | SmallTest | Level2)
in HWTEST_F()
113
option->SetWindowName("
SetWindowMask
");
in HWTEST_F()
119
auto ret = windowSceneSessionImpl->
SetWindowMask
(windowMask);
in HWTEST_F()
129
ret = windowSceneSessionImpl->
SetWindowMask
(windowMask);
in HWTEST_F()
132
ret = windowSceneSessionImpl->
SetWindowMask
(windowMask);
in HWTEST_F()
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H
A
D
js_window.h
167
static napi_value
SetWindowMask
(napi_env env, napi_callback_info info);
H
A
D
js_window.cpp
873
napi_value JsWindow::
SetWindowMask
(napi_env env, napi_callback_info info)
in SetWindowMask()
function in OHOS::Rosen::JsWindow
875
WLOGI("[NAPI]
SetWindowMask
");
in SetWindowMask()
6457
WmErrorCode ret = WM_JS_TO_ERROR_CODE_MAP.at(weakWindow->
SetWindowMask
(windowMask));
in OnSetWindowMask()
7035
BindNativeFunction(env, object, "setWindowMask", moduleName, JsWindow::
SetWindowMask
);
in BindFunctions()
/foundation/window/window_manager/window_scene/common/src/
H
A
D
window_session_property.cpp
849
property->
SetWindowMask
(std::shared_ptr<Media::PixelMap>(windowMask));
in UnmarshallingWindowMask()
1561
void WindowSessionProperty::
SetWindowMask
(const std::shared_ptr<Media::PixelMap>& windowMask)
in SetWindowMask()
function in OHOS::Rosen::WindowSessionProperty
/foundation/window/window_manager/interfaces/innerkits/wm/
H
A
D
window.h
2186
virtual WMError
SetWindowMask
(const std::vector<std::vector<uint32_t>>& windowMask)
in SetWindowMask()
function in OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::Rosen::Window
/foundation/window/window_manager/wm/src/
H
A
D
window_scene_session_impl.cpp
3904
WMError WindowSceneSessionImpl::
SetWindowMask
(const std::vector<std::vector<uint32_t>>& windowMask)
in SetWindowMask()
function in OHOS::Rosen::WindowSceneSessionImpl
3925
property_->
SetWindowMask
(mask);
in SetWindowMask()
/foundation/window/window_manager/window_scene/session/host/src/
H
A
D
scene_session.cpp
3894
sessionProperty->
SetWindowMask
(property->GetWindowMask());
in HandleActionUpdateWindowMask()
Completed in 41 milliseconds