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:GetDisplay
(Results
1 - 23
of
23
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H
A
D
dom_swiper.cpp
60
swiperChild_->SetShow(
GetDisplay
() == DisplayType::NO_SETTING ||
GetDisplay
() == DisplayType::FLEX);
in PrepareSpecializedComponent()
H
A
D
dom_div.cpp
37
if (
GetDisplay
() == DisplayType::GRID) {
in OnChildNodeAdded()
59
if (
GetDisplay
() == DisplayType::GRID) {
in OnChildNodeRemoved()
490
if (parentNode && parentNode->
GetDisplay
() == DisplayType::GRID) {
in GetSpecializedComponent()
512
if (
GetDisplay
() == DisplayType::GRID) {
in PrepareSpecializedComponent()
518
if (GetParentNode() && GetParentNode()->
GetDisplay
() == DisplayType::GRID) {
in PrepareSpecializedComponent()
H
A
D
dom_node.cpp
759
if (!node->IsProxy() &&
GetDisplay
() == DisplayType::NONE) {
in AddNode()
779
switch (
GetDisplay
()) {
in SetDisplayStyle()
1226
focusableEventComponent_->SetShow(
GetDisplay
() != DisplayType::NONE);
in CompositeComponents()
1347
DisplayType displayType =
GetDisplay
();
in SetDisplayType()
1422
if (
GetDisplay
() == DisplayType::NONE) {
in UpdateFlexItemComponent()
1423
flexItemComponent_->SetIsHidden(
GetDisplay
() == DisplayType::NONE);
in UpdateFlexItemComponent()
1613
bool show = (
GetDisplay
() != DisplayType::NONE);
in UpdateDisplayComponent()
H
A
D
dom_chart.cpp
232
pointInfo.SetDisplay(getPointInfo.
GetDisplay
());
in SetPoint()
H
A
D
dom_node.h
592
DisplayType
GetDisplay
() const
in GetDisplay()
function in OHOS::Ace::Framework::DOMNode
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H
A
D
egl_wrapper_object.cpp
29
EglWrapperDisplay *EglWrapperObject::
GetDisplay
()
in GetDisplay()
function in OHOS::EglWrapperObject
H
A
D
egl_wrapper_object.h
24
EglWrapperDisplay *
GetDisplay
();
H
A
D
egl_wrapper_entry.cpp
236
return ctxPtr->
GetDisplay
();
in EglGetCurrentDisplayImpl()
H
A
D
egl_wrapper_display.cpp
565
if (obj->
GetDisplay
() == this) {
in CheckObject()
/foundation/arkui/ace_engine/frameworks/core/components/refresh/
H
A
D
rosen_render_refresh.cpp
44
context.PaintChild(
GetDisplay
(), offset);
in Paint()
H
A
D
render_refresh.h
94
const RefPtr<RenderDisplay>&
GetDisplay
() const
in GetDisplay()
function in OHOS::Ace::RenderRefresh
/foundation/barrierfree/accessibility/services/aams/test/mock/include/
H
A
D
mock_accessibility_display_manager.h
29
MOCK_METHOD1(
GetDisplay
, const sptr<Rosen::Display>(int32_t id));
/foundation/barrierfree/accessibility/services/test/moduletest/mock/include/
H
A
D
mock_mt_accessibility_display_manager.h
29
MOCK_METHOD1(
GetDisplay
, const sptr<Rosen::Display>(int32_t id));
/foundation/barrierfree/accessibility/services/test/xts/inc/
H
A
D
mock_accessibility_display_manager.h
29
MOCK_METHOD1(
GetDisplay
, const sptr<Rosen::Display>(int32_t id));
/foundation/barrierfree/accessibility/services/aams/include/
H
A
D
accessibility_display_manager.h
31
const sptr<Rosen::Display>
GetDisplay
(uint64_t id);
/foundation/barrierfree/accessibility/services/aams/src/
H
A
D
accessibility_display_manager.cpp
36
const sptr<Rosen::Display> AccessibilityDisplayManager::
GetDisplay
(uint64_t id)
in GetDisplay()
function in OHOS::Accessibility::AccessibilityDisplayManager
H
A
D
accessibility_zoom_gesture.cpp
756
sptr<Rosen::Display> display = displayMgr.
GetDisplay
(screenId_);
in GetWindowParam()
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H
A
D
mock_accessibility_display_manager.cpp
39
const sptr<Rosen::Display> AccessibilityDisplayManager::
GetDisplay
(uint64_t id)
in GetDisplay()
function in OHOS::Accessibility::AccessibilityDisplayManager
/foundation/barrierfree/accessibility/services/aams/test/unittest/
H
A
D
accessibility_display_manager_test.cpp
86
* @tc.name:
GetDisplay
87
* @tc.desc: Test function
GetDisplay
93
auto display = Singleton<AccessibilityDisplayManager>::GetInstance().
GetDisplay
(0);
in HWTEST_F()
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/
H
A
D
mock_mt_accessibility_display_manager.cpp
39
const sptr<Rosen::Display> MockAccessibilityDisplayManager::
GetDisplay
(uint64_t id)
in GetDisplay()
function in OHOS::Accessibility::MockAccessibilityDisplayManager
/foundation/arkui/ace_engine/frameworks/core/components/chart/
H
A
D
rosen_render_chart.cpp
118
if (point.
GetDisplay
()) {
in PaintStylePoints()
123
if (headPoint.
GetDisplay
()) {
in PaintStylePoints()
127
if (topPoint.
GetDisplay
()) {
in PaintStylePoints()
131
if (bottomPoint.
GetDisplay
()) {
in PaintStylePoints()
145
if (point.
GetDisplay
()) {
in PaintStylePoints()
150
if (headPoint.
GetDisplay
()) {
in PaintStylePoints()
154
if (topPoint.
GetDisplay
()) {
in PaintStylePoints()
158
if (bottomPoint.
GetDisplay
()) {
in PaintStylePoints()
H
A
D
chart_component.h
228
bool
GetDisplay
() const
in GetDisplay()
function in OHOS::Ace::final
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H
A
D
js_command.cpp
603
DisplayType displayType = node->
GetDisplay
();
in Execute()
Completed in 20 milliseconds