Home
last modified time | relevance | path

Searched refs:PropertyValue (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/PropertyTools/
H A Dproperty_value.h34 class PropertyValue { in CORE_BEGIN_NAMESPACE()
37 ~PropertyValue() = default; in CORE_BEGIN_NAMESPACE()
38 PropertyValue(const PropertyValue& other) noexcept = default; in CORE_BEGIN_NAMESPACE()
40 PropertyValue(PropertyValue&& other) noexcept in CORE_BEGIN_NAMESPACE()
95 PropertyValue operator[](const size_t index) const in CORE_BEGIN_NAMESPACE()
99 return PropertyValue(type_, data_, 1, index); in CORE_BEGIN_NAMESPACE()
101 PropertyValue operator[](const size_t index) in CORE_BEGIN_NAMESPACE()
105 return PropertyValue(type_, data_, 1, index); in CORE_BEGIN_NAMESPACE()
135 [[deprecated]] PropertyValue& operator=(T v) in CORE_BEGIN_NAMESPACE()
141 PropertyValue& operator=(const PropertyValue& other) noexcept = default; in CORE_BEGIN_NAMESPACE()
[all …]
H A Dproperty_data.h96 PropertyValue Get(size_t index);
97 PropertyValue Get(size_t index) const;
99 PropertyValue Get(BASE_NS::string_view name);
100 PropertyValue Get(BASE_NS::string_view name) const;
102 PropertyValue operator[](size_t index);
103 PropertyValue operator[](size_t index) const;
105 PropertyValue operator[](const BASE_NS::string_view& name);
106 PropertyValue operator[](const BASE_NS::string_view& name) const;
H A Dproperty_data.cpp290 PropertyValue PropertyData::Get(size_t index) in Get()
299 return PropertyValue(); in Get()
302 PropertyValue PropertyData::Get(size_t index) const in Get()
308 return PropertyValue(&meta, in Get()
313 return PropertyValue(); in Get()
325 PropertyValue PropertyData::Get(const string_view name) in Get()
338 return PropertyValue(); in Get()
349 return PropertyValue(&meta, in Get()
356 return PropertyValue(); in Get()
359 PropertyValue PropertyData::operator[](size_t index) in operator []()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_animation_rate_decider.h27 using PropertyValue = std::shared_ptr<RSRenderPropertyBase>; variable
40 void AddDecisionElement(PropertyId id, const PropertyValue& velocity, FrameRateRange range);
44 int32_t CalculatePreferredRate(const PropertyValue& property, const FrameRateGetFunc& func);
45 int32_t ProcessVector4f(const PropertyValue& property, const FrameRateGetFunc& func);
46 int32_t ProcessVector2f(const PropertyValue& property, const FrameRateGetFunc& func);
47 int32_t ProcessFloat(const PropertyValue& property, const FrameRateGetFunc& func);
53 std::unordered_map<PropertyId, std::pair<PropertyValue, FrameRateRange>> decisionElements_;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_animation_rate_decider_test.cpp86 PropertyValue velocity;
123 PropertyValue value1 = std::make_shared<RSRenderAnimatableProperty<float>>(
126 PropertyValue value2 = std::make_shared<RSRenderAnimatableProperty<float>>(
129 PropertyValue value3 = std::make_shared<RSRenderAnimatableProperty<float>>(
132 PropertyValue value4 = std::make_shared<RSRenderAnimatableProperty<float>>(
167 PropertyValue property = std::make_shared<RSRenderAnimatableProperty<float>>(
198 PropertyValue property = std::make_shared<RSRenderAnimatableProperty<float>>(
220 PropertyValue property = std::make_shared<RSRenderAnimatableProperty<float>>(
244 PropertyValue property = std::make_shared<RSRenderAnimatableProperty<float>>(
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_animation_rate_decider.cpp41 void RSAnimationRateDecider::AddDecisionElement(PropertyId id, const PropertyValue& velocity, Frame… in AddDecisionElement()
49 PropertyValue data = nullptr; in AddDecisionElement()
98 int32_t RSAnimationRateDecider::CalculatePreferredRate(const PropertyValue& property, const FrameRa… in CalculatePreferredRate()
112 int32_t RSAnimationRateDecider::ProcessVector4f(const PropertyValue& property, const FrameRateGetFu… in ProcessVector4f()
126 int32_t RSAnimationRateDecider::ProcessVector2f(const PropertyValue& property, const FrameRateGetFu… in ProcessVector2f()
144 int32_t RSAnimationRateDecider::ProcessFloat(const PropertyValue& property, const FrameRateGetFunc&… in ProcessFloat()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/loader/
H A Dsystem_graph_loader.cpp92 struct PropertyValue { struct
105 void ReadArrayPropertyValue(const json::value& jsonData, PropertyValue& propertyData, string& error) in ReadArrayPropertyValue()
125 void ReadArrayPropertyValue<char>(const json::value& jsonData, PropertyValue& propertyData, string&…
140 void ReadHandlePropertyValue(const json::value& jsonData, PropertyValue& propertyData, string& erro… in ReadHandlePropertyValue()
150 void ReadVecPropertyValue(const json::value& jsonData, PropertyValue& propertyData, string& /* erro… in ReadVecPropertyValue()
183 PropertyValue GetProperty(IPropertyHandle* handle, size_t i, void* offset) in GetProperty()
200 PropertyValue property = GetProperty(systemPropertyHandle, i, offset); in ParseProperties()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsanimationratedecider_fuzzer/
H A Drsanimationratedecider_fuzzer.cpp71 PropertyValue velocity; in DoSomethingInterestingWithMyAPI()
81 PropertyValue property = std::make_shared<RSRenderAnimatableProperty<float>>( in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dmtp_data_utils.h33 struct PropertyValue { struct
176 PropertyValue &outPropValue);
183 const uint32_t property, const uint16_t format, PropertyValue &outPropValue);
198 const uint32_t property, PropertyValue &outPropValue);
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/mtp_native_test/src/
H A Dmtp_data_utils_test.cpp104 PropertyValue outPropValue;
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_data_utils.cpp612 const shared_ptr<DataShare::DataShareResultSet> &resultSet, PropertyValue &outPropValue) in GetPropValueBySet()
945 const uint32_t property, const uint16_t format, PropertyValue &outPropValue) in GetMtpPropValue()
H A Dmtp_media_library.cpp1046 PropertyValue propValue; in GetObjectPropValue()
H A Dmtp_medialibrary_manager.cpp1007 PropertyValue propValue; in GetObjectPropValue()