/ohos5.0/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 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 D | any_func_unit_test.cpp | 168 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 D | runtimetype.h | 55 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 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()
|
/ohos5.0/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()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/common/ |
H A D | any.h | 157 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 D | rs_message_bus.h | 60 std::string GetTypeName() 118 return strTopic + GetTypeName<Args...>();
|
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/meta/ |
H A D | any.h | 247 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 D | intf_render_data_store.h | 85 virtual BASE_NS::string_view GetTypeName() const = 0; in RENDER_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
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()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/ |
H A D | js_input_monitor_manager.cpp | 193 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 D | render_data_store_morph.h | 65 BASE_NS::string_view GetTypeName() const override in CORE3D_BEGIN_NAMESPACE()
|
H A D | render_data_store_default_scene.h | 62 BASE_NS::string_view GetTypeName() const override in CORE3D_BEGIN_NAMESPACE()
|
H A D | render_data_store_default_light.h | 68 BASE_NS::string_view GetTypeName() const override in CORE3D_BEGIN_NAMESPACE()
|
H A D | render_data_store_default_camera.h | 74 BASE_NS::string_view GetTypeName() const override in CORE3D_BEGIN_NAMESPACE()
|
/ohos5.0/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 in GetTypeName() function
|
H A D | render_data_store_pod.h | 67 BASE_NS::string_view GetTypeName() const override in GetTypeName() function
|
H A D | render_data_store_default_acceleration_structure_staging.h | 97 BASE_NS::string_view GetTypeName() const override in GetTypeName() function
|
H A D | render_data_store_shader_passes.h | 70 BASE_NS::string_view GetTypeName() const override in GetTypeName() function
|
H A D | render_data_store_default_staging.h | 118 BASE_NS::string_view GetTypeName() const override in GetTypeName() function
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_monitor/include/ |
H A D | js_input_monitor.h | 57 std::string GetTypeName() const; 94 std::string GetTypeName() const;
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/SA/ |
H A D | sa_type_emitter.h | 27 std::string GetTypeName();
|
H A D | sa_type_emitter.cpp | 31 std::string SaTypeEmitter::GetTypeName() in GetTypeName() function in OHOS::Idl::SaTypeEmitter
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/multimodal/ |
H A D | multimodal_manager.cpp | 145 DumpLog::GetInstance().Print(0, GetTypeName(), multiModalScenes_.size()); in DumpMultimodalScene()
|
H A D | multimodal_scene.cpp | 152 DumpLog::GetInstance().Print(0, GetTypeName(), voiceEvents_.size()); in Dump()
|