/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/ |
H A D | rs_modifier_test.cpp | 212 auto prop = std::make_shared<RSAnimatableProperty<float>>(value); variable 760 auto prop = std::make_shared<RSProperty<bool>>(value); variable 781 auto prop = std::make_shared<RSProperty<bool>>(value); variable 1350 auto prop = std::make_shared<RSProperty<Gravity>>(value); variable 1371 auto prop = std::make_shared<RSProperty<Gravity>>(value); variable 1434 auto prop = std::make_shared<RSProperty<bool>>(value); variable 1455 auto prop = std::make_shared<RSProperty<bool>>(value); variable 1476 auto prop = std::make_shared<RSProperty<bool>>(value); variable 1497 auto prop = std::make_shared<RSProperty<bool>>(value); variable 1518 auto prop = std::make_shared<RSProperty<bool>>(value); variable [all …]
|
H A D | rs_property_test.cpp | 53 auto prop = std::make_shared<RSProperty<float>>(); variable 65 auto prop = std::make_shared<RSProperty<float>>(floatData[0]); variable 80 auto prop = std::make_shared<RSProperty<float>>(floatData[0]); variable 95 auto prop = std::make_shared<RSProperty<float>>(UINT32_MAX); variable 110 auto prop = std::make_shared<RSAnimatableProperty<float>>(UINT32_MAX); variable 384 auto prop = std::make_shared<RSPropertyBase>(); variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsclientproperty_fuzzer/ |
H A D | rsclientproperty_fuzzer.cpp | 89 auto prop = std::make_shared<RSAnimatableProperty<float>>(value); in DoSetThresholdType001() local 107 auto prop = std::make_shared<RSAnimatableProperty<float>>(value); in DoSetThresholdType002() local 125 auto prop = std::make_shared<RSAnimatableProperty<float>>(value); in DoSetThresholdType003() local 143 auto prop = std::make_shared<RSAnimatableProperty<float>>(value); in DoSetThresholdType004() local 161 auto prop = std::make_shared<RSAnimatableProperty<float>>(value); in DoSetThresholdType005() local 179 auto prop = std::make_shared<RSAnimatableProperty<float>>(value); in DoSetThresholdType006() local 197 auto prop = std::make_shared<RSAnimatableProperty<float>>(value); in DoSetThresholdType007() local 215 auto prop = std::make_shared<RSAnimatableProperty<float>>(value); in DoGetRenderProperty() local 233 auto prop = std::make_shared<RSAnimatableProperty<float>>(value); in DoSetValueFromRender() local 252 auto prop = std::make_shared<RSAnimatableProperty<float>>(value); in DoAttachModifier() local [all …]
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/ |
H A D | get_object_prop_desc_data.cpp | 69 std::shared_ptr<Property> prop = GetProp(); in Maker() local 90 std::shared_ptr<Property> prop = GetPropInt(); in GetProp() local 136 …std::shared_ptr<Property> prop = std::make_shared<Property>(context_->property, MTP_TYPE_STRING_CO… in GetPropStr() local 150 …std::shared_ptr<Property> prop = std::make_shared<Property>(context_->property, MTP_TYPE_UINT16_CO… in GetPropForm() local 155 …std::shared_ptr<Property> prop = std::make_shared<Property>(context_->property, MTP_TYPE_UINT32_CO… in GetPropForm() local 160 …std::shared_ptr<Property> prop = std::make_shared<Property>(context_->property, MTP_TYPE_UINT16_CO… in GetPropForm() local 165 …std::shared_ptr<Property> prop = std::make_shared<Property>(context_->property, MTP_TYPE_UINT32_CO… in GetPropForm() local
|
H A D | get_object_prop_list_data.cpp | 72 Property &prop = (*props_)[i]; in Maker() local 99 void GetObjectPropListData::WriteProperty(std::vector<uint8_t> &outBuffer, const Property &prop) in WriteProperty() 118 …GetObjectPropListData::WritePropertyStrValue(std::vector<uint8_t> &outBuffer, const Property &prop) in WritePropertyStrValue() 130 …GetObjectPropListData::WritePropertyIntValue(std::vector<uint8_t> &outBuffer, const Property &prop) in WritePropertyIntValue()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | bind_templates.inl | 336 [propertyInstance, sh = sceneHolder](const auto& prop) { 351 META_NS::ArrayProperty<sourceType> prop, PropertyBindingType type = TWO_WAY) 398 [propertyInstance, sh = sceneHolder](const auto& prop) { 420 if (auto prop = meta->GetPropertyByName<valueType>(name)) { local 445 if (auto prop = meta->GetArrayPropertyByName<valueType>(name)) { local 505 if (auto prop = meta->GetPropertyByName<originalType>(name)) { local 522 [propertyInstance, slots](const auto& prop) { 530 [propertyInstance, slots](const auto& prop) { 583 if (auto prop = meta->GetPropertyByName<originalType>(name)) { local 609 [propertyInstance, slot](const auto& prop) { [all …]
|
H A D | material_impl.cpp | 39 …PropertyHandlerArrayHolder& handler, META_NS::IProperty::Ptr& clone, META_NS::IProperty::Ptr& prop) in BindMetaProperty() 45 …PropertyHandlerArrayHolder& handler, META_NS::IProperty::Ptr& clone, META_NS::IProperty::Ptr& prop) in BindMetaProperty() 421 auto prop = meta->GetPropertyByName(propName); in BindTextureSlot() local 616 if (auto prop = meta->GetPropertyByName(SCENE_NS::IMaterial::MAPPED_INPUTS_STRENGTH)) { in UpdateInputProperties() local 668 if (auto prop = meta->GetPropertyByName(SCENE_NS::IMaterial::MAPPED_INPUTS_COLOR)) { in UpdateInputProperties() local 710 if (auto prop = meta->GetPropertyByName(SCENE_NS::IMaterial::MAPPED_INPUTS_STRENGTH)) { in UpdateInputProperties() local 794 if (auto prop = meta->GetPropertyByName(SCENE_NS::IMaterial::MAPPED_INPUTS_STRENGTH)) { in BindInputProperties() local 830 if (auto prop = meta->GetPropertyByName(SCENE_NS::IMaterial::MAPPED_INPUTS_COLOR)) { in BindInputProperties() local 859 if (auto prop = meta->GetPropertyByName(SCENE_NS::IMaterial::MAPPED_INPUTS_STRENGTH)) { in BindInputProperties() local 914 for (auto& prop : newCustomProperties) { in UpdateCustomProperties() local [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/modifier/ |
H A D | rs_render_modifier_test.cpp | 60 auto prop = std::make_shared<RSRenderProperty<Drawing::Matrix>>(); variable 85 auto prop = std::make_shared<RSRenderProperty<float>>(); variable 104 auto prop = std::make_shared<RSRenderProperty<float>>(floatData[0], id); variable 164 auto prop = std::make_shared<RSRenderProperty<RSRenderParticleVector>>(); variable 179 auto prop = std::make_shared<RSRenderAnimatableProperty<Color>>(); variable 194 auto prop = std::make_shared<RSRenderAnimatableProperty<Color>>(); variable 237 auto prop = std::make_shared<RSRenderAnimatableProperty<Color>>(); variable 440 const std::shared_ptr<RSRenderPropertyBase> prop; variable 512 auto prop = std::make_shared<RSRenderAnimatableProperty<Vector4f>>(); variable 528 auto prop = std::make_shared<RSRenderAnimatableProperty<float>>(floatData[0], id); variable [all …]
|
H A D | rs_render_property_test.cpp | 53 auto prop = std::make_shared<RSRenderProperty<float>>(); variable 69 auto prop = std::make_shared<RSRenderProperty<float>>(floatData[0], id); variable 187 for (auto& prop : props) { variable 230 for (auto& prop : props) { variable 352 for (auto& prop : props) { variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsmodifier_fuzzer/ |
H A D | rsmodifier_fuzzer.cpp | 73 auto prop = std::make_shared<RSAnimatableProperty<float>>(value); in DoGetPropertyId() local 92 auto prop = std::make_shared<RSAnimatableProperty<float>>(value); in DoSet() local 113 auto prop = std::make_shared<RSAnimatableProperty<float>>(value); in DoAttachProperty() local 135 auto prop = std::make_shared<RSAnimatableProperty<float>>(value); in DoSetDirty() local 158 auto prop = std::make_shared<RSAnimatableProperty<float>>(value); in DoResetRSNodeExtendModifierDirty() local 178 auto prop = std::make_shared<RSAnimatableProperty<float>>(value); in DoGetProperty() local 199 auto prop = std::make_shared<RSAnimatableProperty<float>>(value); in DoGetModifierType() local 219 auto prop = std::make_shared<RSAnimatableProperty<float>>(value); in DoAttachAndDetachNode() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/modifier/ |
H A D | rs_render_modifier.cpp | 70 std::shared_ptr<RSRenderProperty<std::shared_ptr<Drawing::DrawCmdList>>> prop; in __anon35d38fe50202() local 81 std::shared_ptr<RSRenderAnimatableProperty<Color>> prop; in __anon35d38fe50302() local 90 std::shared_ptr<RSRenderProperty<ForegroundColorStrategyType>> prop; in __anon35d38fe50402() local 99 std::shared_ptr<RSRenderAnimatableProperty<Vector4f>> prop; in __anon35d38fe50502() local 108 std::shared_ptr<RSRenderProperty<Drawing::Matrix>> prop; in __anon35d38fe50602() local 119 std::shared_ptr<RSRenderAnimatableProperty<float>> prop; in __anon35d38fe50702() local 128 std::shared_ptr<RSRenderAnimatableProperty<float>> prop; in __anon35d38fe50802() local 137 std::shared_ptr<RSRenderAnimatableProperty<float>> prop; in __anon35d38fe50902() local 146 std::shared_ptr<RSRenderAnimatableProperty<Color>> prop; in __anon35d38fe50a02() local 168 void RSDrawCmdListRenderModifier::Update(const std::shared_ptr<RSRenderPropertyBase>& prop, bool is… in Update() [all …]
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/wrapper/ |
H A D | js.cpp | 119 JSValue JSObject::Get(JSValue target, const char * const prop) in Get() 127 char *JSObject::GetString(JSValue target, const char * const prop) in GetString() 134 double JSObject::GetNumber(JSValue target, const char * const prop) in GetNumber() 141 bool JSObject::GetBoolean(JSValue target, const char * const prop) in GetBoolean() 148 void JSObject::Set(JSValue target, const char * const prop, JSValue value) in Set() 183 bool JSObject::Del(JSValue target, const char * const prop) in Del() 214 JSValue JSObject::Call(JSValue target, const char * const prop) in Call() 234 JSValue JSGlobal::Get(const char * const prop) in Get() 242 void JSGlobal::Set(const char * const prop, JSValue value) in Set() 255 JSValue JSGlobal::Call(const char * const prop, JSValue args[], JSSize size) in Call() [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/animation/ |
H A D | rs_path_animation_test.cpp | 52 auto prop = nullptr; in HWTEST_F() local 70 auto prop = nullptr; in HWTEST_F() local 89 auto prop = nullptr; in HWTEST_F() local 105 auto prop = nullptr; in HWTEST_F() local 123 auto prop = nullptr; in HWTEST_F() local 143 auto prop = nullptr; in HWTEST_F() local 160 auto prop = std::make_shared<RSPropertyBase>(); in HWTEST_F() local 177 auto prop = std::make_shared<RSPropertyBase>(); in HWTEST_F() local 195 auto prop = std::make_shared<RSPropertyBase>(); in HWTEST_F() local 215 auto prop = std::make_shared<RSPropertyBase>(); in HWTEST_F() local [all …]
|
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/ |
H A D | drm_plane.cpp | 68 DrmProperty prop; in GetCrtcProp() local 103 DrmProperty prop; in GetSrcProp() local 134 DrmProperty prop; in GetNameProp() local 165 DrmProperty prop; in Init() local
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/animation/ |
H A D | mock_implicit_animation.cpp | 26 if (auto prop = AceType::DynamicCast<NG::AnimatablePropertyFloat>(propWk.Upgrade()); prop) { in UpdateProp() local 33 if (auto prop = AceType::DynamicCast<NG::AnimatablePropertyOffsetF>(propWk.Upgrade()); prop) { in UpdateProp() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/loaders/ |
H A D | csv_string_resource_loader.cpp | 48 if (const auto prop = meta->GetPropertyByName<BASE_NS::string>("KeyHeaderColumnName")) { in Create() local 51 if (const auto prop = meta->GetPropertyByName<BASE_NS::string>("TargetPropertyName")) { in Create() local 54 if (const auto prop = meta->GetPropertyByName<bool>("KeysToLower")) { in Create() local
|
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_fuse/test/unittest/src/ |
H A D | dlp_fuse_test.cpp | 330 struct DlpProperty prop; variable 384 struct DlpProperty prop; variable 440 struct DlpProperty prop; variable 500 struct DlpProperty prop; variable 542 struct DlpProperty prop; variable 585 struct DlpProperty prop; variable 635 struct DlpProperty prop; variable 693 struct DlpProperty prop; variable 854 struct DlpProperty prop; variable
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/ |
H A D | util.h | 148 inline bool IsSetCompatible(const IProperty::ConstPtr& prop, const TypeId& id) in IsSetCompatible() 153 inline bool IsGetCompatible(const IProperty::ConstPtr& prop, const TypeId& id) in IsGetCompatible() 159 inline bool IsSetCompatibleWith(const IProperty::ConstPtr& prop) in IsSetCompatibleWith() 165 inline bool IsGetCompatibleWith(const IProperty::ConstPtr& prop) in IsGetCompatibleWith()
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/render/ |
H A D | mock_render_context.cpp | 27 if (auto prop = AceType::DynamicCast<AnimatablePropertyFloat>(propBase); prop) { in InitProp() local 39 if (auto prop = AceType::DynamicCast<AnimatablePropertyOffsetF>(propBase); prop) { in InitProp() local
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/ |
H A D | text_picker_pattern_test_ng.cpp | 1060 TextPickerOptionProperty prop; variable 1098 TextPickerOptionProperty prop; variable 1136 TextPickerOptionProperty prop; variable 1174 TextPickerOptionProperty prop; variable 1212 TextPickerOptionProperty prop; variable 1250 TextPickerOptionProperty prop; variable 1288 TextPickerOptionProperty prop; variable 1326 TextPickerOptionProperty prop; variable 1364 TextPickerOptionProperty prop; variable 1402 TextPickerOptionProperty prop; variable [all …]
|
/ohos5.0/drivers/hdf_core/framework/include/utils/ |
H A D | hcs_macro.h | 101 #define HCS_NODE_HAS_PROP(node, prop) HCS_CAT(node, _##prop##_exists) argument 110 #define HCS_PROP(node, prop) HCS_CAT(node, _##prop) argument
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/featureAbility/ |
H A D | feature_ability_constant.cpp | 70 napi_value prop = nullptr; in SetNamedProperty() local 78 napi_value prop = nullptr; in SetNamedProperty() local
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/wantConstant/ |
H A D | want_constant.cpp | 150 napi_value prop = nullptr; in SetNamedProperty() local 158 napi_value prop = nullptr; in SetNamedProperty() local
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_info_mgr_test/ |
H A D | fms_form_info_mgr_test.cpp | 118 for (const auto &prop: notMustPropKeys) { variable 134 for (const auto &prop: mustPropKeys) { variable
|
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/ |
H A D | ark_native_options.h | 29 uint32_t prop = static_cast<uint32_t>(properties); in SetProperties() local
|