Home
last modified time | relevance | path

Searched refs:GetTypeName (Results 1 – 25 of 34) sorted by relevance

12

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_impl.cpp45 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
117 std::string GetTypeName<Object>() in GetTypeName() function
123 std::string GetTypeName<BigInt>() in GetTypeName() function
[all …]
/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/meta/
H A Dany_func_unit_test.cpp168 std::string_view strIntTypeName = anyInt32.GetTypeName<int32_t>();
178 std::string_view strBoolTypeName = anyBool.GetTypeName<bool>();
184 std::string_view strFloatTypeName = anyFloat.GetTypeName<float>();
190 std::string_view strDoubleTypeName = anyDouble.GetTypeName<double>();
200 std::string_view strVecUint8TypeName = anyVecUInt8.GetTypeName<std::vector<uint8_t>>();
/ohos5.0/foundation/arkui/napi/interfaces/inner_api/cjffi/native/
H A Druntimetype.h55 if (strcmp(this->GetTypeName(), target->GetTypeName())) { in IsType()
66 const char* GetTypeName() const in GetTypeName() function
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/SA/type/
H A Dsa_array_type_emitter.cpp119 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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/memory/
H A Dtype_info_base.h62 …const char* GetTypeName() const override \
86 virtual const char* GetTypeName() const = 0;
121 return rawPtr != nullptr ? rawPtr->GetTypeName() : nullptr; in TypeName()
/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dany.h157 static constexpr std::string_view GetTypeName() noexcept in GetTypeName() function
173 return other.SameTypeWith(Any::GetTypeName<T>()); in IsSameTypeWith()
345 return GetTypeName<T>();
387 return GetTypeName<T>();
430 return GetTypeName<T>();
521 if (!SameTypeWith(Any::GetTypeName<DecayedValueType>())) { in Cast()
541 if (!SameTypeWith(Any::GetTypeName<DecayedValueType>())) { in Cast()
594 if (!operand->SameTypeWith(Any::GetTypeName<ValueType>())) { in Cast()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/
H A Drs_message_bus.h60 std::string GetTypeName()
118 return strTopic + GetTypeName<Args...>();
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/meta/
H A Dany.h247 static constexpr std::string_view GetTypeName() noexcept in GetTypeName() function
259 return other.SameTypeWith(Any::GetTypeName<T>()); in IsSameTypeWith()
449 return GetTypeName<T>();
525 return GetTypeName<T>();
602 return GetTypeName<T>();
729 if (!SameTypeWith(Any::GetTypeName<DecayedValueType>())) { in Cast()
749 if (!SameTypeWith(Any::GetTypeName<DecayedValueType>())) { in Cast()
802 if (!operand->SameTypeWith(Any::GetTypeName<ValueType>())) { in Cast()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/datastore/
H A Dintf_render_data_store.h85 virtual BASE_NS::string_view GetTypeName() const = 0; in RENDER_BEGIN_NAMESPACE()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dmission_list.cpp299 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()
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor_manager.cpp193 return item->GetTypeName(); in GetMonitorTypeName()
359 if ((monitor->GetTypeName() == typeName) && (monitor->GetFingers() == fingers)) { in IsFindJsInputMonitor()
370 if ((monitor->GetTypeName() == typeName) && (monitor->GetFingers() == fingers)) { in IsFindJsInputMonitor()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/datastore/
H A Drender_data_store_morph.h65 BASE_NS::string_view GetTypeName() const override in CORE3D_BEGIN_NAMESPACE()
H A Drender_data_store_default_scene.h62 BASE_NS::string_view GetTypeName() const override in CORE3D_BEGIN_NAMESPACE()
H A Drender_data_store_default_light.h68 BASE_NS::string_view GetTypeName() const override in CORE3D_BEGIN_NAMESPACE()
H A Drender_data_store_default_camera.h74 BASE_NS::string_view GetTypeName() const override in CORE3D_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H A Drender_data_store_default_gpu_resource_data_copy.h61 BASE_NS::string_view GetTypeName() const override in GetTypeName() function
H A Drender_data_store_pod.h67 BASE_NS::string_view GetTypeName() const override in GetTypeName() function
H A Drender_data_store_default_acceleration_structure_staging.h97 BASE_NS::string_view GetTypeName() const override in GetTypeName() function
H A Drender_data_store_shader_passes.h70 BASE_NS::string_view GetTypeName() const override in GetTypeName() function
H A Drender_data_store_default_staging.h118 BASE_NS::string_view GetTypeName() const override in GetTypeName() function
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_monitor/include/
H A Djs_input_monitor.h57 std::string GetTypeName() const;
94 std::string GetTypeName() const;
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/SA/
H A Dsa_type_emitter.h27 std::string GetTypeName();
H A Dsa_type_emitter.cpp31 std::string SaTypeEmitter::GetTypeName() in GetTypeName() function in OHOS::Idl::SaTypeEmitter
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/multimodal/
H A Dmultimodal_manager.cpp145 DumpLog::GetInstance().Print(0, GetTypeName(), multiModalScenes_.size()); in DumpMultimodalScene()
H A Dmultimodal_scene.cpp152 DumpLog::GetInstance().Print(0, GetTypeName(), voiceEvents_.size()); in Dump()

12