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:SetLayerVisible
(Results
1 - 4
of
4
) sorted by relevance
/device/qemu/riscv32_virt/liteos_m/board/ui/
H
A
D
fbdev.cpp
113
static void
SetLayerVisible
(bool visibled)
in SetLayerVisible()
function
115
if (g_display.layerFuncs->
SetLayerVisible
!= nullptr) {
in SetLayerVisible()
116
int32_t ret = g_display.layerFuncs->
SetLayerVisible
(g_display.devId, g_display.layerId, visibled);
in SetLayerVisible()
152
SetLayerVisible
(true);
in FbdevInit()
/device/soc/hisilicon/common/hal/display/source/display_device/src/core/
H
A
D
hdi_session.cpp
316
static int32_t
SetLayerVisible
(uint32_t devId, uint32_t layerId, bool visible)
in SetLayerVisible()
function
319
return HdiSession::GetInstance().CallLayerFunction(devId, layerId, &HdiLayer::
SetLayerVisible
, visible);
in SetLayerVisible()
385
lFuncs->
SetLayerVisible
=
SetLayerVisible
;
in LayerInitialize()
H
A
D
hdi_layer.h
173
virtual int32_t
SetLayerVisible
(bool visible);
H
A
D
hdi_layer.cpp
176
int32_t HdiLayer::
SetLayerVisible
(bool visible)
in SetLayerVisible()
function in OHOS::HDI::DISPLAY::HdiLayer
178
DISPLAY_LOGD("
SetLayerVisible
type %{public}d", visible);
in SetLayerVisible()
Completed in 3 milliseconds