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:panelInfo
(Results
1 - 5
of
5
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/
H
A
D
hgm_screen_info_test.cpp
97
std::string
panelInfo
;
in HWTEST_F()
local
98
ASSERT_NO_FATAL_FAILURE({hgmScreenInfo.GetPanelInfo(
panelInfo
);});
in HWTEST_F()
110
std::string
panelInfo
;
in HWTEST_F()
local
111
ASSERT_NO_FATAL_FAILURE({hgmScreenInfo.InitPanelTypeMap(
panelInfo
);});
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/
H
A
D
hgm_screen_info.cpp
45
int32_t HgmScreenInfo::GetPanelInfo(std::string&
panelInfo
)
in GetPanelInfo()
argument
50
int32_t HgmScreenInfo::InitPanelTypeMap(std::string&
panelInfo
)
in InitPanelTypeMap()
argument
H
A
D
hgm_screen_info.h
57
int32_t GetPanelInfo(std::string&
panelInfo
);
58
int32_t InitPanelTypeMap(std::string&
panelInfo
);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H
A
D
on_text_changed_listener_impl.cpp
310
MiscServices::PanelType panelType = info.
panelInfo
.panelType;
in NotifyPanelStatusInfo()
328
if (info.
panelInfo
.panelType == MiscServices::PanelType::SOFT_KEYBOARD) {
in NotifyPanelStatusInfo()
330
} else if (info.
panelInfo
.panelType == MiscServices::PanelType::STATUS_BAR) {
in NotifyPanelStatusInfo()
/foundation/window/window_manager/window_scene/session_manager/src/
H
A
D
scene_session_manager.cpp
1467
SessionInfo
panelInfo
= {
in CreateKeyboardPanelSession()
local
1478
panelInfo
.sceneType_ = SceneType::INPUT_SCENE;
in CreateKeyboardPanelSession()
1483
panelSession = RequestSceneSession(
panelInfo
, nullptr);
in CreateKeyboardPanelSession()
Completed in 22 milliseconds