Home
last modified time | relevance | path

Searched refs:value (Results 10851 - 10875 of 22920) sorted by relevance

1...<<431432433434435436437438439440>>...917

/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_data_ability.h37 int32_t Insert(const Uri& uri, const NativeRdb::ValuesBucket& value) override;
41 int32_t Update(const Uri& uri, const NativeRdb::ValuesBucket& value,
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_grid_container.cpp58 auto value = sizeType->ToNumber<int32_t>(); in Create() local
59 gridContainerInfoBuilder.SetSizeType(static_cast<GridSizeType>(value)); in Create()
H A Djs_button.h33 static void SetFontWeight(const std::string& value);
34 static void SetFontStyle(int32_t value);
H A Djs_local_storage.cpp48 void JSLocalStorage::AddStorage(int32_t key, const JSRef<JSObject>& value) in AddStorage() argument
55 storages_.emplace(key, value); in AddStorage()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dblank_modifier.cpp21 void SetColor(ArkUINodeHandle node, ArkUI_Uint32 value) in SetColor() argument
25 BlankModelNG::SetColor(frameNode, Color(value)); in SetColor()
H A Dextension_companion_node.h38 void SetAlignmentValue(ArkUI_Int32 value) in SetAlignmentValue() argument
40 alignment_ = value; in SetAlignmentValue()
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_polygon.cpp81 bool SvgPolygon::ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) in ParseAndSetSpecializedAttr() argument
84 polyAttr_.points = value; in ParseAndSetSpecializedAttr()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/
H A Dqrcode_layout_algorithm.cpp52 width = contentConstraint.selfIdealSize.Width().value(); in MeasureContent()
59 height = contentConstraint.selfIdealSize.Height().value(); in MeasureContent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_modifier.h80 void SetIsNewAvoid(bool value) in SetIsNewAvoid() argument
82 isNewAvoid_ = value; in SetIsNewAvoid()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/
H A Dradio_event_hub.h74 void SetValue(const std::string& value) in SetValue() argument
76 value_ = value; in SetValue()
/foundation/bundlemanager/app_domain_verify/interfaces/kits/js/src/
H A Dconfig_parser.cpp57 std::string value = trim(line.substr(delimiterPos + 1)); in load() local
58 configData[key] = value; in load()
/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_reference.h40 napi_value value,
49 Local<JSValueRef> value,
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_label_button.h206 * @param value Indicates the value matching the key.
210 void SetLabelStyle(uint8_t key, int64_t value) in SetLabelStyle() argument
212 labelStyle_.SetStyle(key, value); in SetLabelStyle()
228 * @brief Obtains the value of a style of this label.
231 * @return Returns the value of the style.
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_utils.cpp26 std::string BleUtils::IntToHexString(uint8_t value) in IntToHexString() argument
30 (void)sprintf_s(token, HEX_FORMAT_SIZE, "%02X", value); in IntToHexString()
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt_client.h89 * @param readData The characteristic value read from the server.
107 * @param readData The descriptor value read from the server.
142 * @param notifyData The characteristic value notifed by the server.
235 * @brief Read characteristic value from the remote device.
244 * @brief Write characteristic value to the remote device.
249 * @param value The value to be write.
250 * @param len The length of the value.
254 BtGattWriteType writeType, int len, const char *value);
257 * @brief Read descriptor value fro
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/internal/
H A Ddepth_first_iteration.h37 if (res.value != IterationResult::CONTINUE) { in DepthFirstOrderIterate()
38 return res.value; in DepthFirstOrderIterate()
/foundation/graphic/graphic_3d/lume/metaobject/src/engine/
H A Dengine_value.cpp42 AnyReturnValue EngineValue::SetValue(const IAny& value) in SetValue() argument
44 AnyReturnValue res = value_->CopyFrom(value); in SetValue()
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Dtrack_animation.h48 size_t AddKeyframe(float timestamp, const IAny::ConstPtr& value) override;
61 EvaluationResult ProcessOnGet(IAny& value) override;
/foundation/graphic/graphic_surface/sync_fence/src/
H A Dframe_sched.cpp130 void FrameSched::SetFrameParam(int requestId, int load, int schedFrameNum, int value) in SetFrameParam() argument
136 setFrameParamFunc_(requestId, load, schedFrameNum, value); in SetFrameParam()
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dbase_object.cpp61 void BaseObject::SetObjectFlags(const ObjectFlagBitsValue& value) in SetObjectFlags() argument
63 flags_ = value; in SetObjectFlags()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/overdraw/
H A Drs_overdraw_controller.h67 static void SwitchFunction(const char *key, const char *value, void *context);
68 static void OnColorChange(const char *key, const char *value, void *context);
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_settings.cpp63 bool SystemParameter::Set(const std::string& name, const std::string& value) in Set() argument
66 parameter->FromString(value); in Set()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsaibarshaderfilter_fuzzer/
H A Drsaibarshaderfilter_fuzzer.cpp90 float value = GetData<float>(); in DoIsAiInvertCoefValid() local
91 aiInvertCoef.push_back(value); in DoIsAiInvertCoefValid()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssingleframecomposer_fuzzer/
H A Drssingleframecomposer_fuzzer.cpp65 int16_t value = GetData<int16_t>(); in DoSomethingInterestingWithMyAPI() local
68 RSModifierType type = (RSModifierType)value; in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsframereport_fuzzer/
H A Drsframereport_fuzzer.cpp68 int value = GetData<int>(); in DoSomethingInterestingWithMyAPI() local
77 RsFrameReport::GetInstance().SetFrameParam(requestId, load, schedFrameNum, value); in DoSomethingInterestingWithMyAPI()

Completed in 16 milliseconds

1...<<431432433434435436437438439440>>...917