/foundation/ability/ability_runtime/frameworks/js/napi/js_mission_manager/ |
H A D | js_mission_info_utils.h | 40 auto value = wantParams.GetParam(key); in InnerWrapJsWantParams() local 41 TBase *ao = TBase::Query(value); in InnerWrapJsWantParams()
|
/foundation/arkui/ace_engine/frameworks/core/components/slider/ |
H A D | slider_component.cpp | 22 SliderComponent::SliderComponent(const double value, const double step, const double min, const double max) in SliderComponent() argument 26 data_.SetValue(value); in SliderComponent()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_text_clock_ffi.h | 65 CJ_EXPORT void FfiOHOSAceFrameworkTextClockFormat(const char* value); 70 CJ_EXPORT void FfiOHOSAceFrameworkTextClockFontStyle(int32_t value);
|
H A D | cj_swiper_ffi.h | 54 CJ_EXPORT void FfiOHOSAceFrameworkSwiperSetIndicatorStyle(CJIndicatorStyle value); 60 CJ_EXPORT void FfiOHOSAceFrameworkSwiperSetEnabled(bool value);
|
H A D | cj_relative_container_ffi.cpp | 43 guidelineInfoItem.start = CalcDimension(guideline.position.start.value, in FfiOHOSAceFrameworkReletiveContainerGuideLine() 47 guidelineInfoItem.end = CalcDimension(guideline.position.end.value, in FfiOHOSAceFrameworkReletiveContainerGuideLine()
|
H A D | cj_shape_ffi.h | 57 CJ_EXPORT void FfiOHOSAceFrameworkShapeSetInsWidth(int64_t shapeId, double value, int32_t unit); 58 CJ_EXPORT void FfiOHOSAceFrameworkShapeSetInsHeight(int64_t shapeId, double value, int32_t unit);
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_component3d_bridge.cpp | 44 Local<JSValueRef> value = panda::ArrayRef::GetValueAt(vm, array, index); in SetShaderInputBuffer() local 46 if (ArkTSUtils::ParseJsDouble(vm, value, param)) { in SetShaderInputBuffer()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | model_view_impl.h | 28 void SetHandleCameraMove(const bool value) override; 29 void SetTransparent(const bool value) override;
|
H A D | hyperlink_model_impl.cpp | 64 void HyperlinkModelImpl::SetColor(const Color& value) in SetColor() argument 71 component->SetColor(value); in SetColor()
|
/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | response_data.cpp | 42 for (auto&& [key, value] : headers_) { in GetStringValue() 43 headersStr += key + ":" + value + ","; in GetStringValue()
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | form_value.h | 75 void SetValue(const std::string& value) in SetValue() argument 77 value_ = value; in SetValue()
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | spring_motion.cpp | 54 bool SpringMotion::IsCompleted(double value, double velocity) const in IsCompleted() argument 56 return NearZero(value - endPosition_, accuracy_) && NearZero(velocity, velocityAccuracy_); in IsCompleted()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/ |
H A D | lazy_foreach_func.cpp | 36 std::string res = cstr.value; in GenerateKey() 37 cstr.free(cstr.value); in GenerateKey()
|
/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,
|