Home
last modified time | relevance | path

Searched refs:GetTypeId (Results 1 – 25 of 44) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_any.h73 virtual TypeId GetTypeId(TypeIdRole role) const = 0;
76 TypeId GetTypeId() const in GetTypeId() function
78 return GetTypeId(TypeIdRole::CURRENT); in GetTypeId()
82 return GetTypeId(TypeIdRole::CURRENT) == GetTypeId(TypeIdRole::ARRAY); in IsArray()
H A Dintf_object_registry.h348 return CreateInterpolator(property->GetTypeId()); in CreateInterpolator()
358 return HasInterpolator(property->GetTypeId()); in HasInterpolator()
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dutd_client_test.cpp73 EXPECT_EQ(descriptor->GetTypeId(), typeId);
129 EXPECT_EQ(descriptor->GetTypeId(), typeId);
166 EXPECT_EQ(descriptor->GetTypeId(), typeId);
317 EXPECT_EQ(descriptor->GetTypeId(), currType);
441 EXPECT_EQ(descriptor->GetTypeId(), currType);
765 EXPECT_EQ(descriptor->GetTypeId(), typeId);
787 EXPECT_EQ(descriptor->GetTypeId(), typeId);
809 EXPECT_EQ(descriptor->GetTypeId(), typeId);
831 EXPECT_EQ(descriptor->GetTypeId(), typeId);
853 EXPECT_EQ(descriptor->GetTypeId(), typeId);
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/memory/
H A Dtype_info_base.h58 …TypeInfoBase::IdType GetTypeId() const override \
85 virtual IdType GetTypeId() const = 0;
113 return rawPtr != nullptr ? rawPtr->GetTypeId() : 0; in TypeId()
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dtype_descriptor.cpp133 return descriptor->GetTypeId() == this->GetTypeId(); in Equals()
136 const std::string& TypeDescriptor::GetTypeId() const in GetTypeId() function in OHOS::UDMF::TypeDescriptor
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/
H A Dexporter.cpp199 … ((Builtins::ID == value.GetTypeId() ? (res = Builtins::CreateNode(value), true) : false) || ...); in ExportSingleBuiltinValue()
229 if (value.GetTypeId() == UidFromType<float>()) { in ExportBuiltinValue()
275 if (auto exp = globalData_.GetValueSerializer(entity.GetTypeId())) { in ExportValue()
281 entity.GetTypeId().ToString().c_str()); in ExportValue()
289 …"Failed to export type [%s, %s]", entity.GetTypeIdString().c_str(), entity.GetTypeId().ToString().… in ExportValue()
300 …any->GetClassId().ToString().c_str(), any->GetTypeIdString().c_str(), any->GetTypeId().ToString().… in ExportAny()
H A Dimporter.cpp275 …((Builtins::ID == value.GetTypeId() ? (res = Builtins::ExtractValue(n, value), true) : false) || .… in ImportSingleBuiltinValue()
302 if (entity.GetTypeId() == UidFromType<float>()) { in ImportBuiltinValue()
349 if (auto imp = globalData_.GetValueSerializer(entity.GetTypeId())) { in ImportValue()
355 …CORE_LOG_W("Value import registered for type [%s] but it failed", entity.GetTypeId().ToString().c_… in ImportValue()
364 CORE_LOG_F("Failed to import type [%s]", entity.GetTypeId().ToString().c_str()); in ImportValue()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/property/
H A Dproperty.cpp55 TypeId PropertyBase::GetTypeId() const in GetTypeId() function in Internal::PropertyBase
58 return p ? p->GetTypeId() : TypeId {}; in GetTypeId()
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/event/
H A Dbg_task_observer.cpp65 int32_t type = ctInfo->GetTypeId(); in OnContinuousTaskStart()
83 int32_t type = ctInfo->GetTypeId(); in OnContinuousTaskStop()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/include/
H A Dbackground_task_observer.h71 && eventData->GetAbilityName().size() > 0 && eventData->GetTypeId() > 0 in ValidateTaskInfo()
72 && eventData->GetTypeId() <= BackgroundTaskMgr::BackgroundMode::TASK_KEEPING; in ValidateTaskInfo()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/engine/
H A Dengine_input_property_manager.cpp77 if (value && value->IsCompatible(p->GetTypeId())) { in TieProperty()
98 if (v->IsCompatible(p->GetTypeId())) { in PopulateProperties()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/serialization/
H A Dintf_value_serializer.h30 virtual TypeId GetTypeId() const = 0; in META_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/property/
H A Dintf_property.h45 virtual TypeId GetTypeId() const = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/
H A Dany.h107 TypeId GetTypeId(TypeIdRole role) const override in GetTypeId() function
117 TypeId GetTypeId() const in GetTypeId() function
277 TypeId GetTypeId(TypeIdRole role) const override in GetTypeId() function
287 TypeId GetTypeId() const in GetTypeId() function
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/parser/
H A Dconfig_parser.h33 …std::optional<int32_t> GetTypeId(const std::string& str, G_STREAM_INFO info, const int32_t& size) …
H A Dconfig_parser.cpp17 std::optional<int32_t> ConfigParser::GetTypeId(const std::string& str, G_STREAM_INFO info, const in… in GetTypeId() function in OHOS::Camera::ConfigParser
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Dtrack_animation_state.cpp107 if (trackStart_ && trackStart_->GetTypeId() != keyframeArray_->GetTypeId(TypeIdRole::ITEM)) { in ValidateValues()
H A Dtrack_animation_state.h63 return keyframeArray_ ? keyframeArray_->GetTypeId(TypeIdRole::ITEM) : TypeId {}; in META_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dnumber.h39 TypeId GetTypeId(TypeIdRole role) const override; in META_BEGIN_NAMESPACE()
H A Dany.h53 TypeId GetTypeId(TypeIdRole) const override in META_BEGIN_NAMESPACE()
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H A Dtype_descriptor_napi.cpp30 DECLARE_NAPI_GETTER_SETTER("typeId", GetTypeId, nullptr), in Constructor()
173 napi_value TypeDescriptorNapi::GetTypeId(napi_env env, napi_callback_info info) in GetTypeId() function in OHOS::UDMF::TypeDescriptorNapi
180 ctxt->status = NapiDataUtils::SetValue(env, descriptorNapi->value_->GetTypeId(), ctxt->output); in GetTypeId()
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/include/
H A Dcontinuous_task_callback_info.h41 uint32_t GetTypeId() const;
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/
H A Dbackground_task_observer.cpp104 payload["typeId"] = std::to_string(continuousTaskCallbackInfo->GetTypeId()); in MarshallingContinuousTaskCallbackInfo()
146 auto typeId = continuousTaskCallbackInfo->GetTypeId(); in OnContinuousTaskStop()
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/jskits/data/
H A Dtype_descriptor_napi.h44 static napi_value GetTypeId(napi_env env, napi_callback_info info);
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
H A Dtype_descriptor.h40 const std::string& GetTypeId() const;

12