/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_data_ability.h | 37 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 D | js_grid_container.cpp | 58 auto value = sizeType->ToNumber<int32_t>(); in Create() local 59 gridContainerInfoBuilder.SetSizeType(static_cast<GridSizeType>(value)); in Create()
|
H A D | js_button.h | 33 static void SetFontWeight(const std::string& value); 34 static void SetFontStyle(int32_t value);
|
H A D | js_local_storage.cpp | 48 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 D | blank_modifier.cpp | 21 void SetColor(ArkUINodeHandle node, ArkUI_Uint32 value) in SetColor() argument 25 BlankModelNG::SetColor(frameNode, Color(value)); in SetColor()
|
H A D | extension_companion_node.h | 38 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 D | svg_polygon.cpp | 81 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 D | qrcode_layout_algorithm.cpp | 52 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 D | select_overlay_modifier.h | 80 void SetIsNewAvoid(bool value) in SetIsNewAvoid() argument 82 isNewAvoid_ = value; in SetIsNewAvoid()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/ |
H A D | radio_event_hub.h | 74 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 D | config_parser.cpp | 57 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 D | ark_native_reference.h | 40 napi_value value, 49 Local<JSValueRef> value,
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_label_button.h | 206 * @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 D | ble_utils.cpp | 26 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 D | ohos_bt_gatt_client.h | 89 * @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 D | depth_first_iteration.h | 37 if (res.value != IterationResult::CONTINUE) { in DepthFirstOrderIterate() 38 return res.value; in DepthFirstOrderIterate()
|
/foundation/graphic/graphic_3d/lume/metaobject/src/engine/ |
H A D | engine_value.cpp | 42 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 D | track_animation.h | 48 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 D | frame_sched.cpp | 130 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 D | base_object.cpp | 61 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 D | rs_overdraw_controller.h | 67 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 D | rs_profiler_settings.cpp | 63 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 D | rsaibarshaderfilter_fuzzer.cpp | 90 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 D | rssingleframecomposer_fuzzer.cpp | 65 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 D | rsframereport_fuzzer.cpp | 68 int value = GetData<int>();
in DoSomethingInterestingWithMyAPI() local 77 RsFrameReport::GetInstance().SetFrameParam(requestId, load, schedFrameNum, value);
in DoSomethingInterestingWithMyAPI()
|