Home
last modified time | relevance | path

Searched refs:GetTypeId (Results 1 - 25 of 45) sorted by relevance

12

/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 in AnyReturn::IAny
78 return GetTypeId(TypeIdRole::CURRENT); in GetTypeId()
82 return GetTypeId(TypeIdRole::CURRENT) == GetTypeId(TypeIdRole::ARRAY); in IsArray()
/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()
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dutd_client_test.cpp73 EXPECT_EQ(descriptor->GetTypeId(), typeId); in HWTEST_F()
129 EXPECT_EQ(descriptor->GetTypeId(), typeId); in HWTEST_F()
166 EXPECT_EQ(descriptor->GetTypeId(), typeId); in HWTEST_F()
317 EXPECT_EQ(descriptor->GetTypeId(), currType); in HWTEST_F()
441 EXPECT_EQ(descriptor->GetTypeId(), currType); in HWTEST_F()
765 EXPECT_EQ(descriptor->GetTypeId(), typeId); in HWTEST_F()
787 EXPECT_EQ(descriptor->GetTypeId(), typeId); in HWTEST_F()
809 EXPECT_EQ(descriptor->GetTypeId(), typeId); in HWTEST_F()
831 EXPECT_EQ(descriptor->GetTypeId(), typeId); in HWTEST_F()
853 EXPECT_EQ(descriptor->GetTypeId(), typeI in HWTEST_F()
[all...]
/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()
/foundation/distributeddatamgr/udmf/interfaces/cj/src/
H A Dtype_descriptor_impl.cpp39 char *CTypeDescriptor::GetTypeId() in GetTypeId() function in OHOS::UDMF::CTypeDescriptor
41 std::string ret = typeDescriptor_->GetTypeId(); in GetTypeId()
/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
/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().c_str()); in ExportValue()
300 any->GetClassId().ToString().c_str(), any->GetTypeIdString().c_str(), any->GetTypeId().ToString().c_str()); 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_str()); in ImportValue()
364 CORE_LOG_F("Failed to import type [%s]", entity.GetTypeId().ToString().c_str()); in ImportValue()
/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()
/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()
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/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()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/serialization/
H A Dintf_value_serializer.h30 virtual TypeId GetTypeId() const = 0;
/foundation/distributeddatamgr/udmf/interfaces/cj/include/
H A Dtype_descriptor_impl.h34 char *GetTypeId();
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dnumber.h39 TypeId GetTypeId(TypeIdRole role) const override;
H A Dany.h53 TypeId GetTypeId(TypeIdRole) const override
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/property/
H A Dintf_property.h45 virtual TypeId GetTypeId() const = 0;
/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/include/
H A Dcontinuous_task_callback_info.h41 uint32_t GetTypeId() const;
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/
H A Dany.h107 TypeId GetTypeId(TypeIdRole role) const override
117 TypeId GetTypeId() const in GetTypeId() function in BaseTypedAny
277 TypeId GetTypeId(TypeIdRole role) const override
287 TypeId GetTypeId() const in GetTypeId() function in BaseTypedArrayAny
/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 {};
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/engine/
H A Dutil.h55 if (p && value && value->IsCompatible(p->GetTypeId())) { in SetEngineValueToProperty()
/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/src/
H A Dcontinuous_task_callback_info.cpp26 uint32_t ContinuousTaskCallbackInfo::GetTypeId() const in GetTypeId() function in OHOS::BackgroundTaskMgr::ContinuousTaskCallbackInfo
/foundation/distributeddatamgr/udmf/interfaces/jskits/data/
H A Dtype_descriptor_napi.h44 static napi_value GetTypeId(napi_env env, napi_callback_info info);
/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
H A Dtype_descriptor.h40 const std::string& GetTypeId() const;
/foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/
H A DIntfAnyTest.cpp62 EXPECT_EQ(any.GetTypeId(), uid); in HWTEST_F()
88 EXPECT_EQ(any.GetTypeId(), uid); in HWTEST_F()
125 EXPECT_EQ(any.GetTypeId(), uid); in HWTEST_F()
326 EXPECT_EQ(any.GetTypeId(), arrayUid); in HWTEST_F()

Completed in 10 milliseconds

12