Home
last modified time | relevance | path

Searched refs:value (Results 9901 - 9925 of 23098) sorted by relevance

1...<<391392393394395396397398399400>>...924

/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dsvg_canvas_image.h34 void SetSmoothEdge(float value) in SetSmoothEdge() argument
36 svgDom_->SetSmoothEdge(value); in SetSmoothEdge()
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_mask.h43 double ParseUnitsAttr(const Dimension& attr, double value);
44 bool ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) override;
47 Dimension x_ = Dimension(-0.1, DimensionUnit::PERCENT); // x-axis default value
48 Dimension y_ = Dimension(-0.1, DimensionUnit::PERCENT); // y-axis default value
49 Dimension height_ = Dimension(1.2, DimensionUnit::PERCENT); // masking area width default value
50 Dimension width_ = Dimension(1.2, DimensionUnit::PERCENT); // masking area height default value
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/free_install/
H A Dfree_install.h59 void CreateUpgradeFlagObject(napi_env env, napi_value value);
60 void CreateBundlePackFlagObject(napi_env env, napi_value value);
/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
H A Dlink_stack.h105 * @param value Push the first address of the character array onto the stack
108 * Note: The value field that is pushed into the stack stores the address information of the
112 bool Push(const char *value);
116 * @param value Pop the first address of the character array from the stack. If you don't care
120 bool Pop(const char **value);
H A Dlink_queue.h88 * @param value Enqueue the first address of a character array
91 * Note: The value field of the queue stores the address information of the character array, and does not manage
94 bool Enqueue(const char *value);
98 * @param value Dequeue the first address of the character array, if you don't care about
99 * the value of the dequeue, you can pass this parameter empty
102 bool Dequeue(const char **value);
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dpercent_tdd_test.h60 void SetStyleWithValue(JSValue target, const char *key, const char *value) const;
70 void DumpJSObjectJson(JSValue value) const;
/foundation/graphic/graphic_3d/lume/metaobject/test/src/
H A Dutil.h28 typename META_NS::Property<T> CreateProperty(BASE_NS::string_view name = "", T value = {}) in CreateProperty()
30 return ConstructProperty<T>(name, value);
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_innovation_test.cpp52 int value = 1; in HWTEST_F() local
53 RSInnovation::innovationHandle = &value; in HWTEST_F()
/foundation/graphic/surface_lite/frameworks/
H A Dbuffer_client_producer.h168 * @param [in] value.
170 void SetUserData(const std::string& key, const std::string& value) override;
173 * @brief Get user data. Get the value from local map.
174 * @returns value refers to the key.
180 void SetAttr(uint32_t code, uint32_t value);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_keyframe_animation.h34 void AddKeyframe(float fraction, const std::shared_ptr<RSRenderPropertyBase>& value,
40 void AddKeyframe(int startDuration, int endDuration, const std::shared_ptr<RSRenderPropertyBase>& value,
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_keyframe_animation.h39 void AddKeyFrame(float fraction, const std::shared_ptr<RSPropertyBase>& value,
45 void AddKeyFrame(int startDuration, int endDuration, const std::shared_ptr<RSPropertyBase>& value,
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/custom/
H A Dshader_input_buffer.cpp86 void ShaderInputBuffer::Update(float value, uint32_t index) in Update() argument
97 buffer_[index] = value; in Update()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsapplicationagentstub_fuzzer/
H A Drsapplicationagentstub_fuzzer.cpp67 MessageParcel value; in DoSomethingInterestingWithMyAPI() local
80 myApplicationAgentStub.OnRemoteRequest(code, value, reply, option); in DoSomethingInterestingWithMyAPI()
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dfragment_metadata.h36 virtual int GetValue(const std::string &key, std::string &value) const override;
37 virtual bool SetValue(const std::string &key, const std::string &value) override;
/foundation/multimedia/media_foundation/engine/plugin/core/
H A Dmuxer.h35 Status SetTrackParameter(uint32_t trackId, Plugin::Tag tag, const Plugin::ValueType& value);
36 Status GetTrackParameter(uint32_t trackId, Plugin::Tag tag, Plugin::ValueType& value);
/foundation/multimedia/image_effect/frameworks/native/efilter/custom/
H A Dcustom_efilter.h44 ErrorCode SetValue(const std::string &key, Plugin::Any &value) override;
48 ErrorCode Restore(const EffectJsonPtr &value) override;
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/
H A Dgpu_brightness_algo.h41 ErrorCode OnApplyRGBA8888(EffectBuffer *src, EffectBuffer *dst, std::map<std::string, Plugin::Any> &value,
47 float ParseBrightness(std::map<std::string, Plugin::Any> &value);
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dmock_parcel_test.cpp84 int32_t value = 0; in HWTEST_F() local
85 bool writein = parcel.WriteInt32(value); in HWTEST_F()
/foundation/multimedia/media_foundation/engine/include/plugin/interface/
H A Dplugin_base.h172 * @brief Get the value of a specified parameter.
177 * @param value Plugin parameter value. which is described by Any type. Need check the real type in tag.
182 virtual Status GetParameter(Tag tag, ValueType &value) in GetParameter()
188 * @brief Set the specified parameter. The value must be within the valid range of the parameter.
193 * @param value Plugin parameter value. which is described by Any type. Need check the real type in tag.
197 * @retval ERROR_INVALID_DATA: The value is not in the valid range.
200 virtual Status SetParameter(Tag tag, const ValueType &value) in SetParameter()
209 * If it does not exist, the return value her
[all...]
H A Dmuxer_plugin.h33 virtual Status SetTrackParameter(uint32_t trackId, Plugin::Tag tag, const Plugin::ValueType& value) = 0;
34 virtual Status GetTrackParameter(uint32_t trackId, Plugin::Tag tag, Plugin::ValueType& value) = 0;
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/stream_source/
H A Dstream_source_plugin.h38 Status GetParameter(Tag tag, ValueType& value) override;
39 Status SetParameter(Tag tag, const ValueType& value) override;
/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/include/core/
H A Dfilter.h55 virtual ErrorCode SetParameter(int32_t key, const Plugin::Any &value) = 0;
57 virtual ErrorCode GetParameter(int32_t key, Plugin::Any &value) = 0;
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/contrast/
H A Dgpu_contrast_algo.h41 ErrorCode OnApplyRGBA8888(EffectBuffer *src, EffectBuffer *dst, std::map<std::string, Plugin::Any> &value,
47 float ParseContrast(std::map<std::string, Plugin::Any> &value);
/foundation/multimedia/media_library/frameworks/services/media_dfx/include/
H A Ddfx_database_utils.h44 const std::string &queryColumn, int32_t &value);
46 const std::string &queryColumn, double &value);
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/
H A Dset_device_prop_value_data.cpp78 string value = MtpPacketTool::GetString(buffer, offset); in PaserPropValue() local
82 if (!MtpOperationUtils::SetPropertyInner("persist.device.name", value)) { in PaserPropValue()

Completed in 16 milliseconds

1...<<391392393394395396397398399400>>...924