/ohos5.0/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 78 return GetTypeId(TypeIdRole::CURRENT); in GetTypeId() 82 return GetTypeId(TypeIdRole::CURRENT) == GetTypeId(TypeIdRole::ARRAY); in IsArray()
|
H A D | intf_object_registry.h | 348 return CreateInterpolator(property->GetTypeId()); in CreateInterpolator() 358 return HasInterpolator(property->GetTypeId()); in HasInterpolator()
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/ |
H A D | utd_client_test.cpp | 73 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 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()
|
/ohos5.0/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
|
/ohos5.0/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().… in ExportValue() 300 …any->GetClassId().ToString().c_str(), any->GetTypeIdString().c_str(), any->GetTypeId().ToString().… 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_… 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 D | property.cpp | 55 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 D | bg_task_observer.cpp | 65 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 D | background_task_observer.h | 71 && 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 D | engine_input_property_manager.cpp | 77 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 D | intf_value_serializer.h | 30 virtual TypeId GetTypeId() const = 0; in META_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/property/ |
H A D | intf_property.h | 45 virtual TypeId GetTypeId() const = 0;
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/ |
H A D | any.h | 107 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 D | config_parser.h | 33 …std::optional<int32_t> GetTypeId(const std::string& str, G_STREAM_INFO info, const int32_t& size) …
|
H A D | config_parser.cpp | 17 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 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 {}; in META_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | number.h | 39 TypeId GetTypeId(TypeIdRole role) const override; in META_BEGIN_NAMESPACE()
|
H A D | any.h | 53 TypeId GetTypeId(TypeIdRole) const override in META_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/ |
H A D | type_descriptor_napi.cpp | 30 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 D | continuous_task_callback_info.h | 41 uint32_t GetTypeId() const;
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/ |
H A D | background_task_observer.cpp | 104 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 D | type_descriptor_napi.h | 44 static napi_value GetTypeId(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/ |
H A D | type_descriptor.h | 40 const std::string& GetTypeId() const;
|