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:GetTypeName
(Results
1 - 25
of
35
) sorted by relevance
1
2
/foundation/distributeddatamgr/preferences/frameworks/native/src/
H
A
D
preferences_impl.cpp
45
std::string
GetTypeName
()
in GetTypeName()
function
51
std::string
GetTypeName
<int>()
in GetTypeName()
function
57
std::string
GetTypeName
<bool>()
in GetTypeName()
function
63
std::string
GetTypeName
<int64_t>()
in GetTypeName()
function
69
std::string
GetTypeName
<uint64_t>()
in GetTypeName()
function
75
std::string
GetTypeName
<float>()
in GetTypeName()
function
81
std::string
GetTypeName
<double>()
in GetTypeName()
function
87
std::string
GetTypeName
<std::string>()
in GetTypeName()
function
93
std::string
GetTypeName
<std::vector<std::string>>()
in GetTypeName()
function
99
std::string
GetTypeName
<st
function
105
std::string
GetTypeName
<std::vector<bool>>()
GetTypeName()
function
111
std::string
GetTypeName
<std::vector<uint8_t>>()
GetTypeName()
function
117
std::string
GetTypeName
<Object>()
GetTypeName()
function
123
std::string
GetTypeName
<BigInt>()
GetTypeName()
function
[all...]
/foundation/arkui/napi/interfaces/inner_api/cjffi/native/
H
A
D
runtimetype.h
55
if (strcmp(this->
GetTypeName
(), target->
GetTypeName
())) {
in IsType()
66
const char*
GetTypeName
() const
in GetTypeName()
function in OHOS::FFI::final
/foundation/multimedia/media_foundation/tests/unittest/meta/
H
A
D
any_func_unit_test.cpp
168
std::string_view strIntTypeName = anyInt32.
GetTypeName
<int32_t>();
in HWTEST_F()
178
std::string_view strBoolTypeName = anyBool.
GetTypeName
<bool>();
in HWTEST_F()
184
std::string_view strFloatTypeName = anyFloat.
GetTypeName
<float>();
in HWTEST_F()
190
std::string_view strDoubleTypeName = anyDouble.
GetTypeName
<double>();
in HWTEST_F()
200
std::string_view strVecUint8TypeName = anyVecUInt8.
GetTypeName
<std::vector<uint8_t>>();
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/base/memory/
H
A
D
type_info_base.h
62
const char*
GetTypeName
() const override \
86
virtual const char*
GetTypeName
() const = 0;
121
return rawPtr != nullptr ? rawPtr->
GetTypeName
() : nullptr;
in TypeName()
/foundation/ability/idl_tool/idl_tool_2/codegen/SA/type/
H
A
D
sa_array_type_emitter.cpp
119
StringHelper::FirstToUpper(elementEmitter_->
GetTypeName
()).c_str(), name.c_str());
in EmitTsWriteVar()
126
"let %sArray:Array<%s> = %s;\n", name.c_str(), elementEmitter_->
GetTypeName
().c_str(), name.c_str());
in EmitTsWriteVar()
152
StringHelper::FirstToUpper(elementEmitter_->
GetTypeName
()).c_str());
in EmitTsReadVar()
160
elementEmitter_->
GetTypeName
().c_str());
in EmitTsReadVar()
163
elementEmitter_->
GetTypeName
().c_str());
in EmitTsReadVar()
/foundation/multimedia/media_foundation/engine/include/plugin/common/
H
A
D
any.h
157
static constexpr std::string_view
GetTypeName
() noexcept
173
return other.SameTypeWith(Any::
GetTypeName
<T>());
345
return
GetTypeName
<T>();
387
return
GetTypeName
<T>();
430
return
GetTypeName
<T>();
521
if (!SameTypeWith(Any::
GetTypeName
<DecayedValueType>())) {
541
if (!SameTypeWith(Any::
GetTypeName
<DecayedValueType>())) {
594
if (!operand->SameTypeWith(Any::
GetTypeName
<ValueType>())) {
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/
H
A
D
rs_message_bus.h
60
std::string
GetTypeName
()
in GetTypeName()
function
118
return strTopic +
GetTypeName
<Args...>();
in GetKey()
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/datastore/
H
A
D
intf_render_data_store.h
85
virtual BASE_NS::string_view
GetTypeName
() const = 0;
/foundation/multimedia/media_foundation/interface/inner_api/meta/
H
A
D
any.h
247
static constexpr std::string_view
GetTypeName
() noexcept
259
return other.SameTypeWith(Any::
GetTypeName
<T>());
449
return
GetTypeName
<T>();
525
return
GetTypeName
<T>();
602
return
GetTypeName
<T>();
729
if (!SameTypeWith(Any::
GetTypeName
<DecayedValueType>())) {
749
if (!SameTypeWith(Any::
GetTypeName
<DecayedValueType>())) {
802
if (!operand->SameTypeWith(Any::
GetTypeName
<ValueType>())) {
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/datastore/
H
A
D
render_data_store_morph.h
65
BASE_NS::string_view
GetTypeName
() const override
H
A
D
render_data_store_default_light.h
68
BASE_NS::string_view
GetTypeName
() const override
H
A
D
render_data_store_default_scene.h
62
BASE_NS::string_view
GetTypeName
() const override
H
A
D
render_data_store_default_camera.h
74
BASE_NS::string_view
GetTypeName
() const override
/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H
A
D
render_data_store_default_gpu_resource_data_copy.h
61
BASE_NS::string_view
GetTypeName
() const override
H
A
D
render_data_store_shader_passes.h
70
BASE_NS::string_view
GetTypeName
() const override
H
A
D
render_data_store_pod.h
67
BASE_NS::string_view
GetTypeName
() const override
H
A
D
render_data_store_default_acceleration_structure_staging.h
97
BASE_NS::string_view
GetTypeName
() const override
/foundation/ability/idl_tool/idl_tool_2/codegen/SA/
H
A
D
sa_type_emitter.cpp
31
std::string SaTypeEmitter::
GetTypeName
()
in GetTypeName()
function in OHOS::Idl::SaTypeEmitter
H
A
D
sa_type_emitter.h
27
std::string
GetTypeName
();
/foundation/ability/ability_runtime/services/abilitymgr/src/mission/
H
A
D
mission_list.cpp
299
std::string MissionList::
GetTypeName
()
in GetTypeName()
function in OHOS::AAFwk::MissionList
357
std::string dumpInfo = " MissionList Type #" +
GetTypeName
();
in Dump()
384
std::string dumpInfo = " MissionList Type #" +
GetTypeName
();
in DumpList()
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H
A
D
js_input_monitor_manager.cpp
207
return item->
GetTypeName
();
in GetMonitorTypeName()
373
if ((monitor->
GetTypeName
() == typeName) && (monitor->GetFingers() == fingers)) {
in IsFindJsInputMonitor()
384
if ((monitor->
GetTypeName
() == typeName) && (monitor->GetFingers() == fingers)) {
in IsFindJsInputMonitor()
/foundation/ability/ability_runtime/services/abilitymgr/include/mission/
H
A
D
mission_list.h
228
std::string
GetTypeName
();
/foundation/arkui/ace_engine/frameworks/core/event/multimodal/
H
A
D
multimodal_scene.cpp
152
DumpLog::GetInstance().Print(0,
GetTypeName
(), voiceEvents_.size());
in Dump()
H
A
D
multimodal_manager.cpp
145
DumpLog::GetInstance().Print(0,
GetTypeName
(), multiModalScenes_.size());
in DumpMultimodalScene()
/foundation/graphic/graphic_3d/lume/LumeDotfield/src/render/
H
A
D
render_data_store_default_dotfield.h
82
BASE_NS::string_view
GetTypeName
() const override
Completed in 13 milliseconds
1
2