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:GetType
(Results
1 - 10
of
10
) sorted by relevance
/test/ostest/wukong/component_event/src/
H
A
D
scene_delegate.cpp
52
if (componenttree->
GetType
() == "GridContainer") {
in GetCurrentComponentInfo()
58
if (componenttree->
GetType
() == "List") {
in GetCurrentComponentInfo()
61
if (componenttree->
GetType
() == "ListItem") {
in GetCurrentComponentInfo()
74
componentType_.push_back(std::static_pointer_cast<ComponentTree>(componentinfo)->
GetType
());
in GetCurrentComponentInfo()
H
A
D
focus_scene_delegate.cpp
52
if (componenttree->
GetType
() == "GridContainer") {
in GetCurrentComponentInfo()
58
if (componenttree->
GetType
() == "List") {
in GetCurrentComponentInfo()
61
if (componenttree->
GetType
() == "ListItem") {
in GetCurrentComponentInfo()
74
componentType_.push_back(std::static_pointer_cast<ComponentTree>(componentinfo)->
GetType
());
in GetCurrentComponentInfo()
H
A
D
normal_scene.cpp
95
if (it->
GetType
() == "Dialog") {
in SetInputComponent()
126
std::string type = (*it)->
GetType
();
in SetInputComponentListForFocusInput()
165
std::string type = comp->
GetType
();
in IsComponentBlock()
/test/xts/acts/graphic/graphicnapidrawingtest/
H
A
D
NativeDrawingBrushTest.cpp
142
EXPECT_EQ((reinterpret_cast<ColorFilter*>(colorFilterTmp))->
GetType
(),
in HWTEST_F()
151
EXPECT_EQ(CastToFilter(tmpFilter_)->GetColorFilter()->
GetType
(), ColorFilter::FilterType::BLEND_MODE);
in HWTEST_F()
H
A
D
NativeDrawingPenTest.cpp
240
EXPECT_EQ((reinterpret_cast<ColorFilter*>(colorFilterTmp))->
GetType
(),
in HWTEST_F()
252
EXPECT_EQ(CastToFilter(tmpFilter_)->GetColorFilter()->
GetType
(), ColorFilter::FilterType::BLEND_MODE);
in HWTEST_F()
H
A
D
NativeDrawingCanvasTest.cpp
628
EXPECT_EQ(reinterpret_cast<ColorFilter*>(colorFilterTmp)->
GetType
(), ColorFilter::FilterType::NO_TYPE);
in HWTEST_F()
632
EXPECT_EQ(reinterpret_cast<ColorFilter*>(colorFilterTmp)->
GetType
(), ColorFilter::FilterType::BLEND_MODE);
in HWTEST_F()
/test/ostest/wukong/component_event/include/
H
A
D
component_tree.h
38
const std::string&
GetType
()
in GetType()
function in OHOS::WuKong::ComponentTree
/test/xts/acts/multimedia/image/image_js_standard/imageReceiverNDK/entry/src/main/cpp/napi/
H
A
D
module_test.cpp
120
static Camera_Type
GetType
(int type)
in GetType()
function
155
Camera_Type type =
GetType
(y);
in CreateCameraInputWithPositionAndType()
/test/xts/acts/multimedia/camera/camera_ndk_xts/OHCameraNdk/entry/src/main/cpp/
H
A
D
mian.cpp
231
static Camera_Type
GetType
(int type)
in GetType()
function
264
Camera_Type type =
GetType
(y);
in OHCreateCameraInputWithPositionAndType()
/test/xts/acts/multimedia/camera/camera_ndk_test/src/main/cpp/
H
A
D
main.cpp
123
static Camera_Type
GetType
(int type)
in GetType()
function
158
Camera_Type type =
GetType
(y);
in CreateCameraInputWithPositionAndType()
Completed in 22 milliseconds