/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/ |
H A D | intf_any.h | 73 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 D | type_info_base.h | 58 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 D | utd_client_test.cpp | 73 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 D | property.cpp | 55 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 D | type_descriptor_impl.cpp | 39 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 D | type_descriptor.cpp | 133 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 D | exporter.cpp | 199 ((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 D | importer.cpp | 275 ((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 D | engine_input_property_manager.cpp | 77 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 D | bg_task_observer.cpp | 65 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 D | background_task_observer.h | 71 && 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 D | intf_value_serializer.h | 30 virtual TypeId GetTypeId() const = 0;
|
/foundation/distributeddatamgr/udmf/interfaces/cj/include/ |
H A D | type_descriptor_impl.h | 34 char *GetTypeId();
|
/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | number.h | 39 TypeId GetTypeId(TypeIdRole role) const override;
|
H A D | any.h | 53 TypeId GetTypeId(TypeIdRole) const override
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/property/ |
H A D | intf_property.h | 45 virtual TypeId GetTypeId() const = 0;
|
/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/include/ |
H A D | continuous_task_callback_info.h | 41 uint32_t GetTypeId() const;
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/ |
H A D | any.h | 107 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 D | track_animation_state.cpp | 107 if (trackStart_ && trackStart_->GetTypeId() != keyframeArray_->GetTypeId(TypeIdRole::ITEM)) { in ValidateValues()
|
H A D | track_animation_state.h | 63 return keyframeArray_ ? keyframeArray_->GetTypeId(TypeIdRole::ITEM) : TypeId {};
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/engine/ |
H A D | util.h | 55 if (p && value && value->IsCompatible(p->GetTypeId())) { in SetEngineValueToProperty()
|
/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/src/ |
H A D | continuous_task_callback_info.cpp | 26 uint32_t ContinuousTaskCallbackInfo::GetTypeId() const
in GetTypeId() function in OHOS::BackgroundTaskMgr::ContinuousTaskCallbackInfo
|
/foundation/distributeddatamgr/udmf/interfaces/jskits/data/ |
H A D | type_descriptor_napi.h | 44 static napi_value GetTypeId(napi_env env, napi_callback_info info);
|
/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/ |
H A D | type_descriptor.h | 40 const std::string& GetTypeId() const;
|
/foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/ |
H A D | IntfAnyTest.cpp | 62 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()
|